forked from CMDM-Lab/CMDM-Lab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjanetseng.html
80 lines (67 loc) · 4.47 KB
/
janetseng.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8" />
<title>CMDM - Yufeng Jane Tseng</title>
<!--<link rel="stylesheet" type="text/css" href="http://cmdm.tw/css/style.css" />-->
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<div class="container" id="content">
<div id="leftPane">
<h3>Yufeng Jane Tseng</h3>
<div id="profile">
<img id="img-left" src="./img/professor.png"/><br/>
<div id="memberDir">
<b>Professor, Director</b><br/>
Drug Research Center<br/>
Department of Computer Science and Information Engineering<br/>
Graduate Institute of Biomedical Electronics and Bioinformatics<br/>
School of Pharmacy<br/>
Metabolomics Core laboratory, Genomics Center<br/>
National Taiwan University, Taiwan<br/><br/>
<b>Education:</b>
<ul>
<li>Ph.D., 2002, Medicinal Chemistry and Pharmacognosy, University of Illinois, Chicago</li>
<li>B.S., 1997, Pharmacy, National Taiwan University, Taiwan </li>
</ul>
<a href="CV-Tseng, Yufeng cv.pdf" target="_blank">View CV</a>
</div>
<hr/>
<b>Email:</b> [email protected]<br/>
<b>Office:</b> +886-2-33664888 Ext. 529<br/>
<b>Office:</b> Room 529, Department of Computer Science and Information Engineering No. 1 Roosevelt Rd. Sec. 4, Taipei, Taiwan 106<br/><br/>
<p>Professor Y. Jane Tseng received her B.S. degree in Pharmacy from National Taiwan University in 1997, and Ph.D. degree in Medicinal Chemistry and Pharmacognosy from University of Illinois at Chicago in 2002. Prof. Tseng worked as a postdoctoral research associate at UIC in 2003 and 2004 and then moved to the National Center for Biotechnology Information, National Institutes of Health in 2005 as an IRTA research fellow.</p>
<p>Dr. Tseng joined the Department of Computer Science and Information Engineering of National Taiwan University as an assistant professor in 2006 and holds a joint appointment at the Graduate Institute of Biomedical Electronics and Bioinformatics, National Taiwan University. Prof. Tseng is also the Principal Investigator of Metabolomics Core Laboratory at Genomics Center of National Taiwan University. She is in charge of the Molecular Modeling Team at Drug Research Center in National Taiwan University. In 2015, Prof. Tseng accepts the position as the director of Drug Development Center at National Taiwan University.</p>
<p>For the past several years, Prof. Tseng has served as the guest-editor-in-chief for the special issue of the Journal of Combinatorial Chemistry and High Throughput Screening, and editorial advisor for the Journal of Molecular Graphics and Modeling and the Journal of Combinatorial Chemistry and High Throughput Screening. She is also a programming board member of the Computers in Chemistry Division of the American Chemistry Society and continually serves as the chair of the drug discovery symposium, Division of Computers in Chemistry at American Chemistry Society national meetings.</p>
</div>
</div>
</div>
<!-- jQuery -->
<script src="../js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 //changes the speed
})
</script>
</body>
</html>