-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
executable file
·60 lines (50 loc) · 3.27 KB
/
support.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: Parsl A Parallel Scripting Library for Python
---
<style>
.support-logos{
text-align: center;
}
</style>
<div class="container support" style="margin-top: 10px;">
<div class="row" style="padding-top: 20px">
<div class="col-lg-12">
<h2>Community</h2>
<p>If you are using Parsl or planning to try it, join the <a href="https://join.slack.com/t/parsl-project/shared_invite/enQtMzg2MDAwNjg2ODY1LTUyYmViOTY1ZTU2ZDUwZTVmOWQ1M2IzZTE5MTM3YWZlM2RhM2IyZjk4ODgwNGRhOGE1MzJlNTYyYjNkYzIzZW">parsl-project</a> Slack workspace
to hear what other users are doing, ask questions, and listen in on and join the community discussion.</p>
<p>We also host an open Zoom video call every two weeks - join Slack to find the link.</p>
<p>If you would like to suggest new features, or participate in the discussion of implementation issues, please follow the project on <a href="https://github.com/parsl">GitHub</a>.</p>
<p>We welcome contributions! If you would like to contribute to Parsl via code, documentation, testing, or in any other manner, please read our <a href="https://github.com/Parsl/parsl/blob/master/CONTRIBUTING.rst">contributing guide</a>. </p>
</div>
</div>
<div class="row support-logos">
<div class="col-lg-3"></div>
<div class="col-lg-2">
<a href="https://join.slack.com/t/parsl-project/shared_invite/enQtMzg2MDAwNjg2ODY1LTUyYmViOTY1ZTU2ZDUwZTVmOWQ1M2IzZTE5MTM3YWZlM2RhM2IyZjk4ODgwNGRhOGE1MzJlNTYyYjNkYzIzZWE">
<img class="rounded-circle" src="images/slack.png" alt="Join the Parsl Slack team" width="60" height="60"><h3>Slack</h3></a>
</div>
<div class="col-lg-2">
<a href="https://github.com/parsl">
<img class="rounded-circle" src="images/github.svg" alt="View source on GitHub" width="60" height="60">
<h3>GitHub</h3>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Usage Tracking</h2>
<p>Parsl uses an opt-in model for anonymous usage tracking. To help support the Parsl project we request that users opt-in where possible by setting <code>PARSL_TRACKING=true</code> in their environment, or by setting <code>usage_tracking=True</code> in the configuration object (<code>parsl.config.Config</code>). To read more about what information is collected and how it is used see <a href=https://parsl.readthedocs.io/en/stable/userguide/usage_tracking.html#label-usage-tracking>Usage statistics collection</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Fiscal Sponsor</h2>
<p>Parsl is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit charity in the United States. NumFOCUS provides Parsl with fiscal, legal, and administrative support to help ensure the health and sustainability of the project. Visit <a href="https://numfocus.org/" target="_blank">numfocus.org</a> for more information. Consider making a <a href="https://app.hubspot.com/payments/purchase/hscs_KLz7SlcsCAGVqY6JyNkY2vOAoiNzS2u1jRPvIcLu9JVZbIcpiu7bL6DegkPf0BF6" target="_blank">tax-deductible donation</a> to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.</p>
<a href="https://numfocus.org/">
<img class="inst-logo" src="/images/numfocus-200.png" width="200" alt="Powered by NumFOCUS logo">
</a>
</div>
</div>
</div>