-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (101 loc) · 4.81 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html class="no-js" lang="en" >
<head>
<meta charset="utf-8">
<!-- If you delete this meta tag World War Z will become a reality -->
<meta name="viewport" content="width=device-width">
<title>Søren Borg Nielsen</title>
<!-- If you are using the CSS version, only link these 2 files, you may add app.css to use for your overrides if you like -->
<!-- link rel="stylesheet" href="css/normalize.css"-->
<link rel="stylesheet" href="css/foundation.css">
<!-- If you are using the gem version, you need this only -->
<link rel="stylesheet" href="css/app.css">
<script src="js/vendor/jquery.js"></script>
<script>
$(function(){
$("#includedContent").load("menu.html");
});
</script>
<!-- <script src="js/vendor/modernizr.js"></script>-->
</head>
<body>
<div id="includedContent"></div>
<!-- <div class="row" style="margin-top:1px" style="background-color: #000000" >
<div class="large-12 columns"> style="background-color: #000000" >
<ul class="button-group round even-3">
<li><a href="index.html" class="secondary button">Home</a></li>
<li><a href="projects/index.html" class="secondary button dropdown" data-dropdown="hover1" data-options="is_hover:true; hover_timeout:1000">Projects </a></li>
<li><a href="http://climate-geophysics.nbi.ku.dk/research/oceanography/bornoe_workshops/" class="secondary button dropdown" target="_blank" data-dropdown="hover2" data-options="is_hover:true; hover_timeout:2000">Bornö Workshops</a></li>
</ul>
<ul id="hover1" class="f-dropdown small" data-dropdown-content>
<li><a href="projects/preface.html">PREFACE</a> </li>
<li><a href="projects/ice2ice/ice2ice.html">ICE2ICE</a> </li>
</ul>
<ul id="hover2" class="f-dropdown small" data-dropdown-content>
<li><a href="http://nbiocean.bitbucket.org/bornoe2015-cfd/" target="_blank"> Bornö 2015 - CFD</a></li>
<li><a href="bornoe2015/index.html" target="_blank"> Bornö 2015 - Watermass Transformation</a></li>
<li><a href="bornoe2016/index.html" target="_blank"> Bornö 2016 - Ocean Turbulence</a></li>
<li><a href="bornoe2016b/index.html" target="_blank"> Bornö 2016 - DO Events</a></li>
</ul>
</div>
</div> -->
<div class="row">
<div class="large-12 columns">
<div class="large-6 columns" align="left">
<h1 align="center" style="color:#44477A">Søren Borg Nielsen</h1>
<h4 align="center">Research Scientist</h4>
<h4 align="center">Danish Meteorological Institute</h4>
<hr align="center">
<p>Welcome!<br>
I am a part of the Numerical Weather Prediction (NWP) at <a href="http:www.dmi.dk" target="_blank">DMI</a>.<br>
I hold a ph.d in climate physics and physical oceanography from the University of Copenhagen. <br>
My research interests are:<br>
<u>Methods:</u> Downscale applications of NWP, Machine Learning, Re-Analysis, I/O data assimilation
and post-processing.<br>
<u>Thematic:</u> Turbulent mixing in ocean and atomsphere, past climate and weather, ocean-atmosphere
coupling and interactions, the carbon cycle.<br>
<a href="publications.html">HERE</a> you find an updated list of my publications.
</p>
</div>
<div class="large-6 columns" align="right">
<div>
<img src="images/soren_namibia.jpg" width="350" height="400" title="Søren Borg Nielsen">
</div>
<div class=large-12 colums>
<h4>Contact information</h4>
<div class=large-12 columns>
<p>
E-mail: <SCRIPT TYPE="text/javascript">
<!--
// protected email script by Joe Maller
// JavaScripts available at http://www.joemaller.com
// this script is free to use and distribute
// but please credit me and/or link to my site
emailE='dmi.dk'
emailE=('sbn' + '@' + emailE)
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
//-->
</script>
</div>
</div>
</div>
</div>
</div>
<!-- Latest version of jQuery -->
<script src="js/vendor/jquery.js"></script>
<!-- Included JS Files (Unminified) -->
<!-- [JS Files] -->
<!-- We include all the unminified JS as well. Uncomment to use them instead -->
<!-- Included JS Files (Minified) -->
<script src="js/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="js/app.js"></script>
<!-- <script src="javascripts/foundation.dropdown.js"></script>
<script src="javascripts/foundation.topbar.js"></script>
<script src="javascripts/foundation.js"></script> -->
<script>
$(document).foundation();
</script>
</body>
</html>