Skip to content

Commit

Permalink
added resources, categories
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 5, 2023
1 parent 780c809 commit 56ee4fe
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 6 deletions.
Empty file added docs/document/readme.md
Empty file.
19 changes: 18 additions & 1 deletion resources/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,21 @@ resources:
type:
- event
- notebook
url: https://github.com/BiAPoL/PoL-BioImage-Analysis-TS-GPU-Accelerated-Image-Analysis
url: https://biapol.github.io/PoL-BioImage-Analysis-TS-GPU-Accelerated-Image-Analysis/intro.html

- name: PoL Bio-Image Analysis Early Career Bio-image Analysis Training School
type:
- event
- notebook
url: https://biapol.github.io/PoL-BioImage-Analysis-TS-Early-Career-Track/intro.html

- name: OMERO Workshops
type:
- collection
- event
url: https://www.openmicroscopy.org/events/
description: List of OMERO Workshops




16 changes: 14 additions & 2 deletions resources/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,22 @@ resources:
url: https://www.openmicroscopy.org/docs/
tags: omero

- name: Omero documentation
- name: OMERO documentation
type: documentation
url: https://omero.readthedocs.io/en/stable/

- name: OMERO Guide
type: collection
url: https://omero-guides.readthedocs.io/en/latest/

- name: OMERO walkthrough for facility managers
type: document
url: https://omero-guides.readthedocs.io/en/latest/example_facility_manager.html

- name: OMERO walkthrough example
type: document
url: https://omero-guides.readthedocs.io/en/latest/example.html

- name: Bio.tools database
type: collection
url: https://bio.tools/
Expand Down Expand Up @@ -71,7 +83,7 @@ resources:

- name: Efficiently starting institutional research data management
authors: Biernacka, Katarzyna; Cortez, Katrin; Helbig, Kerstin
type: slide
type: document
url: https://zenodo.org/record/3490058
license: CC-BY 4.0
description: Single slide outlining the most important aspect for starting research data management on institutional level.
Expand Down
19 changes: 17 additions & 2 deletions resources/nfdi4bioimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,31 @@ resources:
- NFDI4BioImage

- name: Sharing and licensing material
type: slides
type: slide
authors: Robert Haase
url: https://f1000research.com/slides/10-519
tags:
- NFDI4BioImage
description: Introduction to sharing resources online and licensing

- name: If you license it, it’ll be harder to steal it. Why we should license our work
authors: Robert Haase
type: blog
url: https://focalplane.biologists.com/2023/05/06/if-you-license-it-itll-be-harder-to-steal-it-why-we-should-license-our-work/
tags:
- NFDI4BioImage
description: Blog post about why we should license our work and what is important when choosing a license.

- name: Sharing research data with Zenodo
authors: Robert Haase
type: blog
url: https://focalplane.biologists.com/2023/02/15/sharing-research-data-with-zenodo/
tags:
- NFDI4BioImage

description: Blog post about how to share data using zenodo.org

- name: Collaborative bio-image analysis script editing with git
authors: Robert Haase
type: blog
url: https://focalplane.biologists.com/2021/09/04/collaborative-bio-image-analysis-script-editing-with-git/
description: Introcution to version control using git for collaborative, reproducible script editing.
2 changes: 1 addition & 1 deletion scripts/generate_link_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def main():

import os

supported_content_types = ['collection', 'video', 'slide', 'notebook', 'event', 'blog', 'book', 'publication']
supported_content_types = ['collection', 'video', 'slide', 'notebook', 'event', 'blog', 'book', 'publication', 'document', 'documentation']
directory_path = 'resources/'

# Iterate over all files in the directory and accumulate content
Expand Down

0 comments on commit 56ee4fe

Please sign in to comment.