Skip to content

Commit

Permalink
Merge pull request #138 from ESIPFed/develop
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
ashepherd authored Feb 8, 2021
2 parents 544bd8b + a6b680d commit dfda5f4
Show file tree
Hide file tree
Showing 27 changed files with 28,713 additions and 235 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# python virtual environment
env
*.xpr

15 changes: 10 additions & 5 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Governance #

We will leverage the [Earth Science Information Partners - Semantic Web Committee](http://wiki.esipfed.org/index.php/Semantic_Technologies) for discussion of issues and pull requests.
We will leverage the [Earth Science Information Partners - Science on Schema.org Cluster](http://wiki.esipfed.org/index.php/Schema.org_Cluster) for organizing the cluster. We welcome contributions, which are described in [CONTRIBUTING.md](./CONTRIBUTING.md).

Meetings are scheduled for the 4th Tuesday of each month at 4pm ET:
Meetings are scheduled twice monthly:

GoToMeeting: [https://www.gotomeeting.com/join/976796333](https://www.gotomeeting.com/join/976796333)
Phone Access: United States: +1 (872) 240-3212
Access Code: 976-796-333
- When:
- 1st Monday at 5pmET
- 4th Thursday, 2:30pmET
- Where: Telecons via GoToMeeting
- Connection: https://global.gotomeeting.com/join/431083909
- Access Code: 431-083-909
- Phone Access: United States: +1 (786) 535-3211
- [Living Agenda](https://docs.google.com/document/d/1tIlDVnKeocO1E_SSbNaldv0avORfGFdmYDNk_3ub6ik/edit?ts=5d9ed12d)

Suggestions on governance models are welcome!
36 changes: 28 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,41 @@
![GitHub contributors](https://img.shields.io/github/contributors/ESIPFed/science-on-schema.org)


*This guide is a continuation of the [P418 NSF EarthCube](https://github.com/earthcubearchitecture-project418/p418Vocabulary) vocabulary guidance which ended in April 2018.*

<a id="guides"></a>
## Guidance Documents - Table of Contents ##
[Getting Started](/guides/GETTING-STARTED.md) - explains some useful techniques that will be common across all schema.org types
* [Data Repository](/guides/DataRepository.md) - the research data repository
* [Dataset](/guides/Dataset.md) - the scientific dataset
## Science On Schema.Org (SOSO) Guidance Documents ##

## Upcoming Work
This repository provides guidance for repository operators and others to follow consistent conventions to provide schema.org markup in Dataset landing pages to improve data discovery through search engines. The main guides help describe Datasets and Data Repositories.

* __[Dataset](/guides/Dataset.md)__ - guidelines for schema.org for a scientific Dataset
* __[Data Repository](/guides/DataRepository.md)__ - guidelines for schema.org for a research data repository
* [Getting Started](/guides/GETTING-STARTED.md) - explains some useful techniques that will be common across all schema.org types

This guidance has been created by members of the ESIP [science-on-schema.org cluster](http://wiki.esipfed.org/index.php/Schema.org_Cluster). The cluster will be seeking endorsement across all members of ESIP, and in the meantime is releasing a series of progressively more mature guidance documents for the community. Your feedback and contributions are welcome. The cluster meets twice monthly, and all are welcome:

- When:
- 1st Monday at 5pmET
- 4th Thursday, 2:30pmET
- Where: Telecons via GoToMeeting
- Connection: https://global.gotomeeting.com/join/431083909
- Access Code: 431-083-909
- Phone Access: United States: +1 (786) 535-3211
- [Living Agenda](https://docs.google.com/document/d/1tIlDVnKeocO1E_SSbNaldv0avORfGFdmYDNk_3ub6ik/edit?ts=5d9ed12d)

v1.2 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/5), [develop branch](https://github.com/ESIPFed/science-on-schema.org/tree/develop))
## Citation

Science on Schema.org (SOSO) releases are archived on Zenodo, and the current release should be cited as:

> Adam Shepherd, Matthew B. Jones, Dave Vieglais, Stephen Richard, Doug Fils. (2020). Schema.org Publishing Guidelines for the Geosciences v1.2 (Version 1.2.0). Zenodo. https://doi.org/10.5281/zenodo.4477164
## Upcoming Work

v1.3 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/6), [develop branch](https://github.com/ESIPFed/science-on-schema.org/tree/develop))

## Version DOIs

| Version | DOI |
| ------------- | ------------- |
|[1.2.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.2.0)|[<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4477164.svg"/>](https://doi.org/10.5281/zenodo.4477164)|
|[1.1.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.1.0)|[<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3736235.svg"/>](https://doi.org/10.5281/zenodo.3736235)|
|[1.0.0](https://github.com/ESIPFed/science-on-schema.org/releases/tag/1.0.0)|[<img src ="https://zenodo.org/badge/DOI/10.5281/zenodo.2628756.svg"/>](https://doi.org/10.5281/zenodo.2628756)|

Expand All @@ -35,6 +53,8 @@ v1.2 ([issues](https://github.com/ESIPFed/science-on-schema.org/milestone/5), [d
* Chat on the [`sci-schemaorg`](https://esip-all.slack.com/archives/sci-schemaorg) Slack channel
* [`sci-schemaorg` mailing list](https://lists.esipfed.org/mailman/listinfo/esip-schema-dot-org)
* [`sci-schemaorg` wiki](http://wiki.esipfed.org/index.php/Schema.org_Cluster)
* History
* This guide is a continuation of the [P418 NSF EarthCube](https://github.com/earthcubearchitecture-project418/p418Vocabulary) vocabulary guidance which ended in April 2018.
* Broader Community
* [Schema.org development](https://github.com/schemaorg/schemaorg)
* [Schema.org archived history](https://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposalsArchive#2011-2014_Proposals_for_Schema.org), can be helpful when determining intent
Expand Down
1 change: 1 addition & 0 deletions assets/diagrams/dataset/dataset_prov_derived.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/diagrams/dataset/dataset_prov_program.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfda5f4

Please sign in to comment.