Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Nov 9, 2023
1 parent 9f24cb3 commit a284cb3
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 1 deletion.
2 changes: 2 additions & 0 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
</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> higlights an overall plan for the future of caMicroscope 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>
Expand Down
2 changes: 2 additions & 0 deletions contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ <h3 id="contribution-guidelines">Contribution Guidelines</h3>
<p>To ensure that your contributions align with our project&#39;s goals and meet our standards, please review our <a href="./community.html">community guide</a>. These guidelines cover topics like coding standards, testing, and the review process. </p>
<h3 id="code-of-conduct">Code of Conduct</h3>
<p>We have a Code of Conduct in place to create a respectful and inclusive environment for all contributors. Please read and adhere to the <a href="./conduct.html">Code of Conduct</a> when participating in caMicroscope development. </p>
<h3>Software Project Roadmap</h3>
<p> The <a href="./roadmap.html">Roadmap Document</a> higlights an overall plan for the future of caMicroscope is a good place to learn about which kinds of support are most needed.</p>
<h3 id="licensing">Licensing</h3>
<p>caMicroscope is licensed under the open source <a href="https://github.com/camicroscope/caMicroscope/blob/master/LICENSE">BSD 3-Clause License</a> unless otherwise specified in a repository, and contributions are subject to the same license terms. Make sure you are comfortable with the licensing terms before contributing. </p>
<h3 id="recognition">Recognition</h3>
Expand Down
2 changes: 1 addition & 1 deletion governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<section class="community">
<p><span class="logo__color">caMicroscope</span> Governance Document
</p>
<div class="section__content__main" id="contributing">
<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&#39;s governance structure, decision-making processes, and community participation guidelines.</p>
Expand Down
120 changes: 120 additions & 0 deletions roadmap.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!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="#" 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> Roadmap
</p>
<div class="section__content__main" id="roadmap">
<p>Updated 9 November 2023</p>
<h2 id="project-mission-and-summary">Project Mission and Summary</h2>
<p>The mission of caMicroscope is to provide a robust, open-source platform for digital pathology imaging and analysis. Our goal is to support advanced research and healthcare through customizable studies, wider imaging support, improved usability, and interactive analysis. By achieving these milestones, we aim to empower researchers, pathologists, and medical professionals with cutting-edge tools and a seamless user experience.</p>
<h2 id="milestone-1-customizable-studies-and-data-collection">Milestone 1: Customizable Studies and Data Collection</h2>
<ul>
<li>Enhance the study creation and management features to allow for greater customization.</li>
<li>Implement flexible data collection methods to accommodate various research needs.</li>
<li>Improve data entry and annotation tools for researchers and pathologists.</li>
</ul>
<h2 id="milestone-2-wider-imaging-support">Milestone 2: Wider Imaging Support</h2>
<ul>
<li>Expand caMicroscope&#39;s image format compatibility to support a broader range of digital pathology imaging technologies.</li>
<li>Implement features for seamless integration with third-party imaging systems.</li>
<li>Ensure interoperability with different data storage and retrieval protocols.</li>
</ul>
<h2 id="milestone-3-usability-focus-research-and-improvements">Milestone 3: Usability Focus, Research, and Improvements</h2>
<ul>
<li>Conduct user research and gather feedback to identify usability issues.</li>
<li>Enhance the user interface to improve accessibility and user experience.</li>
<li>Invest in performance optimization and scalability improvements.</li>
<li>Collaborate with the research community to address specific research needs.</li>
</ul>
<h2 id="milestone-4-interactive-analysis">Milestone 4: Interactive Analysis</h2>
<ul>
<li>Introduce interactive analysis tools for researchers, including data visualization and exploration.</li>
<li>Support real-time collaboration and data sharing for interactive analysis.</li>
<li>Enhance data processing and analysis capabilities, including machine learning integration.</li>
</ul>
<h2 id="milestone-5-standalone-desktop-version">Milestone 5: Standalone Desktop Version</h2>
<ul>
<li>Develop a standalone desktop version of caMicroscope for individual machine use.</li>
<li>Ensure that the standalone version does not require Docker to operate.</li>
<li>Provide a user-friendly installation process for various operating systems.</li>
</ul>
<h2 id="ongoing-tasks">Ongoing Tasks</h2>
<ul>
<li>Continuous maintenance and updates to ensure system stability and security.</li>
<li>Regular engagement with the caMicroscope community for feedback and feature requests.</li>
<li>Documentation updates to reflect new features and improvements.</li>
<li>Create and improve User Focused Tutorials</li>
</ul>

</div>
</section>
<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>

0 comments on commit a284cb3

Please sign in to comment.