-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (21 loc) · 1.28 KB
/
index.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
---
layout: default
---
<h1>Home</h1>
<hr>
Welcome to the Immune Dynamics home page. We are a multidisciplinary collaboration of <a href="https://immunedynamics.github.io/team/">multiple laboratories</a> interested in developing open-source analysis solutions for high-dimensional cytometry and spatial data. Funded originally through the <a href="https://www.sydney.edu.au/infectious-diseases-institute/">Sydney Institute for Infectious Diseases</a>, our underlying goal is to better understand the pathogenesis of infectious and inflammatory diseases. However, these methods are generalisable to the study of any immune or cellular system.
Find out more about our approaches on our <a href="https://immunedynamics.github.io/research">research</a> page, or check out our analysis tools on our <a href="https://immunedynamics.github.io/resources">resource</a> or <a href="https://immunedynamics.github.io/spectre">SPECTRE</a> pages.
<br />
<h1>News</h1>
<hr>
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>