forked from chanzuckerberg/napari-hub-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection-template.yml
53 lines (44 loc) · 1.71 KB
/
collection-template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# each Collection must have a title
title:
# the date the Collection was submitted or last updated. The date must be in ISO-8601 format within double quotes (e.g. "2022-05-24")
updated_date:
# a one-sentence summary of the collection.
# give napari users insight into what the collection contains and how it will help them.
# this will be shown on the Collection's card.
summary:
# a longer description of the collection.
# give more background and context on the collection, what the plugins do, and why it matters.
# this will be displayed at the top of the collection. See https://yaml-multiline.info/ for YAML syntax for multiline values.
description: >
ADD YOUR DESCRIPTION HERE.
Feel free to use multiple lines. They will
be parsed as a single line unless you add a space.
Be sure to indent consistently, though!
# provide a cover image for the collection.
# this must be at least 1400px and be present in the top-level `images` folder in this repo (note: include full file name with the file extension)
cover_image:
# the list of plugins in this collection
plugins:
# the name of the plugin is the pypi name (e.g. napari-sim-processor)
- name:
# provide a comment to let users know why this plugin matters
comment:
#copy the below template for all plugins in your collection
- name:
comment:
# who created this collection? add your name, credentials, and relevant links
curator:
name:
title:
affiliation:
institution:
website:
links:
# an ORCID ID is required
orcid:
# (optional) link to Twitter
twitter:
# (optional) link to GitHub
github:
# (optional) link to another website, such as a personal or institutional homepage
website: