Skip to content

Commit

Permalink
Licensing information for images and files
Browse files Browse the repository at this point in the history
  • Loading branch information
wna-se committed Feb 21, 2022
1 parent ab16fc3 commit 840070b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
25 changes: 23 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ root: .
---
{% include links.md %}
## Instructional Material
The instructional content of this lesson an adaptation of previous works and is made available under [CC-BY 4.0][cc-by-human]
by [NBIS - National Bioinformatics Infrastructure Sweden][nbis-site] 2020–{{ 'now' | date: "%Y"}}.
The instructional content of this lesson is an adaptation of previous works and is made available under [CC-BY 4.0][cc-by-human]
by [NBIS - National Bioinformatics Infrastructure Sweden](https://nbis.se/) 2020–{{ 'now' | date: "%Y"}}.

Using a rebranded fork of [The Carpentries style][styles].

Expand Down Expand Up @@ -48,6 +48,27 @@ Notices:
rights such as publicity, privacy, or moral rights may limit how you
use the material.

## Figures and example data
The figures and example data referenced in this lesson are licensed as outlined in the table below:
{% comment %} See _data/licensing.tsv {% endcomment %}

<table>
<thead>
<th>Figure / example data</th>
<th>License</th>
</thead>
<tbody>
{% for entry in site.data.licensing %}
<tr>
<td markdown="1">
[{{ entry.contentUrl }}](./{{ entry.contentUrl }})
</td>
<td>{{ entry.license }}</td>
</tr>
{% endfor %}
</tbody>
</table>

## Software

Except where otherwise noted, the example programs and other software
Expand Down
19 changes: 19 additions & 0 deletions _data/licensing.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
contentUrl license
fig/wizard-home.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/metadata_model.png Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/dashboard.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/dashboard-register-study.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/register-study-sarscov2.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/dashboard-register-samples.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/sample-submission-choice.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/sample-submission-submit.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/select-checklist.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/add-fields.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/study-report.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/samples-report.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
fig/cmd-cd.jpg Screenshot by NBIS of the ENA Webin submissions portal by EMBL-EBI, https://www.ebi.ac.uk/about/terms-of-use/
data/ENA_samples_workshop_DM_practices.tsv Artificial data created by NBIS derived from publicaly available research data deposited in the European Nucleotide Archive (ENA) at EMBL-EBI under accession number PRJEB42601 (https://identifiers.org/ena.embl:PRJEB42601).
data/NEBNext_OAS_12.fastq.gz Artificial data created by NBIS derived from publicaly available research data deposited in the European Nucleotide Archive (ENA) at EMBL-EBI under accession number PRJEB42601 (https://identifiers.org/ena.embl:PRJEB42601).
data/NEBNext_OAS_12_manifest.txt Artificial data created by NBIS derived from publicaly available research data deposited in the European Nucleotide Archive (ENA) at EMBL-EBI under accession number PRJEB42601 (https://identifiers.org/ena.embl:PRJEB42601).
files/module-dmp-dm-practice.pdf Presentation CC BY 4.0 by NBIS, https://creativecommons.org/licenses/by/4.0/
files/module-repository-submission-dm-practices.pdf Presentation CC BY 4.0 by NBIS, https://creativecommons.org/licenses/by/4.0/

0 comments on commit 840070b

Please sign in to comment.