-
Notifications
You must be signed in to change notification settings - Fork 19
/
community.html
125 lines (123 loc) · 6.84 KB
/
community.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="img/favicon.ico" type="image/gif" sizes="16x16" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" />
<title>caMicroscope</title>
<!--
Timeless Template
(stolen from)
http://www.templatemo.com/tm-517-timeless
-->
<!-- load CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" />
<!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<!-- https://getbootstrap.com/ -->
<!-- <link rel="stylesheet" href="css/templatemo-style.css" /> -->
<!-- Templatemo style -->
</head>
<body style="background-color: #fcfcfc">
<nav class="navbar">
<div class="container">
<a href="./index.html" class="nav-logo logo__color">caMicroscope</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="https://wolf.cci.emory.edu/camic_org/apps/viewer/viewer.html?slideId=6452b9c306fce90019f5f447" target="_blank" class="nav-link">Live Demo</a>
</li>
<li class="nav-item">
<a href="http://camicroscope.github.io/docs" class="nav-link">Documentation</a>
</li>
<li class="nav-item">
<a href="./contributing.html" class="nav-link">Contributing</a>
</li>
<li class="nav-item">
<a href="./community.html" class="nav-link">Community</a>
</li>
<li class="nav-item">
<a href="./architecture.html" class="nav-link">Architecture</a>
</li>
<li class="nav-item">
<a
href="https://github.com/caMicroscope"
class="nav-link"
>Github</a
>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="community">
<div class="section__header__main" id="community">
<p> Welcome to the <span class="logo__color">caMicroscope community.</span>
</p>
<div class="section__content__main">
<p> We're thrilled to have you as part of the caMicroscope community. Whether you're a developer, researcher, or simply interested in our open-source project, you're a valuable member of our community. </p>
<h2>Software Project Roadmap</h2>
<p> The <a href="./roadmap.html">Roadmap Document</a> highlights an overall plan for the future of caMicroscope. It is a good place to learn about which kinds of support are most needed.</p>
<h2>Code of Conduct</h2>
<p> To ensure a welcoming and inclusive environment for all community members, we have a <a href="./conduct.html">Code of Conduct</a>. We ask that you familiarize yourself with it and abide by its principles while participating in the community. </p>
<h2>Governance</h2>
<p> The caMicroscope project has a <a href="./governance.html">Governance Document</a> which formalizes the decision making process, roles, and responsibilities. </p>
<h2>Guide to Development</h2>
<p> If you're interested in contributing to the development of caMicroscope, we have a detailed <a href="./contributing.html">Contributing Guide</a>. It provides information on how to get started with development, propose new features, and collaborate with the community. </p>
<h2>Development and Community Resources</h2>
<ul>
<li>
<strong>Development Guidelines:</strong> We use the "google" ESLint style for all JavaScript files and follow PEP8 (with the exception of line length) for Python.
</li>
<li>
<strong>Branch for Pull Requests:</strong> Please create pull requests against the "develop" branch.
</li>
<li>
<strong>CI/CD:</strong> Our Continuous Integration/Continuous Deployment (CI/CD) process is managed by GitHub Actions, which runs and reports automatically on new pull requests.
</li>
<li>
<strong>FAQ and Discussions:</strong> For general discussions and frequently asked questions, visit our <a href="https://github.com/orgs/camicroscope/discussions">FAQ board</a> on GitHub Discussions.
</li>
<li>
<strong>Issue Trackers:</strong> Each relevant repository has its own issue tracker. Key issue trackers include: <ul>
<li>
<a href="https://github.com/camicroscope/Distro/issues">Distribution (Distro) Issues</a>
</li>
<li>
<a href="https://github.com/camicroscope/caMicroscope/issues">caMicroscope Frontend (Viewer) Issues</a>
</li>
<li>
<a href="https://github.com/camicroscope/Caracal/issues">Backend (Caracal) Issues</a>
</li>
</ul>
</li>
</ul>
<p> We appreciate your involvement and look forward to working with you to improve and expand the capabilities of caMicroscope. </p>
</div>
<br />
<br />
</div>
</section>
<div style="width:100%; height:5px; background-color:#d720e1"></div>
<div style="width:100%; height:12px; background-color:#9a2ca0"></div>
<div class="footer-container">
<div class="footer-content">
<img src="img/CamicLogo.svg" class="logo" style="width:100px; height:100px;" />
</div>
<div class="footer__content__copyright"></div>
</div>
<script src="/js/navbar-responsive.js"></script>
<script src="/js/footer.js"></script>
</body>
</html>