Skip to content

Commit

Permalink
Merge pull request #264 from nfdi4plants/mibinet-workshop
Browse files Browse the repository at this point in the history
Mibinet workshop
  • Loading branch information
Brilator authored Sep 28, 2023
2 parents dd01e4c + 2a4448a commit 10d3679
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 287 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2>Update ontology reference columns</h2>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="25" data-paginate="true" data-theme="marp-theme_dataplant-ceplas-ccby" data-marpit-pagination="25" data-marpit-pagination-total="36" style="--paginate:true;--theme:marp-theme_dataplant-ceplas-ccby;">
<h2>Your ISA table is growing</h2>
<p>At this point. Your table should look similar to this:</p>
<p><img src="./../custom/demo_isa.study1.png" alt="" style="width:1000px;" /></p>
<p><img src="./../../../img/demo_isa.study1.png" alt="" style="width:1000px;" /></p>
</section>
</foreignObject></svg><svg data-marpit-svg="" viewBox="0 0 1280 720"><foreignObject width="1280" height="720"><section id="26" data-paginate="true" data-theme="marp-theme_dataplant-ceplas-ccby" data-marpit-pagination="26" data-marpit-pagination-total="36" style="--paginate:true;--theme:marp-theme_dataplant-ceplas-ccby;">
<h2>Hiding ontology reference columns</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Click the <kbd>Update Ontology Terms</kbd> quick access buttons.

At this point. Your table should look similar to this:

![w:1000](./../custom/demo_isa.study1.png)
![w:1000](./../../../img/demo_isa.study1.png)

---

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ author:
- name: Martin Kuhl
github: https://github.com/Martin-Kuhl
orcid: https://orcid.org/0000-0002-8493-1077
- name: Sabrina Zander
orcid: https://orcid.org/0009-0000-4569-6126
---

# Block 5 &ndash; Metadata and ISA
Expand Down Expand Up @@ -48,10 +46,6 @@ September 28th, 2023

---

# Metadata

---

# What is <br> **metadata**?

<style scoped>
Expand Down Expand Up @@ -252,7 +246,7 @@ ul {

# Metadata "Standards"

Examples from Minimum Information for Biological and Biomedical Investigations (MIBBI):
Examples from [Minimum Information for Biological and Biomedical Investigations (MIBBI)](https://fairsharing.org/3518):

- MIAPPE | Minimum Information About a Plant Phenotyping Experiment <https://www.miappe.org>
- MIAME | Minimum Information About a Microarray Experiment <https://www.fged.org/projects/miame/>
Expand Down Expand Up @@ -323,37 +317,29 @@ code {
<https://schema.org/Person>

```json
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VisualArtwork",
"name": "La trahison des images",
"alternateName": "The Treachery of Images",
"image": "http://upload.wikimedia.org/wikipedia/en/b/b9/MagrittePipe.jpg",
"description": "The painting shows a pipe. Below it, Magritte...",
"creator": [
{
"@type": "Person",
"name": "René Magritte",
"sameAs": "https://www.freebase.com/m/06h88"
}
],
"width": [
{
"@type": "Distance",
"name": "940 mm"
}
],
"height": [
{
"@type": "Distance",
"name": "635 mm"
}
],
"artMedium": "oil",
"artworkSurface": "canvas"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98052",
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
},
"colleague": [
"http://www.xyz.edu/students/alicejones.html",
"http://www.xyz.edu/students/bobsmith.html"
],
"email": "mailto:[email protected]",
"image": "janedoe.jpg",
"jobTitle": "Professor",
"name": "Jane Doe",
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com"
}
</script>
```

---
Expand Down Expand Up @@ -584,7 +570,7 @@ TODO:
# The Pizza Ontology

- Example from protege: <https://protege.stanford.edu/ontologies/pizza/pizza.owl>
- Visualize viw WebVOWL <http://vowl.visualdataweb.org/webvowl.html>
- Visualize via WebVOWL <http://vowl.visualdataweb.org/webvowl.html>

---

Expand Down Expand Up @@ -782,7 +768,7 @@ section {

# Realization of lab-specific metadata templates

![w:650px](./../../../img/Swate_LabTemplates.svg)
![w:850px](./../../../img/SWATE_metadataTemplates.png)

Facilities can define their most common workflows as templates

Expand Down Expand Up @@ -818,6 +804,4 @@ Slides presented here include contributions by
- name: Martin Kuhl
github: https://github.com/Martin-Kuhl
orcid: https://orcid.org/0000-0002-8493-1077
- name: Sabrina Zander
orcid: https://orcid.org/0009-0000-4569-6126

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Click the <kbd>Update Ontology Terms</kbd> quick access buttons.

At this point. Your table should look similar to this:

![w:1000](./../custom/demo_isa.study1.png)
![w:1000](./../../../img/demo_isa.study1.png)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Here you can find the slides prepared for the September 2023 MibiNet/CEPLAS *Sta
- <a href="./Block03a-ARCCommander-HandsOn.html" target="_blank">Block 3a &ndash; ARCCommander-HandsOn</a>
- <a href="./Block03b-ARCitect-HandsOn.html" target="_blank">Block 3b &ndash; ARCitect-HandsOn</a>
<!-- - <a href="./Block04-ARCYourOwnData.html" target="_blank">Block 4 &ndash; ARCYourOwnData</a> -->
<!-- - <a href="./Block05-MetadataISA.html" target="_blank">Block 5 &ndash; MetadataISA</a> -->
<!-- - <a href="./Block06-Swate-HandsOn.html" target="_blank">Block 6 &ndash; Swate-HandsOn</a> -->
- <a href="./Block05-MetadataISA.html" target="_blank">Block 5 &ndash; MetadataISA</a>
- <a href="./Block06-Swate-HandsOn.html" target="_blank">Block 6 &ndash; Swate-HandsOn</a>

:warning: Links are not permanent. Slides may move elsewhere or be updated. We do our best to keep the knowledge base up-to-date &ndash; so you will find all relevant information here.

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Click the <kbd>Update Ontology Terms</kbd> quick access buttons.

At this point. Your table should look similar to this:

![w:1000](./../custom/demo_isa.study1.png)
![w:1000](./../../../../img/demo_isa.study1.png)

---

Expand Down

0 comments on commit 10d3679

Please sign in to comment.