-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
125 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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> |