Peter Desmet
15fae36df9
Split examples in terms.tmpl, style as list-group if more than one
...
In CSS, make the list group flush (on the left/right) with other elements in the table
2023-04-26 13:12:57 +02:00
tucotuco
4500389c84
A much more careful set of changes to semi-colon as separator with additional changes for consistency.
2023-04-25 22:51:11 +02:00
tucotuco
865653dc75
Made ( | ) consistently with backticks around space pip space.
2023-04-25 14:55:53 +02:00
tucotuco
2d0eeaa9c2
Update examples to use semi-colon as the separator between examples instead of comma.
2023-04-25 14:27:09 +02:00
Peter Desmet
66b2311426
Merge branch 'master' of https://github.com/tdwg/dwc
2023-04-04 12:34:17 +02:00
Peter Desmet
cd79857ba3
Clarify repo structure for docs/
2023-04-04 12:33:57 +02:00
Peter Desmet
4ea25efb11
Clarify repo structure for docs/
2023-04-04 12:32:55 +02:00
John Wieczorek
590c0720e2
Merge pull request #429 from tdwg/new_design
...
Update dwc.tdwg.org to new design
2023-02-03 14:57:33 -03:00
peterdesmet
a2e2460be2
Move first col styling to custom and enable it for all tables
2023-02-03 17:34:44 +01:00
peterdesmet
9f65be2ea1
Update layout of QRG
...
- Content width contained (no longer `container-fluid`), which improves readability as it avoids long lines
- Replace `theme-label` class with custom style to have the same affect (i.e. first col = 120px)
- Use primary colours for term buttons (primary indicated action item)
- Use regular rather than small tables
- Don't use outer border on tables
- Drop the `property` badge (keep the `class` badge). The property badge was annoying when copying term names, as it was always added, e.g. basisOfRecordproperty
- Update badge-background to bg-background (Bootstrap 5)
- Use 2 space tabs in template
- Use <span> rather than <a> for term anchors
- Use h2 for "Cite Darwin Core" so it is mentioned in the menu
- Style citations as block quotes
2023-02-03 16:16:59 +01:00
peterdesmet
7cd258fd0e
Use kramdown class for lead paragraph
2023-02-03 16:12:02 +01:00
peterdesmet
f28e69e2aa
Add favicon and gemfile
2023-02-03 16:10:48 +01:00
peterdesmet
894095853b
Include footer (cf. camtrap-dp)
2023-02-03 16:10:35 +01:00
peterdesmet
8d3f89c495
Update _config.yml
...
- Use tdwg/petridish
- Add logo
- Remove description (not used in petridish)
- Link to repo in footer
- Disable github_edit (assumes root)
- Enable table of content by default
- Remove custom JS to add divider in QRG sidebar
2023-02-03 16:10:21 +01:00
peterdesmet
65b1f5bf4f
Move navigation
2023-02-03 16:05:29 +01:00
peterdesmet
bc54b5c403
Consistently write Quick Reference Guide in title case
2023-02-03 13:59:43 +01:00
John Wieczorek
ec634bc63f
Update term-change-template.md
2022-12-02 11:19:11 -03:00
John Wieczorek
2ad1dacd66
Update new-term-template.md
2022-12-02 11:18:43 -03:00
peterdesmet
88805acd02
Remove faulty print statements
2022-11-16 20:14:18 +01:00
Stan Blum
716a1ec2cb
Merge pull request #417 from cforney/patch-1
...
Update index.md
2022-10-24 10:35:45 -07:00
cforney
85192d6f8e
Update index.md
...
fix two typos in XML examples
2022-10-24 16:09:35 +02:00
John Wieczorek
f1a92af3c5
Merge pull request #410 from DavidFichtmueller/patch-1
...
removed duplicate version-attribute that caused invalid schema file
2022-05-30 16:38:51 -03:00
John Wieczorek
d4e91508ec
Merge pull request #411 from tdwg/baskaufs-patch-1
...
Update instructions to include a link to the new processing script
2022-05-29 14:05:52 -03:00
Steve Baskauf
f259608dff
Update instructions to include a link to the new documents metadata processing script
2022-05-29 11:50:30 -05:00
David Fichtmueller
278eeccdd0
removed old version that caused invalid file
...
I wanted to run some validation of a file that included the TDWG Basetypes Schema from this repository and it failed because the file is not well formed, because it contained a duplicate attribute version in the xs:schema element (document root element):
`<xs:schema version="2021-07-15" [...] version="0.5">`
Since the `version="2021-07-15"` was added in the last commit, the old `version="0.5"` is outdated and needs to be removed. The only question is whether the version now needs to be bumped to today's date. So feel free to edit this commit to adjust it accordingly.
2022-05-09 19:26:15 +02:00
John Wieczorek
c545c438c8
Update term-change-template.md
2021-11-03 10:54:36 -03:00
John Wieczorek
4a6e13508e
Merge pull request #386 from tdwg/cv_proofreading
...
CV proofreading regenerate lists of terms docs
2021-09-06 10:56:34 -03:00
Steve Baskauf
720fee413b
fix termlist headers and regenerate doe and em lists of terms
2021-09-05 22:02:33 -04:00
Steve Baskauf
50af0a74d9
update pathway build script and doc
2021-09-05 21:43:00 -04:00
Steve Baskauf
e1acbe24e6
update establishmentMeans build script
2021-09-05 19:59:55 -04:00
Steve Baskauf
ec2745359e
update doe build script
2021-09-05 19:53:57 -04:00
John Wieczorek
9eff3c452d
Merge pull request #381 from tdwg/extbuilder
...
Amendments following review of resulting XML files by GBIF.
2021-08-17 20:48:13 -03:00
John Wieczorek
18df2a0a1e
Merge branch 'master' into extbuilder
2021-08-17 20:47:53 -03:00
tucotuco
b6db7023cd
Amendments following review of resulting XML files by GBIF.
2021-08-17 20:41:27 -03:00
Matthew Blissett
1738b308f6
Use single quotes throughout DWC core/extension templates.
...
Also trim trailing whitespace.
2021-08-17 21:17:24 +02:00
John Wieczorek
db0a54babf
Merge pull request #380 from tdwg/extbuilder
...
Extbuilder
2021-08-16 23:00:07 -03:00
tucotuco
841e24368c
Really I did.
2021-08-16 22:29:53 -03:00
tucotuco
ce83268ea7
Added script, XML templates, and term list files to build extension XML files for Darwin Core Archives.
2021-08-16 22:29:02 -03:00
tucotuco
3dabe8d6c8
Refinement to menus.
2021-08-09 22:09:02 -03:00
tucotuco
e6e7ed155a
Merge branch 'master' of https://github.com/tdwg/dwc
2021-08-09 22:04:24 -03:00
tucotuco
53e21ccb52
Menu enhancement and integration with Chronometric Age and DwC Q&A.
2021-08-09 21:59:38 -03:00
John Wieczorek
68f7a61f60
Merge pull request #378 from tdwg/textguide
...
Straggling addition.
2021-08-09 20:31:50 -03:00
tucotuco
70260541ce
Straggling addition.
2021-08-09 20:29:29 -03:00
John Wieczorek
b1745d2192
Merge pull request #377 from tdwg/textguide
...
#80 Clarifications for the Text Guide.
2021-08-09 19:58:41 -03:00
Matt Blissett
dc5a437f2e
Fix/update links in text guide.
2021-08-09 10:02:19 +02:00
tucotuco
4ef3994c65
Clarifications for the Text Guide.
2021-08-08 15:01:48 -03:00
John Wieczorek
17a1351a91
Merge pull request #376 from tdwg/xml
...
Xml
2021-08-07 21:30:47 -03:00
Steve Baskauf
2ba97527c5
remove upstream code for fake UseWithIRI class
2021-08-07 19:05:19 -05:00
tucotuco
86a7c60933
Amended citation to Maintenance Group instead of closed Task Group.
2021-08-07 20:42:20 -03:00
tucotuco
cc2fb477e9
Removed dependence of QRG build script on fictitious UseWithIRI class.
2021-08-07 20:21:30 -03:00