-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link sample and gear types to controlled vocabulary terms #22
Comments
lhmarsden
added a commit
that referenced
this issue
Apr 27, 2023
80d3489 Change text on base.html fb0b3b9 Merge pull request #36 from SIOS-Svalbard/offlineMode 16ad310 Fixes #32 a0c3625 Merge pull request #35 from SIOS-Svalbard/columnWidth c1b87f0 fixed bug with cell formatting restrictions 0ab89c4 expand column width 5a1ff51 Merge pull request #34 from SIOS-Svalbard/occurrenceCore 5d1185e Fixes #33 97f8c66 Merge pull request #31 from SIOS-Svalbard/bugFixes 02b7ce6 add extra fields not only to first sheet 66ca9e3 removing unneeded lines d3056ba removing some white space from GUI f781312 updating pi display names to be consistent with recordedBy e153980 2 columns for each bound e.g. min and max time c0f9f8c passing validation for dwc term to template generator 55d328f bug fixed 10d3ec2 added input_message validation for time in CF c58f6ff bug fixed e27c8a7 Merge pull request #30 from SIOS-Svalbard/updateButton 954d716 moving import to top 50d5cd9 able to update configuration files when online, fixes #24 0f3db9c Merge pull request #29 from SIOS-Svalbard/bugFix 815f520 Fixes #28 9a9daf8 Fixes #23 5205c05 Merge pull request #27 from SIOS-Svalbard/cleanUp d0f4215 organising config folder 0de30fa Merge pull request #26 from SIOS-Svalbard/dropdown a7501a2 remove dropdowns only in logging system, fixes #19 4ca07f8 variables sheet for long lists in dropdown b3726e0 can add short drop down lists, long lists not working b271515 Merge pull request #25 from SIOS-Svalbard/dwc eecb38b description for time in cf 0fab3a0 Merge pull request #22 from SIOS-Svalbard/dwc 0c02811 Fixes #21 b1291cc adding new files for configurations 71e9190 add cell formatting restrictions 5abbaab big update including reconfiguring fields files to be consistent 538f667 stopping dwc terms displaying twice 6e6dfd0 formatting changes 101bd55 changed colour of other suggestions button 4109210 removed dwc terms already included in config from selection to add f7b32e4 removed dwc terms from fields.py bae7e4a option to add dwc terms 7780af2 add other event core terms from source 0747158 add more fields to each sheet a52034f can remove sheets 55af6d6 add n sheets and keep already added f1c5cc1 can add a new sheet f375f79 can change between configs that both have subconfig ac80997 presenting configuration for DwC 6f64afe display configuration for dwc configurations a691259 added configurations for dwc 645c11d dwc terms pulled to local csv d0e65d5 Merge pull request #18 from SIOS-Svalbard/15-re-new-field-definitions-on-demand 5f5442f Update readme 840ea8d Add route POST /update to update configs for ACDD and CF 5355f04 move update of CF and ACDD to own script 04a144c Merge commit 'cafe1806e54a3de958f755510c651785c794b087' into os.template-generator-in-subtree 9ee67f9 rename templategenerator folder to allow imports git-subtree-dir: website/templategenerator git-subtree-split: 80d3489
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sample type and gear type terms are selected by the user from a drop-down list. It would be useful to map the values to terms in controlled vocabularies to make them machine readable.
The gear types are stated here, and there is space for the controlled vocabulary terms and URIs as 'vocabLabel' and 'vocabURI':
https://github.com/SIOS-Svalbard/Learnings_from_AeN_logging_system/blob/main/website/database/dropdown_initial_values/gearTypes.json
The sample types are stated here, and there is space for the controlled vocabulary terms and URIs as 'vocabLabel' and 'vocabURI':
https://github.com/SIOS-Svalbard/Learnings_from_AeN_logging_system/blob/main/website/database/dropdown_initial_values/sampleTypes.json
The text was updated successfully, but these errors were encountered: