Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CourseInstance/examples/1.0-RELEASE/courseInstance.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@
{
"@type": "TrainingMaterial",
"name": "Course Slides for Autumn 2020 offering of CS101",
"url": "http://example.com/slides_website"
"description": "The course slides contain diagrams, questions, and links to various resources about this course"
"url": "http://example.com/slides_website",
"description": "The course slides contain diagrams, questions, and links to various resources about this course",
"keywords": "Computer Science, CS, Introductory"
},
{
"@type": "Thing",
"name": "neXtProt database",
"url": "https://www.nextprot.org"
"description": "The course instance was dedicated to the neXtProt datbase and how to explore the universe of human proteins"
"url": "https://www.nextprot.org",
"description": "The course instance was dedicated to the neXtProt datbase and how to explore the universe of human proteins",
"keywords": "Molecular Biology, Introductory"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dct:conformsTo": {
"@id": "https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE",
"@type": "CreativeWork"
}
},
"description": "An introduction to the 10 simple rules for making training materials FAIR",
"keywords": "FAIR, Training Materials, Bioschemas, ELIXIR, Structured Markup",
"name": "Ten simple rules to make training materials FAIR",
Expand Down