-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
119 lines (111 loc) · 5.26 KB
/
contact.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A tool for systematic identification and comparison of processes, phenotypes and diseases associated with RNA-binding proteins from condition-specific CLIP-seq profiles">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Contact – Seten</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="assets/css/libs/bootstrap.min.css" charset="utf-8">
<link rel="stylesheet" href="assets/css/libs/font-awesome.css" charset="utf-8">
<link rel="stylesheet" href="assets/css/app.css" charset="utf-8">
</head>
<body>
<div class="header">
<div class="container">
<h1>Seten</h1>
<p>
A tool for systematic identification and comparison of processes, phenotypes and diseases associated with RNA-binding proteins from condition-specific CLIP-seq profiles
</p>
</div>
</div>
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Seten</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="fa fa-home"></i> Start</a></li>
<li><a href="tutorial.html"><i class="fa fa-question-circle"></i> Tutorial</a></li>
<li><a href="docs.html"><i class="fa fa-book"></i> Docs</a></li>
<li class="active"><a href="contact.html"><i class="fa fa-envelope"></i> Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/gungorbudak/seten" title="GitHub page for Seten web interface" target="_blank">
<i class="fa fa-github"></i> GitHub
</a>
</li>
<li>
<a href="https://github.com/gungorbudak/seten-cli" title="GitHub page for Seten command line interface" target="_blank">
<i class="fa fa-terminal"></i> Seten CLI
</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<h2>Contact</h2>
<hr>
<h3>Gungor Budak, developer</h3>
<p>
gbudak at iupui dot edu
</p>
<h3>Sarath Chandra Janga, PI</h3>
<p>
scjanga at iupui dot edu
</p>
<h3>Bugs</h3>
<p>
Please report issues related to Seten at its corresponding GitHub repository.
</p>
<ul>
<li>
<a href="https://github.com/gungorbudak/seten/issues" target="_blank">
Seten (web interface) issues
</a>
</li>
<li>
<a href="https://github.com/gungorbudak/seten-cli/issues" target="_blank">
Seten (command line interface) issues
</a>
</li>
</ul>
</div>
<div class="container">
<div class="panel panel-success">
<div class="panel-heading"><h3 class="panel-title">Publication</h3></div>
<div class="panel-body">
<p>Please cite Seten in your publications as:</p>
<p>Budak, G., Srivastava, R., & Janga, S. C. (2017). <a href="https://rnajournal.cshlp.org/content/23/6/836.short" target="_blank">Seten: a tool for systematic identification and comparison of processes, phenotypes, and diseases associated with RNA-binding proteins from condition-specific CLIP-seq profiles.</a> <i>RNA</i>, 23(6), 836-846.</p>
</div>
</div>
</div>
<div class="footer text-center">
<div class="container">
<span>
Seten: A tool for systematic identification and comparison of processes, phenotypes and diseases associated with RNA-binding proteins from condition-specific CLIP-seq profiles
</span>
</div>
</div>
<script src="assets/js/libs/jquery.min.js" charset="utf-8"></script>
<script src="assets/js/libs/bootstrap.min.js" charset="utf-8"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48281803-10', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>