-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
79 lines (57 loc) · 2.69 KB
/
publications.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
<html>
<head>
<title>Venkatesh - Publications</title>
<meta name="author" content="Venkatesh Sangiah Karuppiah">
<link rel="icon" type="image/png" href="files/img/icon.png" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href='https://fonts.googleapis.com/css?family=Quicksand:200,200italic,300,300italic,400,400italic,500,500italic,600,600italic' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Barlow+Condensed:700bold' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="files/src/cssfile.css">
</head>
<!-- HEADER -->
<body>
<!-- HEADER -->
<div class="header grid13">
<div class="title">
Venkatesh Sangiah Karuppiah
</div>
<div class="subtitle">
Applied Mathematics, University of Waterloo
</div>
<div class="nav">
<a class="home" href="index.html">Home</a>
<a class="codes" href="codes.html">Codes</a>
<a class="publications-curr">Publications</a>
<a class="cv" href="files/vsk_cv.pdf" target="_blank">CV</a>
</div>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- PUBLICATIONS -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<div class="section grid13" id="codes">
<h1>Publications</h1>
<div class="subsection">
<a class="wip">Work in Progress</a>
<!--a class="github" href="https://github.com/vsangiah/Turbulent-Navier-Stokes" style="font-weight: normal;">Turbulent Navier-Stokes solver</a>
<p class="abstract" style="margin-left:30px">
A FORTRAN solver with 2D and Axisymmetric variants
</p-->
</div>
</div>
<!-- FOOTER LINKS -->
<div class="section grid13 footer" style="text-align: right;">
Connect with me
<a class="address" href="mailto:[email protected]" target="_blank"></a>
<a class="github" href="https://github.com/vsangiah" target="_blank"></a>
<a class="linkedin" href="https://www.linkedin.com/in/vsangiah" target="_blank"></a>
</div>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
</body>
<script src="files/src/jsfile.js"></script>
</html>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->