-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.html
83 lines (69 loc) · 3.26 KB
/
Resources.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Brannigan Lab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">BRANNIGAN LAB</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="PI.html">The PI</a></li>
<li><a href="Team.html">Team</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Publications.html">Publications</a></li>
<li><a href="News.html">News</a></li>
<li class="active"><a href="Resources.html">Resources</a></li>
<li><a href="Gallery.html">Lab Pics</a></li></ul>
<ul class="icons">
<li><a href="https://twitter.com/BranniganLab" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/BranniganLab" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.youtube.com/@BranniganLabCCIB" class="icon brands fa-youtube"><span
class="label">Youtube</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1><span style="color: slateblue;">LAB TOOLS</span></h1>
</header>
<section>
<p> <strong><span style="color: gray;"><li><a href="https://www.blobulator.branniganlab.org/">BLOBULATOR:</a> </span></strong> A webserver for protein blobulation. Blobulation is an approach for edge-detection in protein sequences based on contiguous hydrophobicity, originally developed by the Brannigan Lab.</p>
<p> <strong><span style="color: gray;"><li><a href="https://www.biorxiv.org/content/10.1101/2022.12.09.519809v1/">SAFEP:</a></span></strong> A framework that computes absolute binding affinities by Streamlined Alchemical Free Energy Perturbation.</p>
<p> <strong><span style="color: gray;"><li><a href="https://github.com/BranniganLab/nougat//">NOUGAT:</a></span></strong> A toolkit, developed by the Brannigan Lab, for the analysis of membrane disruption by proteins and other inclusions.</p>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<li>Background Image: Ezry Santiago-McRae</li>
<br>
<ul><li>© HTML5UP</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>