dwc/build
Steve Baskauf 7464e6868b rebuild documents following proofreading 2023-08-21 15:41:44 -05:00
..
doe-cv-build Remove extraneous "F" from Paula's name 2023-05-11 13:16:14 -05:00
em-cv-build Remove extraneous "F" from Paula's name 2023-05-11 13:16:14 -05:00
pw-cv-build Remove extraneous "F" from Paula's name 2023-05-11 13:16:14 -05:00
README.md Missed saving final edits to revision instructions 2023-06-28 21:25:50 -05:00
build-termlist.ipynb Clear Jupyter notebook output and restart kernel to clean up code 2020-08-13 13:05:09 -05:00
build-termlist.py add missing Material Entity section headers 2023-08-20 18:27:24 -05:00
build.py Consistently write Quick Reference Guide in title case 2023-02-03 13:59:43 +01:00
build_extension.py Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
buildxml.py Revised attempt to escape quotes in content, using xml.sax.saxutils.escape. Results for existing configs are valid XML. 2023-07-09 20:26:08 -03:00
event_core.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
event_core_list.csv Really I did. 2021-08-16 22:29:53 -03:00
extended_mof.tmpl Merge branch 'master' into extbuilder 2021-08-17 20:47:53 -03:00
extended_mof_list.csv Really I did. 2021-08-16 22:29:53 -03:00
generate_term_versions.py upload docs for MaterialEntity changes 2023-08-20 17:08:18 -05:00
identification_history.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
identification_history_list.csv Really I did. 2021-08-16 22:29:53 -03:00
measurements_or_facts.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
measurements_or_facts_list.csv Really I did. 2021-08-16 22:29:53 -03:00
occurrence_core.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
occurrence_core_list.csv Really I did. 2021-08-16 22:29:53 -03:00
occurrence_iri.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
occurrence_iri_list.csv Really I did. 2021-08-16 22:29:53 -03:00
qrg-list.csv rebuild documents following proofreading 2023-08-21 15:41:44 -05:00
requirements.txt Update requirements 2017-12-06 20:29:13 +01:00
resource_relationship.tmpl Amendments following review of resulting XML files by GBIF. 2021-08-17 20:41:27 -03:00
resource_relationship_list.csv Really I did. 2021-08-16 22:29:53 -03:00
taxon_core.tmpl Use single quotes throughout DWC core/extension templates. 2021-08-17 21:17:24 +02:00
taxon_core_list.csv Really I did. 2021-08-16 22:29:53 -03:00
termlist-footer.md move list of terms build script into dwc repo and run to generate page 2020-08-12 14:40:36 -05:00
termlist-header.md update script and header 2023-08-20 16:58:28 -05:00
terms.tmpl Update to address https://github.com/tdwg/dwc/issues/402. 2023-06-30 17:08:06 -03:00
workflow_diagram.png generate new termlist, create instructions for workflow 2020-08-20 14:05:42 -05:00

README.md

Workflow for generating a new version of Darwin Core

workflow diagram

