Skip to content

Commit

Permalink
Initial structure for a Bookdown version of the EML spec.
Browse files Browse the repository at this point in the history
More work to be done to convert the old docbook structure to markdown. See issue #321.
  • Loading branch information
mbjones committed Nov 22, 2018
1 parent b284202 commit 782c8ad
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 296 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ build
target
.DS_Store
_site
.Rproj.user
.RData
.Rhistory
.Rapp.history

# knitr and R markdown default cache directories
/*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

242 changes: 24 additions & 218 deletions README.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/_output.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bookdown::gitbook:
css: style.css
config:
toc:
collapse: section
before: |
<li><a href="./">EML Specification</a></li>
<li><a href="../">← Back to main website</a></li>
after: |
<li><a href="https://nceas.ucsb.edu" target="blank">Made with support from NCEAS</a></li>
10 changes: 10 additions & 0 deletions docs/book.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/},
}
40 changes: 16 additions & 24 deletions docs/members.md → docs/contributors.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<!--
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
# EML Project Maintainers

[Back to EML Contents](index.html)
# Contributors

The EML project is an open source, community oriented project
dedicated to providing a high-quality metadata specification
Expand All @@ -40,27 +23,36 @@ Write access to the EML source code repository is reserved for
EML project members. Contributions should be submitted as pull
requests, and will be reviewed and merged by an EML project member.

## Current maintainers
## Current contributors

Name | Organization | Email
----|---------------|------
Matthew Jones | NCEAS, UCSB | jones@nceas.ucsb.edu
Mark Schildhauer | NCEAS, UCSB | schild@nceas.ucsb.edu
Chris Jones | NCEAS, UCSB | cjones@nceas.ucsb.edu
Corinna Gries | EDI, UW | gries@ecoinformatics.org
Ken Ramsey | LTER JRN, NMSU | ramsey@ecoinformatics.org
Margaret O'Brien | EDI, UCSB | obrien@ecoinformatics.org
Mark Servilla | EDI, UNM | servilla@ecoinformatics.org
Margaret O'Brien | EDI, UCSB | mob@msi.ucsb.edu
Bryce Mecum | NCEAS, UCSB | mecum@nceas.ucsb.edu
Carl Boettiger |Berkeley | cboettig@berkeley.edu
Mitchell Maier | NCEAS, UCSB |
Timothy Whitaker | | whiteaker@utexas.edu

## Past contributors

## Past maintainers
Name | Organization | Email
----|---------------|------
Chad Berkley | NCEAS, UCSB | berkley@nceas.ucsb.edu
Jivka Bojilova | NCEAS, UCSB | bojilova@nceas.ucsb.edu
James Brunt | LTER, UNM | brunt@ecoinformatics.org
David Blankman | LTER-Israel, Ma'arg | blankman@ecoinformatics.org
Owen Eddins | LTER LNO, UNM | oeddins@lternet.edu
Daniel Higgens | NCEAS, UCSB | higgins@nceas.ucsb.edu
Peter McCartney | LTER CAP, ASU | mccartney@ecoinformatics.org
Matthew Brooke | NCEAS, UCSB | brooke@ecoinformatics.org
John Harris | NCEAS, UCSB | harris@nceas.ucsb.edu
Scott Chapal | Jones Ecological Research Center | chapal@ecoinformatics.org
Tim Bergsma | LTER KBS, MSU | bergsma@ecoinformatics.org
Sid Garg | NCEAS, UCSB | sgarg@ecoinformatics.org
Ken Ramsey | LTER JRN, NMSU | ramsey@ecoinformatics.org
Saurabh Garg | NCEAS, UCSB | sgarg@ecoinformatics.org
Mark Servilla | EDI, UNM | servilla@ecoinformatics.org

13 changes: 2 additions & 11 deletions docs/eml-220info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[EML Schema Documentation](./index.html)

[EML FAQs](./eml-faq.html)
# Changes and New Features in EML 2.2.0

This document highlights changes and new features in EML 2.2. EML authors
should also refer to the affected sections in the normative schema documents
Expand All @@ -16,8 +14,6 @@ relabled as EML 2.2 without violating the schema. However, some predefined value
See the 'Readme' that accompanies the distribution for a complete list of the
bugs addressed, and for information of interest to developers.

Changes and New Features in EML 2.2.0
=====================================

**Q:** Unit Additions and Changes

Expand Down Expand Up @@ -350,12 +346,7 @@ external identifiers, e.g., to a code from a system like ITIS or WoRMS.
</taxonomicClassification>
```

Converting EML documents from v2.1.0/1 to v2.2.0
================================================

IS THIS GOING TO HAPPEN FOR 2.2.0???

**Q:** About the EML conversion stylesheet
**Q:** How can I convert from earlier versions of EML?

**A:** An XSL stylesheet is provided with the EML Utilities to convert valid EML
2.1-series documents to EML 2.2.0 (see
Expand Down
18 changes: 18 additions & 0 deletions docs/emldocs.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Website
11 changes: 11 additions & 0 deletions docs/index.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Ecological Metadata Language (EML)"
date: "`r Sys.Date()`"
site: "bookdown::bookdown_site"
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib]
biblio-style: apalike
link-citations: yes
always_allow_html: yes
---
43 changes: 0 additions & 43 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit 782c8ad

Please sign in to comment.