-
Notifications
You must be signed in to change notification settings - Fork 9
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
Contribute to BioImage.IO #26
Comments
We have a model at Bioimage.io for which we want to upload a notebook. How could we do it? Should we include it in the manifest at our repository? How could I indicate "this model was the output of this notebook". Also, should I prepare a new yaml file for the notebook even if it is already created for the model? |
Yes, since deepimagej is now a community partner, you can simply add the notebook to the manifest file at your repo. And you will need to create a
Assuming you have added the notebook to your yaml file, and assigned an id to it. You can then add a
No, you can simply fill the fields directly in your |
Ok, done. I hope it works.
If we want to add both, dataset and notebook, would we need just write one more line in |
Yes, exactly. |
Wei, I need to be able to cite more than an article in the yaml files. For example, stardist should have 2 citations from the original authors plus the ZeroCost citation for our modifications. How can I do this? |
My two cents: One concrete model is either a 2D or a 3D stardist model, right?
If the type of trained model is cited though, I agree, there wouldn’t be much space for citing training-related resources.
Currently the idea is to cite a description of the type of model. For example, we are also not citing Keras, Pytorch, etc. although we critically rely on it for virtually all models.
Still, this in not a particularly good answer and we will need to find a satisfactory solution. I just would like to avoid that the yaml files start looking like bibtex libraries... 😉
Best,
Florian
…On 10. Jul 2020, 18:43 +0200, Ricardo Henriques ***@***.***>, wrote:
Wei, I need to be able to cite more than an article in the yaml files. For example, stardist should have 2 citations from the original authors plus the ZeroCost citation for our modifications. How can I do this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Ok, this sounds reasonable. I'll then cite the Zero preprint which properly
references the original sources for the networks
On Fri, Jul 10, 2020 at 5:50 PM Florian Jug <[email protected]>
wrote:
… My two cents: One concrete model is either a 2D or a 3D stardist model,
right?
If the type of trained model is cited though, I agree, there wouldn’t be
much space for citing training-related resources.
Currently the idea is to cite a description of the type of model. For
example, we are also not citing Keras, Pytorch, etc. although we critically
rely on it for virtually all models.
Still, this in not a particularly good answer and we will need to find a
satisfactory solution. I just would like to avoid that the yaml files start
looking like bibtex libraries... 😉
Best,
Florian
On 10. Jul 2020, 18:43 +0200, Ricardo Henriques ***@***.***>,
wrote:
> Wei, I need to be able to cite more than an article in the yaml files.
For example, stardist should have 2 citations from the original authors
plus the ZeroCost citation for our modifications. How can I do this?
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF2O3NN4UIWPVK63CL6JLLR25BFZANCNFSM4OMMHXKQ>
.
--
Prof. Ricardo Henriques
Research Group Leader at UCL
Quantitative Imaging and Nanobiophysics group
https://henriqueslab.github.io/
|
Fixing this by adding a disclaimer in the ZeroCostDL4Mic notebook items
"Note: visit the ZeroCostDL4Mic wiki to check the original publications
this network is based on and make sure you cite these also."
On Fri, Jul 10, 2020 at 5:52 PM Ricardo Henriques <[email protected]>
wrote:
… Ok, this sounds reasonable. I'll then cite the Zero preprint which
properly references the original sources for the networks
On Fri, Jul 10, 2020 at 5:50 PM Florian Jug ***@***.***>
wrote:
> My two cents: One concrete model is either a 2D or a 3D stardist model,
> right?
> If the type of trained model is cited though, I agree, there wouldn’t be
> much space for citing training-related resources.
>
> Currently the idea is to cite a description of the type of model. For
> example, we are also not citing Keras, Pytorch, etc. although we critically
> rely on it for virtually all models.
>
> Still, this in not a particularly good answer and we will need to find a
> satisfactory solution. I just would like to avoid that the yaml files start
> looking like bibtex libraries... 😉
>
> Best,
> Florian
> On 10. Jul 2020, 18:43 +0200, Ricardo Henriques ***@***.***>,
> wrote:
> > Wei, I need to be able to cite more than an article in the yaml files.
> For example, stardist should have 2 citations from the original authors
> plus the ZeroCost citation for our modifications. How can I do this?
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub, or unsubscribe.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#26 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAF2O3NN4UIWPVK63CL6JLLR25BFZANCNFSM4OMMHXKQ>
> .
>
--
Prof. Ricardo Henriques
Research Group Leader at UCL
Quantitative Imaging and Nanobiophysics group
https://henriqueslab.github.io/
--
Prof. Ricardo Henriques
Research Group Leader at UCL
Quantitative Imaging and Nanobiophysics group
https://henriqueslab.github.io/
|
@paxcalpt In fact, we support a list of citations, so you can just place a list of citations. see the example below: cite:
- text: "Lucas von Chamier .... ZeroCostDL4Mic: an open platform to simplify access and use of Deep-Learning in Microscopy. bioRxiv, 2020."
doi: https://doi.org/10.1101/2020.03.20.000133
- text: "Ronneberger, Olaf et al. U-net: Convolutional networks for biomedical image segmentation. MICCAI 2015."
doi: https://doi.org/10.1007/978-3-319-24574-4_28 |
No description provided.
The text was updated successfully, but these errors were encountered: