Skip to content

Commit

Permalink
add governance
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 9, 2023
1 parent be9bec9 commit 9f24cb3
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 321 deletions.
23 changes: 15 additions & 8 deletions architecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,26 @@
<body style="background-color: #fcfcfc">
<nav class="navbar">
<div class="container">
<a href="./index.html" class="nav-logo logo__color">caMicroscope</a>
<a href="#" class="nav-logo logo__color">caMicroscope</a>
<ul class="nav-menu">
<li class="nav-item">
<a
href="./index.html"
class="nav-link"
>About</a
>
<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/caMicroscope"
href="https://github.com/caMicroscope"
class="nav-link"
>Github</a
>
Expand Down Expand Up @@ -123,6 +131,5 @@
}
});
</script>
</script>
</body>
</html>
137 changes: 63 additions & 74 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,12 @@
<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="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"
/>
<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>
<!--
Expand All @@ -40,29 +20,33 @@
-->
<!-- load CSS -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400"
/>
<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>
<a href="#" class="nav-logo logo__color">caMicroscope</a>
<ul class="nav-menu">
<li class="nav-item">
<a
href="./index.html"
class="nav-link"
>About</a
>
<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
Expand All @@ -79,47 +63,52 @@
</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>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>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.
<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>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>
<br/><br/>
</div>
</section>

<div class="footer-container">
<div class="footer-content">
<img src="img/CamicLogo.svg" class="logo" style="width:100px; height:100px;" />
Expand All @@ -129,4 +118,4 @@ <h2>Development and Community Resources</h2>
<script src="/js/navbar-responsive.js"></script>
<script src="/js/footer.js"></script>
</body>
</html>
</html>
Loading

0 comments on commit 9f24cb3

Please sign in to comment.