-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (39 loc) · 3.2 KB
/
index.html
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
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
background: '/img/cat.png'
---
<div class="alert alert-secondary" role="alert">
<p><b>Questions?</b> Please join us on <a href="https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE">Slack</a>, <a href="mailto:[email protected]">email</a> us and check out the <a href="{{"/faq.html" | relative_url }}">FAQ</a>.
</p>
<p>We hold office hours on <a href="https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE">Slack</a> every Thursday 9am CST. Please join us on and say hi! in #general. Specific questions can be asked in the #developers, #extractors and #deployments channels.</p>
</div>
<p>
<a href="https://clowderframework.org/">Clowder</a> is a cloud native data management framework to support any research domain.
Clowder was developed to help researchers and scientists in data intensive domains manage raw data, complex metadata, and automatic data pipelines.
</p>
<p>
Clowder is not a central system, but software that research labs and individual users can install on local clusters or in the cloud.
Clowder is data agnostic, but can be customized for specific data types through a sophisticated information extraction bus and web based visualization plugins.
</p>
<p>
Clowder is also a community of practitioners working on data intensive research projects and developing tools that work across research domains.
</p>
<p>
The first version of Clowder (<a href="https://github.com/clowder-framework/clowder">v1</a>) has been in development for over ten years and it has been used in various <a href="https://clowderframework.org/projects.html">domains</a>.
A new version of Clowder, <a href="https://github.com/clowder-framework/clowder2">v2</a> is currently in development.
v2 builds on lessons learned from current and prior use cases and is being developed with two major goals in mind:
<ul>
<li>a modernized web interface for end users</li>
<li>an easy to pickup and easy to maintain codebase</li>
</ul>
</p>
<p>
We are always looking for new collaborators, contributors, and ideas in the space of research data management.
<ul>
<li>If you are interested in contributing to Clowder v2 please come say hi in <a href="https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE">Slack</a></li>
<li>If you are ready to dive into the code, take a look at <a href="https://github.com/clowder-framework/clowder2/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22">good first issues</a> in v2</li>
<li>If you have a project where Clowder could be of help but you are not sure, <a href="https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE">Slack</a> is a also a great place to share your needs</li>
</ul>
</p>