-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating a Knowledgebase #645
Comments
Yes, a starting point might be resources/nfdi4bioimage.yml . We should summarize it into a 3-level hierarchy of important topics in markdown format. For each topic we select one relevant url from the yml file. git-bob ask gemini-2.0-pro-exp-02-05 to answer this |
This message was generated by git-bob (version: 0.17.0, model: gemini-2.0-pro-exp-02-05, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully. Okay, here's a response to the github issue, focusing on generating the requested knowledge base outline: As suggested by @haesleinhuepf, I will process # NFDI4Bioimage Knowledge Base Outline
## Level 1: Core Concepts
### Research Data Management (RDM)
* **Level 2: RDM Basics**
* *Level 3: Getting Started with RDM*
* URL: [Forschungsdaten.info](https://forschungsdaten.info/)
* **Level 2: RDM Planning**
* *Level 3: Data Management Plans*
* URL: [Euro-BioImaging's Template for Research Data Management Plans](https://zenodo.org/records/11473803)
* **Level 2: FAIR Principles**
* *Level 3: Introduction to FAIR*
* URL: [FAIR Principles](https://www.go-fair.org/fair-principles/)
* **Level 2: Metadata**
* *Level 3: Metadata Standards*
* URL: [REMBI: Recommended Metadata for Biological Images—enabling reuse of microscopy data in biology](https://www.nature.com/articles/s41592-021-01166-8)
* **Level 2: Sharing and Licensing**
* *Level 3: Sharing research Data*
* URL: [Sharing research data with Zenodo](https://focalplane.biologists.com/2023/02/15/sharing-research-data-with-zenodo/)
### Bioimage Analysis
* **Level 2: Bioimage Analysis Basics**
* *Level 3: Introduction to Bioimage Analysis*
* URL: [What is Bioimage Analysis? An Introduction](https://www.dropbox.com/s/5abw3cvxrhpobg4/20220923_DefragmentationTS.pdf?dl=0)
* **Level 2: Common Tools**
* *Level 3: ImageJ/Fiji*
* URL: [Introduction to Image Analysis with Fiji](https://github.com/mpicbg-scicomp/CourseIntroToIA)
* *Level 3: Python*
* URL: [Bio-image Analysis with Python](https://github.com/BiAPoL/Bio-image_Analysis_with_Python)
* *Level 3: Napari*
* URL: [Bioimage analysis with Napari](https://www.fabriziomusacchio.com/teaching/teaching_bioimage_analysis/)
* *Level 3: CellProfiler*
* URL: [CellProfiler tutorials](https://github.com/CellProfiler/tutorials)
* **Level 2: Specific Tasks**
* *Level 3: Segmentation*
* URL: [Quality assurance of segmentation results](https://focalplane.biologists.com/2023/04/13/quality-assurance-of-segmentation-results/)
* *Level 3: Tracking*
* URL: [Tracking in napari](https://focalplane.biologists.com/2023/06/01/tracking-in-napari/)
* **Level 2: Artificial Intelligence**
* *Level 3: Deep Learning Basics*
* URL: [Deep Learning Based Segmentation For Biologists](https://github.com/tpecot/DeepLearningBasedSegmentationForBiologists/)
* *Level 3: Prompt Engineering*
* URL: [Prompt Engineering in Bio-image Analysis](https://focalplane.biologists.com/2024/07/18/prompt-engineering-in-bio-image-analysis/)
### Data and Infrastructure
* **Level 2: Data Repositories**
* *Level 3: BioImage Archive*
* URL: [Bioimage Archive](https://www.ebi.ac.uk/bioimage-archive/)
* *Level 3: Image Data Resource (IDR)*
* URL: [Image Data Resources](https://idr.openmicroscopy.org/)
* **Level 2: Data Management Platforms**
* *Level 3: OMERO*
* URL: [OME Documentation](https://www.openmicroscopy.org/docs/)
* **Level 2: Workflow Engines**
* *Level 3: Galaxy*
* URL: [Galaxy Training Material](https://github.com/galaxyproject/training-material)
* *Level 3: Nextflow*
* URL: [NextFlow documentation](https://www.nextflow.io/) |
We need this in more detail (more entries in level 2 and 3). Also answer in markdown without fences. Example: Research Data Management (RDM)RDM BasicsGetting Started with RDMgit-bob ask gemini-2.0-pro-exp-02-05 to answer this |
@joshmoore what do you think about the proposed ouline? Feel free to ask git-bob directly for modifications. You should be able to instruct it directly. |
I would like to add: MetadataMetadata StandardsPublishing research code FAIR - a roadmap |
As I'm working on a institute-vise onboarding process. A start guide should be structured more like a pipeline that you can follow step by step. it should be as simple as possible. You can build on your existing knowledge later to delve deeper into the individual parts. Some central questions I always have in mind is: “Who should look for which source, for what reason, when? What does this person want? How many resources are they willing to use?” “Who:
For what reason?
What does this person want?
How many resources are they willing to use?
# That's why I designed a sample research process for us. The current design looks like this (very early version): Enhanced Structure and Workflow for an Empirical Research Project1. Application for Funding
2. Research of the Research Area
3. Development of a Hypothesis
4. Operationalization of the Idea
5. Implementation and Documentation
6. Data Analysis and Visualization
7. Creation of the Paper
8. Compiling Data According to BIDS Standard
9. Writing to Journals
10. Uploading the Dataset to an Archive
11. Uploading the Source Code to GitHub
12. Uploading the Paper to a Pre-Print Server
13. Linking the Dataset with the Source Code and the Paper
Recommended Folder Structure on the Hard Drive/ResearchProject
/Application
- Application_DFG.pdf
- Application_EU.pdf
/Research
- LiteratureResearch.zotero
/Hypothesis
- Hypothesis.pdf
/Operationalization
- Operationalization.ipynb
/Implementation
- Implementation.ipynb
/DataAnalysis
- DataAnalysis.ipynb
/Paper
- Paper.tex
- Paper.md
- Paper.odt
/BIDS
- Dataset_BIDS.zip
/Journals
- JournalSubmission.pdf
/Archive
- Dataset_Zenodo.zip
/GitHub
- SourceCode.zip
/PrePrint
- Paper_arXiv.pdf```
[Back to Table of Contents](#table-of-contents) |
At the AHM meeting, a KB was discussed which guided users to the basic concepts that they need for getting started with RDM. (What is OME-Zarr? How do I get started with OMERO? etc.)
Would it be possible to generate an initial outline for a KB using the material in search insight and/or the search engine?
The text was updated successfully, but these errors were encountered: