Skip to content

Commit fa942e8

Browse files
committed
differences for PR #8
1 parent 8ce0b2b commit fa942e8

4 files changed

Lines changed: 45 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ keywords: 'software, data, lesson, The Carpentries'
3030
life_cycle: 'beta'
3131

3232
# License of the lesson materials (recommended CC-BY 4.0)
33-
license: 'CC-BY 4.0'
33+
license: 'Apache 2.0'
3434

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

3838
# Default branch of your lesson
3939
branch: 'main'
4040

4141
# Who to contact if there are any issues
42-
contact: 'team@carpentries.org'
42+
contact: 'ro-crate@researchobject.org'
4343

4444
# Navigation ------------------------------------------------
4545
#

md5sum.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"file" "checksum" "built" "date"
2-
"config.yaml" "7ddc391d8ba33364276d96e3e41088e1" "site/built/config.yaml" "2025-04-17"
2+
"CODE_OF_CONDUCT.md" "f773b499ee20641c1c8b6f5bb7125171" "site/built/CODE_OF_CONDUCT.md" "2025-04-17"
3+
"LICENSE.md" "f8a8156e7cf7964cbb26021215ab38b5" "site/built/LICENSE.md" "2025-04-17"
4+
"config.yaml" "0d9e6fcef79a8c05b27bde405671fc6b" "site/built/config.yaml" "2025-04-17"
35
"index.md" "6e2f015da9516d898bda8a74679f7156" "site/built/index.md" "2025-04-17"
46
"reference.md" "0e582dab8c7f586fb96bb1dcf1ca6b4c" "site/built/reference.md" "2025-04-17"
57
"setup.md" "a53ccae1bfaa957461e83c17786adf5f" "site/built/setup.md" "2025-04-17"

0 commit comments

Comments
 (0)