-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (82 loc) · 3.4 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
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sophie Schauman</title>
<meta name="author" content="Sophie Schauman">
<meta name="viewport" content="width=device-width", initial-scale="1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/svg+xml" href="images/icon.svg">
</head>
<body>
<table id="container">
<tr>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<p align="center">
<a href=index.html>Home</a> / 
<a href=about.html>About Me</a> / 
<a href=research.html>Research</a> / 
<a href=posts.html>News Archive</a>
</p>
<hr>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="33%" valign="center">
<img src="images/SophieSchauman_round.png">
</td>
<td width="67%" valign="middle">
<p align="center">
<name>Sophie Schauman</name>
</p>
<p align="center">
I am a postdoctoral researcher at Karolinska Institutet (Stockholm, Sweden), where I work on developing novel MRI acquisition and reconstruction methods.
<br>
<!--<a href="data/CV2022Jan.pdf" target="_blank">Curriculum Vitae</a>-->
</p>
</td>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td width="100%" valign="middle">
<heading>Contact me</heading>
<p>
Karolinska Institutet - Department of Clinical Neuroscience - Stockholm, Sweden  / 
<a href="mailto:sophie.schauman@ki.se"> Email </a> / 
<a href="https://www.linkedin.com/in/sophie-schauman" target="_blank"> LinkedIn </a> / 
<a href="https://twitter.com/sophieschau" target="_blank"> Twitter </a> / 
<a href="https://github.com/SophieSchau" target="_blank"> GitHub </a>
</p>
<heading>News</heading>
<ul>
<li><b>01 August 2023 </b>- New job as postdoc at Karolinska Institutet in Stockholm!</li>
<li><b>03-08 June 2023 </b>- Attended the Annual ISMRM Meeting in Toronto, Canada.</li>
<li><b>08-11 January 2023 </b>- Attended the ISMRM Workshop on Data Sampling and Image Reconstruction in Sedona, AZ, USA.</li>
<li><a href="posts.html">Older news</a></li>
</ul>
</td>
</tr>
</table>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="20">
<tr>
<td>
<br>
<p align="center">
<font size="2">
Based on a template by <a href="https://jonbarron.info" target="_blank">Jon Barron</a>
</font>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>