-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CHG: Moved cell bookmark style to table component.
- FIX: Fixed issue with link on about page.
- Loading branch information
1 parent
6dc1de3
commit b590368
Showing
4 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ | |
"modalTitleSetup": "Einrichtung", | ||
"pageAboutGitHubLink": "Der Quellcode von GridScore is auf <a href='https://github.com/cropgeeks/gridscore/'>GitHub</a> verfügbar.", | ||
"pageAboutParagraphOne": "GridScore ist eine Feldversuch-Phänotypisierungs-App für Merkmalsdaten. Mit ihm kann man festhalten was im Feld auf einem Beet-Level passiert. Dies könnten zum Beispiel das Hervortreten der Pflanze, die Blütezeit, Pflanzenhöhe, Blütenfarbe usw. sein.", | ||
"pageAboutParagraphTwo": "GridScore wurde entwickelt von <a href='https://hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an <a href='mailto:[email protected]'>Sebastian</a> wenden.", | ||
"pageAboutParagraphTwo": "GridScore wurde entwickelt von <a href='https://www.hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an <a href='mailto:[email protected]'>Sebastian</a> wenden.", | ||
"pageFieldLayoutText": "Gehe zu allen vier Ecken des Feldes und drück den Knopf nebem den Eingebefeldern um die GPS position zu nutzen oder gib sie direkt ein.", | ||
"pageHeatmapText": "Bitte nachfolgend ein Merkmal auswählen. Das Diagramm zeigt das Feld-Layout und jede Zelle stellt ein Beet dar. Die Farbe jeder Zelle entspricht einem Wert auf der Gradientenskala. Für numerische Merkmale wird der tatsächliche Wert dargestellt während für zeitbasierte oder Text Merkmale die Anzahl Tage seit der ersten Aufzeichnung dargestellt werden. Für kategorische Merkmale wird der spezifische kategorische Wert farblich dargestellt.", | ||
"pageHeatmapTitle": "Feld-Heatmap", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ | |
"modalTitleSetup": "Setup", | ||
"pageAboutGitHubLink": "The source code of GridScore is available on <a href='https://github.com/cropgeeks/gridscore/'>GitHub</a>.", | ||
"pageAboutParagraphOne": "GridScore is a field trial phenotyping app for trait data. It lets you keep track of what's happening in the field on a plot-level basis. This could be anything from plant emergence, flowering date, plant height, flower colour, etc.", | ||
"pageAboutParagraphTwo": "GridScore has been developed by <a href='https://hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact <a href='mailto:[email protected]'>Sebastian</a>.", | ||
"pageAboutParagraphTwo": "GridScore has been developed by <a href='https://www.hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact <a href='mailto:[email protected]'>Sebastian</a>.", | ||
"pageFieldLayoutText": "Walk to all four corners of the field and click the button next to the input boxes to get your GPS position or type them in if you know them.", | ||
"pageHeatmapText": "Please select a trait in the selection box below. The shown graph shows the field layout where each colored box represents a plot. The color of each plot is shown on a gradient scale. For numeric traits, this will represent the actual value, for time-based traits and text traits, this shows the scoring date as the number of days since the first scored plot. For categorical traits, the color represents the category value.", | ||
"pageHeatmapTitle": "Heatmap", | ||
|