-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticipate.html
19 lines (18 loc) · 1 KB
/
participate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
permalink: /participate
layout: central_layout
header: <link rel="stylesheet" href="/assets/participate.css">
header_title: "Participate in Scifir!"
---
<h1>You can participate in Scifir!</h1>
<p>Scifir allows <strong>open participation</strong>, which means that any scientist can participate in it. To do so, you can do any of the following actions:</p>
<div>
<div id="participate_options_box">
<img src="assets/publish-icon.png" id="participate_icon" alt="Publish icon">
<ul id="participate_options">
<li><strong>Send issues</strong> you find in our code repositories inside GitHub by using the GitHub Issues of the corresponding repository.</li>
<li>You can <strong>join any open source</strong> project. If you want to do so, send an email to <a href="mailto:[email protected]" class="text_link">[email protected]</a></li>
<li>If you want to <strong>publish</strong> any paper, software or document through Scifir, send us an email to, possibly it can be accepted.</li>
</ul>
</div>
</div>