-
Notifications
You must be signed in to change notification settings - Fork 20
/
governance.html
139 lines (137 loc) · 8.16 KB
/
governance.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!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">
<p><span class="logo__color">caMicroscope</span> Governance Document
</p>
<div class="section__content__main" id="governance">
<p>Updated 9 November 2023</p>
<h2 id="1-introduction">1. Introduction</h2>
<p>caMicroscope is an open-source project that follows a Meritocratic Governance model, inspired by the Apache Software Foundation. This document outlines the project's governance structure, decision-making processes, and community participation guidelines.</p>
<h2 id="2-project-goals-and-objectives">2. Project Goals and Objectives</h2>
<p>caMicroscope aims to provide a platform for collaborative, open-source digital pathology imaging. Our primary goal is to support innovative research and improve healthcare through advanced imaging technologies.</p>
<h2 id="3-governance-structure">3. Governance Structure</h2>
<h3 id="3-1-steering-committee">3.1 Steering Committee</h3>
<ul>
<li>The caMicroscope project is overseen by a Steering Committee.</li>
<li>The Steering Committee has the authority to add or remove members from its ranks by a majority vote.</li>
<li>The committee is responsible for major decisions related to project direction, releases, and community policies.</li>
</ul>
<h3 id="3-2-contributors">3.2 Contributors</h3>
<ul>
<li>Contributors are individuals or organizations actively involved in caMicroscope development.</li>
<li>Contributions can include code, documentation, design, or other project-related tasks.</li>
<li>Contributors are evaluated based on the merit of their contributions.</li>
</ul>
<h3 id="3-3-community-members">3.3 Community Members</h3>
<ul>
<li>Community members are users, supporters, and stakeholders interested in the caMicroscope project.</li>
<li>They can participate in discussions, forums, and community activities.</li>
<li>Active and passionate community members may become contributors over time.</li>
</ul>
<h2 id="4-decision-making-processes">4. Decision-Making Processes</h2>
<ul>
<li>Major decisions affecting the project are typically reached through consensus within the Steering Committee.</li>
<li>Contributors and community members are encouraged to provide input on significant decisions, but the final authority rests with the Steering Committee.</li>
<li>Project technical decisions are generally reached through open discussion and consensus among contributors and committers.</li>
</ul>
<h2 id="5-lazy-consensus">5. Lazy Consensus</h2>
<ul>
<li>caMicroscope follows a Lazy Consensus model for decision-making within the project.</li>
<li>Under Lazy Consensus, if no objections are raised within a reasonable timeframe (typically 72 hours), a proposal is deemed accepted.</li>
<li>Active participants are expected to monitor discussions and voice objections or concerns promptly.</li>
</ul>
<h2 id="6-adding-removing-steering-committee-members">6. Adding/Removing Steering Committee Members</h2>
<ul>
<li>Steering Committee members may propose the addition or removal of members by a majority vote.</li>
<li>Proposed candidates for the Steering Committee should have a track record of significant contributions and commitment to the project's goals.</li>
</ul>
<h2 id="7-contribution-guidelines-and-code-of-conduct">7. Contribution Guidelines and Code of Conduct</h2>
<ul>
<li>Contributions to caMicroscope are welcome from individuals and organizations.</li>
<li>Contributors should adhere to the project's <a href="https://camicroscope.github.io/contributing.html">contributing guide</a> and <a href="https://github.com/camicroscope/.github/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>. </li>
</ul>
<h2 id="9-licensing">9. Licensing</h2>
<ul>
<li>The caMicroscope project follows the BSD 3-Clause License unless otherwise specified.</li>
<li>Contributors must agree to license their contributions under the same license.</li>
</ul>
<h2 id="10-amendments-to-this-document">10. Amendments to this Document</h2>
<ul>
<li>Amendments to this governance document can be proposed by the Steering Committee.</li>
<li>Amendments require a majority vote within the Steering Committee for approval.</li>
</ul>
</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>