-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.qmd
More file actions
259 lines (205 loc) · 14.4 KB
/
index.qmd
File metadata and controls
259 lines (205 loc) · 14.4 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
---
title: Roadmap
format:
seedcase-theme-html:
tbl-colwidths: [20, 80]
---
This is a high level roadmap for products we want to create in the
Seedcase Project. We do not include timelines or estimates for
completion in this document. We also often update this roadmap as we
progress through the project.
For a more detailed and regularly updated roadmap, see our [Long-term
Planning GitHub
Board](https://github.com/orgs/seedcase-project/projects/22/views/1).
## Product roadmap
This is a non-exhaustive list of products or outputs that we believe can
fill multiple strong needs within the research community. These
products, we believe, have the capacity to substantially improve how
research is done. However, given our current timelines and resources, we
can't complete all of them. We list them here to show our visions and
goals.
They are split into three main categories: software and
software-related, technical documentation, and outreach.
Products are listed in the order that we plan to work on and complete
them. Beside each product is one of the following status icons:
| Status | Description |
|:-----------------------------:|:----------------------------------------|
| {{< var status.done >}} | Products we've completed with a minimally viable product (MVP) that we'll continue to improve and work on. |
| {{< var status.wip >}} | Products we are working on currently. |
| {{< var status.planned >}} | Products we plan to complete within the current funding period (end of 2027). |
| {{< var status.potential >}} | Products we'd like to work on, but probably won't finish within the current funding period (end of 2027) due to limited time and resources. |
| {{< var status.ongoing >}} | Ongoing products without a final release (e.g., not archived or officially published). |
### Software and software-related
Because software development is an ongoing process, software products
are rarely truly "complete". They continue to evolve through updates and
improvements. A product is considered to have reached MVP and "done"
status once its first version is released on an official software
archive (like PyPI for Python packages). If the product gets sufficient
use, it will continue to be tested and refined based on user feedback.
Some of these products are not strictly software, but are designed to
work within software environments, integrate with other workflows, or
support research software and data engineering.
::: panel-tabset
#### Software
| Status | Software |
|:--------------------------------------------:|:-------------------------|
| {{< var status.done >}} | [`seedcase-sprout`](https://github.com/seedcase-project/seedcase-sprout): Grow structured, organised, and FAIR data. |
| {{< var status.done >}} | [`check-datapackage`](https://github.com/seedcase-project/check-datapackage): Ensure the compliance of your Data Package metadata. |
| {{< var status.wip >}} | `seedcase-flower`: Display your `datapackage.json` file in a human-friendly way. |
| {{< var status.planned >}} | `seedcase-shears`: Processing raw data into a [Tidy](https://vita.had.co.nz/papers/tidy-data.pdf) [Polars DataFrame](https://pola.rs/). |
| {{< var status.planned >}} | `seedcase-propagate`: Submitting requests for accessing specific data from a data package. |
| {{< var status.planned >}} | `seedcase-garden`: Tend to and track projects using data from a data package. |
: "Wishlist" of software products.
#### Software-related products
| Status | Software-related product |
|:--------------------------------------------:|:-------------------------|
| {{< var status.done >}} | [`template-data-package`](https://github.com/seedcase-project/template-data-package): An opinionated template for Data Packages built with Seedcase packages. |
| {{< var status.done >}} | [`template-python-package`](https://github.com/seedcase-project/template-python-package): A template repository to use when making a Python package for Seedcase. |
| {{< var status.done >}} | [`template-website`](https://github.com/seedcase-project/template-website): An opinionated template for making Quarto-based websites. |
| {{< var status.ongoing >}} | [`seedcase-theme`](https://github.com/seedcase-project/seedcase-theme): Quarto extension that contains shortcodes, embedded extensions, and style theming for Seedcase Project Quarto-based website repositories. |
| {{< var status.ongoing >}} | [`spaid`](https://github.com/seedcase-project/spaid): A toolkit for developing Seedcase projects. |
: "Wishlist" of software-related products.
:::
### Technical documentation
Following the [diátaxis](https://diataxis.fr/) method, we split
documentation into four types: tutorials, how-to guides, reference, and
explanation. Right now, we don't create any tutorials, so only the other
three are listed below. A brief description of these types are expanded
upon in the sections below. These technical documentation products reach
MVP and "done" status when they are either:
- Uploaded to an archive like Zenodo (to generate a DOI).
- Uploaded to a software archive (like PyPI) if they are within a
software product's repository and are executable (the code within
runs).
Just like with the software products, these documentation products
continue to evolve and improve over time. They are not static. So even
though they have a "done" status, we continue working on them and
continuously release updates to them.
::::::: panel-tabset
::: content-hidden
#### Tutorials
Tutorials are learning-oriented documentation that includes workshops,
online tutorials, and learning shorts. These will be developed as [open
educational
resources](https://en.wikipedia.org/wiki/Open_educational_resources).
| Status | Learning resource |
|:--------------------------------------------:|:-------------------------|
| {{< var status.potential >}} | Workshop: Introduction to building research software using Python as a solo developer in research environments. |
| {{< var status.potential >}} | Workshop: Iterative project management and development for effective collaboration and work. |
| {{< var status.potential >}} | Workshop: Building research software using Python in a team setting. |
: "Wishlist" of learning-type documentation products.
:::
#### How-to guides
How-to guides are goal-oriented documentation that helps the reader get
something specific done. These include how-to guides, usage guides, and
user manuals.
| Status | Guides or manuals |
|:--------------------------------------------:|:-------------------------|
| {{< var status.done >}} | [`seedcase-sprout`](https://sprout.seedcase-project.org/docs/guide) usage guide: Using and interacting with `seedcase-sprout`. |
| {{< var status.done >}} | [`check-datapackage`](https://check-datapackage.seedcase-project.org/docs/guide) usage guide: Using and interacting with `seedcase-check-datapackage`. |
| {{< var status.done >}} | [`template-data-package`](https://template-data-package.seedcase-project.org/docs/guide) usage guide: Using the template to make data packages. |
| {{< var status.done >}} | [`template-website`](https://template-website.seedcase-project.org/docs/guide) usage guide: Using the template to make websites. |
| {{< var status.done >}} | [`template-python-package`](https://template-python-package.seedcase-project.org/docs/guide) usage guide: Using the template to make Python packages. |
| {{< var status.wip >}} | [`guidebook`](https://guidebook.seedcase-project.org/): Guidebook on collaborating as a team on projects kept on GitHub. |
| {{< var status.planned >}} | Flower usage guide: Using and interacting with `seedcase-flower`. |
| {{< var status.planned >}} | Propagate usage guide: Using and interacting with `seedcase-propagate`. |
| {{< var status.planned >}} | Garden usage guide: Using and interacting with `seedcase-garden`. |
| {{< var status.planned >}} | Shears usage guide: Using and interacting with `seedcase-shears`. |
: "Wishlist" of goal-type documentation products.
::: content-hidden
Potentials:
- Improving the research software development lifecycle by integrating
DevOps practices.
- A guided walkthrough: Team-based collaborative practices and
workflows in a research environment.
- Using DocOps workflows and infrastructure to reduce time between
writing and dissemination.
- Building DataOps pipelines and infrastructure to improve research
data quality and reduce time from collection to analysis.
- Integrating research operations in organizations to improve quality
and speed up research.
:::
#### Reference
Reference material is information-oriented documentation that are
technical descriptions of how things work or why things are done a
specific way. These include reference manuals, API documentation, and
technical specifications, design documentation, as well as documentation
for how we work together, decisions made, or any community contributing
guidelines we have.
::: callout-important
Because of the nature of reference documentation, they don't really have
a "done" status nor do they have clearly defined "endpoints", like
uploading to an archive to generate a DOI. For these reasons, these
products are usually classified as "ongoing". If they are part of a
software product, they are considered "done" when the software product
is released on an official software archive (like PyPI for Python
packages).
:::
| Status | Information resource |
|:--------------------------------------------:|:-------------------------|
| {{< var status.done >}} | [`seedcase-sprout`](https://sprout.seedcase-project.org/docs/reference/): Reference docs for Sprout. |
| {{< var status.done >}} | [`check-datapackage`](https://check-datapackage.seedcase-project.org/docs/reference/): Reference docs for `check-datapackage`. |
| {{< var status.ongoing >}} | [`design`](https://github.com/seedcase-project/design): General design principles and patterns for the organisation, teams, software, and data used throughout the Seedcase Project. |
| {{< var status.ongoing >}} | [`team`](https://github.com/seedcase-project/team): Documentation specific to the Seedcase team, like onboarding, common configuration files, and meeting agendas and minutes. |
| {{< var status.ongoing >}} | [`seedcase-website`](https://github.com/seedcase-project/seedcase-website): Main website for the Seedcase Project. |
: "Wishlist" of informational-type documentation products.
#### Explanation
Explanation material is understanding-oriented documentation that
focuses on reflection and broadening knowledge or understanding. These
include opinion pieces, explanations, theoretical or thought-provoking
pieces, and outreach materials.
<!-- TODO: This section needs some work -->
| Status | Deliverable |
|:--------------------------------------------:|:-------------------------|
| {{< var status.ongoing >}} | [`community`](https://github.com/seedcase-project/community): Content for community building, outreach, and news about the Seedcase Project. |
| {{< var status.ongoing >}} | [`decisions`](https://github.com/seedcase-project/decisions): Archival records of decisions made about tools or processes we use in the Seedcase Project. |
| {{< var status.potential >}} | Research data engineering: What is it and why is it vital for modern research? |
| {{< var status.potential >}} | Challenges and barriers: Workflows and digital infrastructure for building software in a team-based research environment. |
: "Wishlist" of explanation-type documentation products.
::: content-hidden
| Status | Deliverable |
|:--------------------------------------------:|:-------------------------|
| {{< var status.potential >}} | Challenges and barriers in research for effective software development and data engineering. |
| {{< var status.potential >}} | Researchers don't know how to effectively work together: Current challenges and potential solutions. |
| {{< var status.potential >}} | Research institutions and funding agencies are not yet designed to support effective and robust, and therefore vital, research software development. |
:::
:::::::
### Examples that use our products
These are practical examples of how to use Seedcase software to
structure datasets and prepare them to be used by others. The data is
openly licensed.
| Status | Deliverable |
|:--------------------------------------------:|:-------------------------|
| {{< var status.ongoing >}} | [`example-rhesus-monkeys`](https://github.com/seedcase-project/example-rhesus-monkeys): Example repository for making a data package with data from a study of maternal obesity in rhesus monkeys |
| {{< var status.ongoing >}} | [`example-seed-beetle`](https://github.com/seedcase-project/example-seed-beetle): Example repository for making a data package with data from a study of complex mitonuclear interactions and metabolic costs of mating in male seed beetles |
| {{< var status.ongoing >}} | [`example-rainforest`](https://github.com/seedcase-project/example-rainforest): Example repository for making a data package with data from a study of seed germination in the rainforest |
:::: content-hidden
### Outreach and events
These are activities involves engaging with the research community,
mainly through in-person seminars, symposiums, or other events.
::: callout-note
Given the expertise and resources needed for these types of "products"
(e.g. hosting and coordinating people), we will likely not be able to
work on these types of activities in the near future. However, we
believe that they are important for bringing greater awareness to the
research community about the various topics we work on and advocate for.
:::
| Status | Deliverable |
|:--------------------------------------------:|:-------------------------|
| {{< var status.potential >}} | Seminar series: Unmet needs for research data engineering and current challenges in implementation |
| {{< var status.potential >}} | Symposium: Current state of data engineering in research environment |
: "Wishlist" of outreach event "products".
::::
## Collaborations and users
As we now have working packages, we are currently collaborating with
several other projects to integrate our software and build data packages
for their data. The projects we collaborate with are:
- [DP-Next](https://dp-next.github.io/)
- [ON-LiMiT](https://onlimit.org/)
Other groups have also expressed interest and may become future
collaborators. These other projects are:
- [ADDITION](https://addition.au.dk/)
- [Health in Central
Region](https://www.stenoaarhus.dk/tvarsektoriel-forskning/helbred-i-midt/)
- [DARTER](https://steno-aarhus.github.io/darter-project/)
(register-based research project at Steno)