-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview.html
More file actions
8 lines (8 loc) · 879 Bytes
/
overview.html
File metadata and controls
8 lines (8 loc) · 879 Bytes
1
2
3
4
5
6
7
8
<p>Posts are organized into categories for ease of navigation:</p>
<ul>
<li><a href="{{ site.baseurl }}/category/algorithm">Algorithm</a> - developments to the <a href="https://github.com/vanallenlab/moalmanac" target="_blank">interpretation algorithm implemented in Python</a>.</li>
<li><a href="{{ site.baseurl }}/category/announcement">Announcement</a> - general news related to the Molecular Oncology Almanac.</li>
<li><a href="{{ site.baseurl }}/category/annual-newsletters">Annual newsletters</a> - annual newsletters that recap updates.</li>
<li><a href="{{ site.baseurl }}/category/database">Database</a> - changes and additions to the <a href="https://moalmanac.org">underlying knowledge base</a>.</li>
<li><a href="{{ site.baseurl }}/category/release">Release</a> - aggregated release notes from GitHub releases (serving as the project changelog).</li>
</ul>