Skip to content

Commit b3bd52e

Browse files
committed
update style and description
1 parent 106dd84 commit b3bd52e

File tree

7 files changed

+280
-51
lines changed

7 files changed

+280
-51
lines changed

bardeen.png

118 KB
Loading

disc.png

410 KB
Loading

documentation.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,36 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66

77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<title>Shamrock</title>
8+
<title>Timothée David--Cléris</title>
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<meta name="description" content="">
1111
<link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris">
1212

1313
<link rel="stylesheet" href="style.css">
14+
<link rel="stylesheet" href="latexcss.css">
1415

1516
</head>
1617

18+
<body>
1719

1820
<body>
21+
<header class="site-header">
22+
23+
<div class="wrapper">
24+
25+
<a class="site-title" href="/">Shamrock</a>
26+
27+
<nav class="site-nav">
1928

20-
<ul>
21-
<li><a href="./index.html">Home</a></li>
22-
<li><a href="./publications.html">Publications</a></li>
23-
<li><a class="active" href="./documentation.html">Documentation</a></li>
24-
</ul>
29+
<div class="trigger">
30+
<a class="page-link" href="./publications.html">Publications</a>
31+
<a class="page-link" href="./documentation.html">Documentation</a>
32+
33+
</div>
34+
</nav>
2535

36+
</div>
37+
</header>
2638
</body>
2739

2840

index.html

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,37 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66

77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<title>Shamrock</title>
8+
<title>Timothée David--Cléris</title>
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<meta name="description" content="">
1111
<link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris">
1212

1313
<link rel="stylesheet" href="style.css">
14+
<link rel="stylesheet" href="latexcss.css">
1415

1516
</head>
1617

18+
<body>
1719

1820
<body>
21+
<header class="site-header">
1922

20-
<ul>
21-
<li><a class="active" href="./index.html">Home</a></li>
22-
<li><a href="./publications.html">Publications</a></li>
23-
<li><a href="./project.html">Documentation</a></li>
24-
</ul>
23+
<div class="wrapper">
2524

26-
</body>
25+
<a class="site-title" href="/">Shamrock</a>
26+
27+
<nav class="site-nav">
2728

29+
<div class="trigger">
30+
<a class="page-link" href="./publications.html">Publications</a>
31+
<a class="page-link" href="./documentation.html">Documentation</a>
32+
33+
</div>
34+
</nav>
35+
36+
</div>
37+
</header>
38+
</body>
2839

2940

3041
<div class="page-content">
@@ -44,40 +55,23 @@
4455
<h1 id="description">Description</h1>
4556
<p>An general purpose code tu perform hydrodynamical simulations with various numerical methods.
4657
This code is platform agnostic, meaning that it can run on a laptop up to a multi-GPU cluster</p>
58+
<p>The code works using MPI with <a href="https://www.khronos.org/sycl/">Sycl</a> </p>
4759
<h2 id="status">Status</h2>
48-
<p>This code will be public when ready for production use</p>
60+
<p>First paper comming soon, here is a small teaser</p>
4961

5062

51-
<table>
52-
<tr>
53-
<th>MPI Layer</th>
54-
<th></th>
55-
<th></th>
56-
</tr>
57-
<tr>
58-
<th>GPU Layer</th>
59-
<th></th>
60-
<th>(using <a href="https://www.khronos.org/sycl/">Sycl</a>)</th>
61-
</tr>
62-
<tr>
63-
<th>SPH</th>
64-
<th></th>
65-
<td>gas, artificial viscosity</td>
66-
</tr>
67-
<tr>
68-
<th>Self-gravity</th>
69-
<th></th>
70-
<td>using FMM </td>
71-
</tr>
72-
<tr>
73-
<th>AMR</th>
74-
<td>WIP</td>
75-
<td>basic module working</td>
76-
</tr>
77-
</table>
78-
79-
</p>
80-
<hr>
63+
<div class="profile-picdiv">
64+
A protoplanetary disc with a planet :
65+
<img class="picture-round" src="disc.png">
66+
<div class="profile-picdiv">
67+
68+
</div>
69+
Lense-thiring precesion :
70+
<img class="picture-round" src="bardeen.png">
71+
</div>
72+
73+
74+
8175
<footer> &copy; <a href="https://tdavidcl.github.io/index.html">Timothée David--Cléris</a> 2020 -- 2023</footer>
8276

8377

latexcss.css

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publications.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,36 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66

77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8-
<title>Shamrock</title>
8+
<title>Timothée David--Cléris</title>
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010
<meta name="description" content="">
1111
<link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris">
1212

1313
<link rel="stylesheet" href="style.css">
14+
<link rel="stylesheet" href="latexcss.css">
1415

1516
</head>
1617

18+
<body>
1719

1820
<body>
21+
<header class="site-header">
22+
23+
<div class="wrapper">
24+
25+
<a class="site-title" href="/">Shamrock</a>
26+
27+
<nav class="site-nav">
1928

20-
<ul>
21-
<li><a href="./index.html">Home</a></li>
22-
<li><a class="active" href="./publications.html">Publications</a></li>
23-
<li><a href="./documentation.html">Documentation</a></li>
24-
</ul>
29+
<div class="trigger">
30+
<a class="page-link" href="./publications.html">Publications</a>
31+
<a class="page-link" href="./documentation.html">Documentation</a>
32+
33+
</div>
34+
</nav>
2535

36+
</div>
37+
</header>
2638
</body>
2739

2840

style.css

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ li a:hover:not(.active) {
2929
background-color: #D8D8D8;
3030
}
3131
.active {
32-
background-color: #4CAF50;
32+
background-color: #4CAF50;
3333
}
3434
.page-content{padding:30px 0;background-color:#fff;}
3535
.wrap:before,
@@ -131,3 +131,73 @@ code {
131131
font-family: "Lucida Console", Monaco, monospace;
132132
font-size: 85%;
133133
}
134+
135+
136+
137+
.site-header {
138+
border-top: 5px solid #424242;
139+
border-bottom: 1px solid #e8e8e8;
140+
min-height: 56px;
141+
background-color: #eaeaea;
142+
position: relative;
143+
}
144+
145+
.site-nav {
146+
float: right;
147+
line-height: 56px;
148+
}
149+
150+
.site-title {
151+
font-size: 25px;
152+
font-weight: 500;
153+
line-height: 56px;
154+
letter-spacing: -1px;
155+
margin-bottom: 0;
156+
float: left;
157+
font-weight: bold;
158+
}
159+
.site-nav .page-link:not(:last-child) {
160+
margin-right: 20px;
161+
}
162+
163+
.wrapper {
164+
max-width: -webkit-calc(800px - (20px * 2));
165+
max-width: calc(800px - (20px * 2));
166+
margin-right: auto;
167+
margin-left: auto;
168+
padding-right: 30px;
169+
padding-left: 30px;
170+
}
171+
172+
hr {
173+
border-style: dashed;
174+
color: #ddd;
175+
}
176+
177+
a {
178+
text-decoration: none;
179+
}
180+
a, a:visited {
181+
color: rgb(194, 13, 0);
182+
}
183+
184+
185+
186+
187+
.picture-round {
188+
margin: 10px auto 00px;
189+
display: block;
190+
191+
192+
padding: 0px;
193+
border-radius: 10%;
194+
width:500px;
195+
box-shadow: 5px 5px 5px #9f9f9f;
196+
}
197+
198+
.profile-picdiv {margin: 10px auto 10px;
199+
display: block;
200+
padding: 5px;
201+
border-radius: 50%;
202+
width:500px;
203+
}

0 commit comments

Comments
 (0)