-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.php
60 lines (55 loc) · 6.4 KB
/
contacts.php
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
<?php
include('header.php');
?>
<!-- ####################################################################################################### -->
<div class="wrapper row3">
<div class="rnd">
<div id="container" class="clear">
<!-- ####################################################################################################### -->
<style type="text/css">
h4 {text-align: justify}
</style>
<h1><h4>eMED Web Server Team</h4></h1>
<p><b><h4>Department:</h4></b></p>
<h4><p><a href= "https://www.pathology.med.umich.edu/">Department of Pathology,University of Michigan,Ann Arbor</a></p>
<p><a href= "http://english.biols.cas.cn/">Beijing Institutes of Life Science, Chinese Academy of Sciences</a></p>
<p><a href= "http://www.tsinghua.edu.cn/publish/csen/"> Department of Computer Science and Technology, Tsinghua University</a></p>
<p><a href= "http://statistics.ucla.edu/">Department of Statistics, University of California, Los Angeles</a></p>
<p><a href= "http://sklmg.csu.edu.cn/?l=en-us">State Key Laboratory of Medical Genetics of China, School of Life Sciences, Central South University</a></p></h4>
<!--
<p><b>Address:</b></p>
<p>Beijing Institutes of Life Science, Chinese Academy of Sciences, 100101, Beijing, China</p>
<p>No.110 Xiangya Road, 410078, Changsha, Hunan, China.</p>
-->
<p><b><h4>Research:</h4></b></p>
<h4>Genetics & Epigenetics, Embryo Development, Stem Cell, Neuropsychiatric Disorders, Leukemia Cell</h4>
<style type="text/css">
h4 {text-align: justify}
</style>
<p><b><h4>Description:</h4></b></p>
<p><h4>     Our lab is dedicated to complex disease study by focusing on development of biological databases by large-scale data integration and data mining, and development of bioinformatics tools and web servers to facilitate researchers to analyze the epigenetic, genetic and regulatory data of complex diseases. We mainly focus on genetics and epigenetics of early embryo development, stem cell, neuropsychiatric disorders, leukemia cell. Our published disease related databases include a genetic resource for genes and mutations related to epilepsy (<a href="http://61.152.91.49/EpilepsyGene/" class="input_example">EpilepsyGene</a>, 2014), database of de novo mutation for four neuropsychiatric disorders (<a href="http://www.wzgenomics.cn/NPdenovo/index.php" class="input_example">NPdenovo</a>, 2015) and functional variants database involved in post-transcriptional regulation mediated by RNA-binding (<a href="http://www.rbp-var.biols.ac.cn/" class="input_example">RBP-Var</a>, 2016). Our published web servers for next generation sequencing (NGS) data analysis include <a href="http://centre.bioinformatics.zj.cn/mirtools/" class="input_example" >(mirTools</a>, 2010), <a href="http://www.wzgenomics.cn/exomeassistant/index.php" class="input_example" >(Exome-assistant</a>, 2012), <a href="http://www.wzgenomics.cn/RRBSAnalyser/index.php" class="input_example">(RRBS-analyzer</a>, 2013), <a href="http://centre.bioinformatics.zj.cn/mr2_dev" class="input_example" >(mirTools 2.0</a>, 2013). Our published bioinformatics tools include <a href="http://bioinformatics.zj.cn/magicviewer/" class="input_example" >(MagicViewer</a>, 2010), <a href="http://sourceforge.net/projects/bycom/" class="input_example">(Bycom</a>, 2014), <a href="http://sourceforge.net/projects/mbridge/" class="input_example">(MBRidge</a>, 2015) and <a href="https://github.com/xflicsu/swDMR" class="input_example">(swDMR</a>, 2015).</h4></p>
<p><b><h4>Authors:</h4></b></p>
<h4>
<!--
Fengbiao Mao (<a href="Mailto:[email protected]">[email protected]</a>)<br />
-->
Luoyuan Xiao (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Haonan Yang (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Sen Guo (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Xianfeng Li (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Huajing Teng (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Xiaolu Zhao (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Yu-Cheng T. Yan (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Zhongsheng Sun (<a href="Mailto:[email protected]">[email protected]</a>)<br />
Yali Dou (<a href="Mailto:[email protected]">[email protected]</a>)<br />
</h4>
<p><b><h4>Contact Email:</h4></b></p>
<h4>
Fengbiao Mao (<a href="Mailto:[email protected]">[email protected]</a>)<br />
</h4>
</div>
</div>
</div>
<?php
include('footer.php');
?>