Skip to content

Commit f3f3c16

Browse files
committed
differences for PR #8
1 parent 5f8ae0f commit f3f3c16

8 files changed

Lines changed: 778 additions & 33 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributor Code of Conduct
2+
3+
Contributors to the RO-Crate community, including this tutorial, are expected to comply with our [Code of Conduct](https://github.com/ResearchObject/ro-crate/blob/main/CODE_OF_CONDUCT.md) to ensure an open and inclusive environment. You may email conduct@researchobject.org to report any Code of Conduct concerns.

LICENSE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: page
3+
title: "Licenses"
4+
root: .
5+
---
6+
7+
# Training Materials
8+
9+
© Copyright 2021-2025 University of Technology Sydney, The University of Manchester UK and RO-Crate contributors.
10+
11+
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
12+
13+
http://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
16+
17+
## Changes
18+
19+
This tutorial has been adapted from the revised [RO-Crate introduction for 1.2](https://www.researchobject.org/ro-crate/1.2-DRAFT/introduction.html) by Stian Soiland-Reyes. Changes include:
20+
* Rewriting to tutorial style with exercises
21+
* Adaptation to Galaxy Training Material rendering
22+
* Explicit links to RO-Crate specifications
23+
* Example changed to different organization and license
24+
* Modiied for Carpentries style
25+
26+
# Examples
27+
28+
The RO-Crate JSON-LD examples and solutions are distributed under [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/). This means they can be re-used freely without any requirements for attribution or licence.
29+
30+
31+
# Trademarks
32+
33+
"Software Carpentry" and "Data Carpentry" and their respective logos
34+
are registered trademarks of [Community Initiatives][CI].
35+
36+
[ci]: http://communityin.org/

config.yaml

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
#------------------------------------------------------------
23
# Values for this lesson.
34
#------------------------------------------------------------
@@ -10,36 +11,36 @@
1011
# incubator: The Carpentries Incubator
1112
# Note that you can also use a custom carpentry type. For more info,
1213
# see the documentation: https://carpentries.github.io/sandpaper-docs/editing.html
13-
carpentry: 'incubator'
14+
carpentry: "incubator"
1415

1516
# Custom carpentry description
1617
# This will be used as the alt text for the logo
1718
# carpentry_description: "Custom Carpentry"
1819

1920
# Overall title for pages.
20-
title: 'Packaging Data with RO-Crates'
21+
title: "Packaging Data with RO-Crates"
2122

2223
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
23-
created:
24+
created:
2425

2526
# Comma-separated list of keywords for the lesson
26-
keywords: 'software, data, lesson, The Carpentries'
27+
keywords: "software, data, lesson, The Carpentries"
2728

2829
# Life cycle stage of the lesson
2930
# possible values: pre-alpha, alpha, beta, stable
30-
life_cycle: 'beta'
31+
life_cycle: "beta"
3132

3233
# License of the lesson materials (recommended CC-BY 4.0)
33-
license: 'CC-BY 4.0'
34+
license: "Apache 2.0"
3435

3536
# Link to the source repository for this lesson
36-
source: 'https://github.com/fishtree-attempt/convert_lesson_2/'
37+
source: "https://github.com/ResearchObject/packaging_data_with_ro-crate"
3738

3839
# Default branch of your lesson
39-
branch: 'main'
40+
branch: "main"
4041

4142
# Who to contact if there are any issues
42-
contact: 'team@carpentries.org'
43+
contact: "ro-crate@researchobject.org"
4344

4445
# Navigation ------------------------------------------------
4546
#
@@ -64,39 +65,35 @@ contact: 'team@carpentries.org'
6465
# - another-learner.md
6566

6667
# Order of episodes in your lesson
67-
episodes:
68-
- 01-introduction.md
69-
- 02-folder-as-crate-root.md
70-
- 03-metadata-descriptor.md
71-
- 04-root.md
72-
- 05-root-metadata.md
73-
- 06-cross-references.md
74-
- 07-data-entities.md
75-
- 08-contextual-entities.md
76-
- 09-authorship.md
77-
- 10-validating.md
78-
- 11-triples.md
79-
- 12-html-preview.md
80-
- 13-complete.md
81-
- 14-next-steps.md
68+
episodes:
69+
- 01-introduction.md
70+
- 02-folder-as-crate-root.md
71+
- 03-metadata-descriptor.md
72+
- 04-root.md
73+
- 05-root-metadata.md
74+
- 06-cross-references.md
75+
- 07-data-entities.md
76+
- 08-contextual-entities.md
77+
- 09-authorship.md
78+
- 10-validating.md
79+
- 11-triples.md
80+
- 12-html-preview.md
81+
- 13-complete.md
82+
- 14-next-steps.md
8283

8384
# Information for Learners
84-
learners:
85+
learners:
8586

8687
# Information for Instructors
87-
instructors:
88+
instructors:
8889

8990
# Learner Profiles
90-
profiles:
91+
profiles:
9192

9293
# Customisation ---------------------------------------------
9394
#
9495
# This space below is where custom yaml items (e.g. pinning
9596
# sandpaper and varnish versions) should live
9697

97-
98-
carpentry_description: Lesson Description
99-
url: https://preview.carpentries.org/convert_lesson_2
100-
analytics: carpentries
98+
url: https://www.researchobject.org/packaging_data_with_ro-crate/
10199
lang: en
102-
workbench-beta: yes

files/rainfall-1.2.1/data.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"Date","Minimum temperature (°C)","Maximum temperature (°C)","Rainfall (mm)"
2+
2022-02-01,16.0,28.4,0.6
3+
2022-02-02,16.3,17.2,12.4

0 commit comments

Comments
 (0)