Skip to content

Commit 01aaecc

Browse files
- CHG: Layout stuff.
-
1 parent 758d1f8 commit 01aaecc

File tree

8 files changed

+3330
-5
lines changed

8 files changed

+3330
-5
lines changed

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: >-
6+
GridScore: a tool for accurate, cross-platform
7+
phenotypic data collection and visualization
8+
message: >-
9+
If you use this software in your work, please
10+
cite it using the following metadata.
11+
type: software
12+
doi: 10.1186/s12859-022-04755-2
13+
url: 'https://github.com/cropgeeks/gridscore'
14+
date-released: 2022-06-06
15+
authors:
16+
- given-names: Sebastian
17+
family-names: Raubach
18+
affiliation: >-
19+
Department of Information and Computational
20+
Sciences, The James Hutton Institute,
21+
Invergowrie, Dundee, Scotland
22+
orcid: 'https://orcid.org/0000-0001-5659-247X'
23+
- given-names: Miriam
24+
family-names: Schreiber
25+
affiliation: >-
26+
Department of Life Science, University of
27+
Dundee, Dundee, Scotland
28+
orcid: 'https://orcid.org/0000-0002-3732-8822'
29+
- given-names: Paul D
30+
family-names: Shaw
31+
affiliation: >-
32+
Department of Information and Computational
33+
Sciences, The James Hutton Institute,
34+
Invergowrie, Dundee, Scotland
35+
orcid: 'https://orcid.org/0000-0002-0202-1150'

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
56
<link rel="icon" href="/favicon.ico">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<meta property="og:title" content="GridScore NEXT">
89
<meta property="og:description" content="GridScore is a cross-platform open-source phenotyping app that combines barcode-based systems with a guided data collection approach while offering a top-down view onto the data collected in a field layout.">
910
<meta property="og:image" content="https://gridscore.hutton.ac.uk/img/banner.png" />
11+
12+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
13+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
14+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
15+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
16+
<link rel="shortcut icon" href="/favicon.ico">
17+
<meta name="msapplication-TileColor" content="#2d89ef">
18+
<meta name="msapplication-config" content="/browserconfig.xml">
19+
<meta name="theme-color" content="#ffffff">
1020
<title>GridScore NEXT</title>
1121
</head>
1222
<body>

public/img/banner.png

422 KB
Loading

public/img/banner.svg

Lines changed: 3271 additions & 0 deletions
Loading

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@
101101

102102
<div class="h-100">
103103
<router-view :key="$route.path" class="h-100" />
104+
105+
<AppFooter v-if="route.path !== '/collect/grid'" />
104106
</div>
105107
</v-main>
106108

107-
<AppFooter v-if="route.path !== '/collect/grid'" />
108-
109109
<ConfirmModal />
110110
<ChangelogModal />
111111
<v-snackbar-queue timeout="6000" location="top" v-model="snackbarQueue" />

src/components/AppFooter.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<template>
22
<v-footer
3-
app
43
height="40"
54
class="d-flex justify-space-between border-t border-primary border-opacity-100"
65
>
76
<div class="text-caption text-disabled">
8-
&copy; {{ new Date().getFullYear() }} <span class="d-none d-sm-inline-block">GridScore: <a class="text-muted" href="https://www.hutton.ac.uk">The James Hutton Institute</a></span>
7+
&copy; {{ new Date().getFullYear() }} <span class="d-none d-sm-inline-block">GridScore NEXT: <a class="text-muted" href="https://www.hutton.ac.uk">The James Hutton Institute</a></span>
98
</div>
109

1110
<div class="text-caption text-disabled">

src/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<v-list>
6565
<v-list-item v-for="translation in translations" :key="`translation-${translation.locale}`" :title="$t(translation.name)" :subtitle="translation.by">
6666
<template #prepend>
67-
<v-avatar>{{ translation.flag }}</v-avatar>
67+
<v-avatar color="muted" variant="tonal" :text="translation.flag" />
6868
</template>
6969
</v-list-item>
7070
</v-list>

src/plugins/changelog/en_GB.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,16 @@
757757
"title": "User interface rewrite",
758758
"text": "This new version includes a big update to the user interface. We tried to improve the user experience of using GridScore while maintaining the familiarity with its functionality. Below are some highlights of new/changed features."
759759
},
760+
{
761+
"type": "new",
762+
"title": "New setup screen",
763+
"text": "The trial creation/setup screen has been streamlined into a 'wizard'-type interface that takes you through the setup step by step."
764+
},
765+
{
766+
"type": "new",
767+
"title": "Trial editing/duplicating improved",
768+
"text": "Editing an existing trial will now reuse the same user interface as the trial setup so it's easier to find everything."
769+
},
760770
{
761771
"type": "new",
762772
"title": "Plot highlighting",

0 commit comments

Comments
 (0)