-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
15 lines (15 loc) · 1007 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Home
layout: splash
permalink: /
---
<link rel="stylesheet" href="assets/particles.css" />
<link rel="icon" href="favicon.ico" />
<script src="assets/jquery.min.js"></script>
<div class="particle-network-animation"></div>
<script src="assets/particles.js"></script>
<div style="width: 60%; margin-left: 20%; padding-top: 1em; padding-bottom: 1em; background: rgba(255,255,255,0.5); box-shadow: 0px 0px 5em 5em rgba(255, 255, 255, 0.5)">
<h1 style="font-size: 2.443em">Cellular Network Biology</h1>
<p>The JensenLab developed state-of-the-art databases and tools for generation and analysis of molecular interaction networks from proteomics data and text mining, which we made freely available to the scientific community.</p>
<p>Despite the lab having shut down, our <a href="/resources/">resources</a> remain online and up-to-date along with the hands-on <a href="/training/">training</a> materials and <a href="https://www.youtube.com/larsjuhljensen">YouTube</a> videos.</p>
</div>