You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/contributing/contributing.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,38 @@ title: Contributing
3
3
page_id: contributing
4
4
toc: false
5
5
#type: resources
6
-
toc: false
7
6
redirect_from: /website/contributing
8
7
---
9
8
10
-
{% include callout.html type="important" content="Contributing guidelines will be available soon." %}
11
9
10
+
A key aim of the community is to enable sharing of knowledge, methods (i.e. software and workflows), and expertise: to accelerate progress across the community, foster collaborations, and reduce replication of effort.
11
+
12
+
Here, we outline an initial set of contribution mechanisms that are intended to allow for community sharing, and
13
+
attribution of credit to those who have created the work being shared.
14
+
15
+
{% include callout.html type="important" content="Additional contribution guidelines will be added as they are prioritised by the community." %}
16
+
17
+
18
+
## Sharing computational workflows
19
+
20
+
{% include callout.html type="important" content="Workflows from a [ASBC community collection on the WorkflowHub registry](https://workflowhub.eu/collections/40) will be automatically imported and displayed on a dedicated software page soon. Additional instructions will be available soon. For now, if you would like your workflows listed on the website when the integration with WorkflowHub is ready, please follow the instructions below." %}
21
+
22
+
23
+
#### 1. [Register as a WorkflowHub user and either set up, or join, a Team](https://about.workflowhub.eu/docs/organising-and-setup/)
24
+
25
+
26
+
#### 2. [Register your workflow(s) on WorkflowHub](https://about.workflowhub.eu/docs/registering_workflows/registering-a-workflow/)
27
+
28
+
29
+
#### 3. Annotate these workflows by adding the minimum metadata highlighted here
| Workflow title | Make sure the title is descriptive and highlights what the workflow does.|
34
+
| Creator(s) | If you have included a `CITATION.cff` file in your GitHub repository, WorkflowHub can parse this and automatically populate the creator field. |
35
+
| Description | Note that descriptions included in GitHub repository README files will be automatically parsed by WorkflowHub. |
36
+
| Maturity | Indicate if the workflow is `mature` or a `work-in-progress`. |
37
+
| License | Note that if a license file is included in your GitHub repository it will be automatically parsed by WorkflowHub. |
38
+
| EDAM Topics and Operations | Add concepts from [EDAM](https://github.com/edamontology/edamontology) as standardised short descriptions of workflow domain, purpose, and function. You can search for EDAM terms within the WorkflowHub workflow registration wizard. You can also use [EDAM browser](https://edamontology.github.io/edam-browser/) to explore and search the EDAM ontology for appropriate concepts. |
39
+
40
+
The metadata included above is based on a BioCommons [example available here](https://australianbiocommons.github.io/how-to-workflowhub-space/new_workflow#add-minimum-metadata).
0 commit comments