Note: It is highly recommended that you do not hand-edit the raw CSVs with a text editor. Use Libre Office or Open Office (NOT Excel). They will reliably open, close, and edit the file while preserving and escaping commas, quotes, etc. and also not mess up the UTF-8 encoding if you set them up properly.

    • Fix link * Create a source data CSV file for each of the namespaces that has terms that have changed. This directory has examples for all of the namespaces currently being used in the main Darwin Core vocabulary. You can get the column header by starting with the appropriate file here and deleting all of the data rows. The file names can be anything, but typically we've been appending the change date to the end of the file as seen in these examples.
  1. A source data CSV MUST have a row for each term that has changed (modified or added). For existing terms that have changed, it is safest to start by copying the existing data cells for a term and then modifying them with the changes. The CSVs that contain the existing data for various namespaces are as follows. The dwc: namespace terms are here, dwciri: terms are here, dc: terms are here, and the dcterms: terms are here.
  2. If a new term is being added, fill in a new row anywhere below the header row. The row order is unimportant.
  3. Special care must be taken if columns are added (i.e. metadata properties are added). This is not for the faint of heart! The new columns must be added to every file used as source data for the various scripts and the column header mapping files also need to be edited. See [this page](for more details). This should be a rare event. DO NOT ever delete columns! If you want to elimite values for a property, just leave empty strings in all of the cells of that property's column.
  4. Create a new branch (or fork if you don't have push rights) of the rs.tdwg.org repo. We have been saving copies of the changes in this directory so that we can easily see what's been changed for each past version.
    • Fix link * Modify the configuration file so that it points to each CSV for each namespace. We have been saving copies of the config file with each update, so you can look at the file that goes along with the CSV files linked as examples above to see what needs to be there. Only include data for the namespaces that will be updated.
  5. Run the processing script, which needs to be in the same directory as the configuration file. It's good to look at the diffs for all of the files to make sure that they look sensible.
  6. Dublin Core changes only. 10. There are some manual edits that need to be made if there are changes to either of the Dublin Core namespace terms. The versions don't get handled very automatically, so make the same changes to the dcterms: version CSV or dc: version CSV as were made to the main term CSVs.
  7. Dublin Core changes only. The Dublin Core versions also need to be manually added for the new termlist version in the termlist versions members CSV. In the future, this may get automated. The term-list-versions-replacements.csv also must be manually updated.
  8. There is a Python script that automates the process of updating the metadata about the list of terms document. See these notes for more information. Steve Baskauf is still working on integrating this with the rest of the build process, but it's more automated than it was.
  9. Push the branch to GitHub and create a pull request. It is best to review the changes carefully before merging by looking at the diff.
  10. Once the branch has been merged the data are available via HTTP to the other scripts that use those data. One can test to see if the term dereferencing is working by requesting one of the RDF serializations from the rs-test.tdwg.org subdomain. For example: http://rs-test.tdwg.org/dwc/terms/vitality.rdf . If it's working then the Jenkins task was able to reload the BaseX server with the new data. NOTE: the HTML representations will not yet work correctly since they are just redirects to the term list documents (which have not yet been updated).
  11. Create a branch of the Darwin Core repo.
  12. Edit the termlist-header.md file, changing "Date version issued", the "This version" URL, the version URL and date in the citation, and the date in the "1 Introduction" to the date used for the new version of Darwin Core. Change the "Previous version" date to the date of the version that is being replaced. Save the file.
  13. Go to the docs/list/ directory and change the name of the index.md file to the date of the version being replaced (e.g. 2020-08-12.md). Open that file and add a "Replaced by" label and value to the IRI of the new version (see an older version for an example). Save the file.
  14. Run the script build-termlist.py. Be patient since some steps take a few seconds. When the Done message appears, it's finished. NOTE: the value of githubBaseUri in the configuration section of the script is set to the master branch in production. However, if you are generating provisional versions of the docs (e.g. for public or Executive Committee review), you may need to change the branch part of the path to the correct branch.
  15. Check the diff for the newly generated index.md file in the docs/list/ directory and make sure that the changes are appropriate.
  16. The structure and order of listing of terms in the Quick Reference Guide is controlled by the file qrg-list.csv. It is very sensitive to the position of the class terms, which controls the division of the QRG into sections. Also, http://purl.org/dc/terms/language must be the first term in the section that will be labeled "Use with IRI". So it must be edited with some care. If new terms are added, their IRIs must be added in the proper place in this document in order for them to appear in the QRG.
  17. Run the generate_term_versions.py script to generate a new version of term_versions.csv. This file serves as the source of data for the build script in the next step. At some point, that script may be modified to eliminate this intermediate step.
  18. Run the build.py script to build the Quick Reference Guide.
  19. Create a pull request for the new branch.
  20. When the branch has been reviewed carefully, merge the branch. The new pages shuld be live as soon as Jekyll rebuilds them on GitHub.
  21. Term dereferencing to human and machine readable representations is handled by a server managed by GBIF. The new metadata gets fed into the production version of the server when there is a new release of the rs.tdwg.org repo, so when everything is done, make sure there a new release has been made. Because dereferencing of current terms to human-readable web pages is handled by a redirect, there won't be any noticeable difference whether the data are reloaded in this step or not. But dereferencing the term versions, or dereferencing to acquire machine readable metadata will not reflect the new changes until the release process completes.

Build script

The build script build.py uses as input:

And creates:

  • The Quick Reference Guide is a Markdown file at docs/terms/index.md. The guide is built as Markdown (with a lot of included html) rather than html, so it can be incorporated by Jekyll in the Darwin Core website (including a header, footer and table of contents).
  • Two simple Darwin Core CSV files in dist/

Run the build script

  1. Install the required libraries (once):

    pip install -r requirements.txt
    
  2. Run the script from the command line:

    python build.py
    

Generating the "normative document"

The script generate_normative_csv.py pulls source data from the rs.tdwg.org repository. The local file qrg-list.csv contains a list of the term IRIs in the order that they are to appear in the Quick Reference Guide. This list needs to be changed whenever terms are added to or deprecated from Darwin Core.

It generates the file term_versions.csv, which is used as the input for the build.py script above.

Generating the "list of terms" document

The Python script build-termlist.py inputs the header information from termlist-header.md, then builds the list of terms and their metadata from data in the rs.tdwg.org repository. The script also inputs termlist-footer.md and appends it to the end of the generated document, but currently it has no content. The constructed Markdown document is saved as /docs/list/index.md.


Last edited: 2023-06-28