-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (64 loc) · 2.68 KB
/
index.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">
<head>
<meta charset="UTF-8">
<title>Johanna Beyer</title>
<!-- INTERACTIVE (4) - INCLUDE BOOTSTRAP CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- INTERACTIVE (3) - INCLUDE EXTERNAL CSS -->
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,700,600' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
</head>
<body>
<div id="main_body">
<div id="side">
<div id="contact">
<img id="headshot" src="img/jb.png">
<br>
Research Scientist<br>
Visual Computing Lab<br>
Harvard University<br>
<p>
Science and Engineering Complex, SEC 2.419<br>
150 Western Ave<br>
Boston, MA 02134
</p>
<p>
<i class="fa fa-envelope"></i> jbeyer (AT) g.harvard.edu
</p>
</div>
<div id="navigation">
<div class="nav">home</div>
<a class="nav" href="publications.html">publications</a>
<a class="nav" href="teaching.html">teaching</a>
<a class="nav" href="bio.html">bio</a>
</div>
</div>
<div id="main">
<h1>Johanna Beyer</h1>
<!-- <h2>Research</h2>-->
<p>
I am currently a research scientist at the Harvard School of Engineering and Applied Sciences (SEAS).
<!--Prior to that I was a postdoc at the Geometric Modeling and Scientific Visualization Center at
King Abdullah University of Science and Technology (KAUST), Saudi Arabia.
I hold a M.Sc. in medical software engineering (2004, University of Applied Sciences Hagenberg, Austria)
and a Ph.D. in computer science (2009, University of Technology Vienna, Austria).-->
My research focuses on GPU-based volume rendering techniques for large-scale neuroscience and medical data,
with emphasis on visualization of large and multimodal volumes.
I am also interested in the combination of abstract information visualization with scientific visualization for novel domain-specific applications.
</p>
In the spring semester I teach the visualization seminar <a href="https://cs-271.github.io">CS 271 - Topics in Data Visualization</a>. <br>
In the fall semester I am a co-instructor for <a href="http://www.cs171.org">CS 171 - Visualization</a>.
<!--
<h2>News</h2>
<div class="news"><b>June 2017:</b> blah</div>
-->
</div>
</div>
<!-- INTERACTIVE (4) - INCLUDE BOOTSTRAP JAVASCRIPT -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>