-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathculture.html
More file actions
105 lines (80 loc) · 3.87 KB
/
Copy pathculture.html
File metadata and controls
105 lines (80 loc) · 3.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tau Bytes - culture</title>
<meta name="description" content="A blog about CERN applications, people at CERN, and career opportunities outside of academia.">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/header.css">
<link rel="stylesheet" href="./css/font-awesome.min.css">
</head>
<body>
<div id="wrapper" class="divided">
<section class="banner style1">
<div class="content">
<nav>
<a href="./"><strong>Tau bytes</strong></a>
[<a href="./cern.html">CERN</a>]
[<a href="./careers.html">Careers</a>]
[<a href="./people.html">People</a>]
[<a href="./culture.html">Culture</a>]
</nav>
<h1>Culture</h1>
<p class="major">
[Imprtant note: This page is currently dormant and is not being updated.]
One of the most beautiful things about CERN is a huge diversity in culture,
mentality and nationalities. In this section of the blog, CERN employees
are answering the same group of questions showing us that maybe we are not
that different after all.
</p>
</div>
<div class="image">
<img src="./images/culture.jpg" alt>
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./culture/01-croatia-cern.html">Republic of Croatia / Republika Hrvatska</a></h2>
<p><p>Toni is a Croatian scientist who recently received a Ph.D. from both University of Ecole Polytechnique (France) and University of Split (Croatia). He worked on electron reconstruction, measurements of the Higgs boson properties in the golden channel for the CMS experiment.</p>
</p>
<ul class="actions">
<li><a href="./culture/01-croatia-cern.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/toni.jpeg" alt />
</div>
</section>
<section class="spotlight style1 orient-right content-align-left image-position-center">
<div class="content">
<h2><a href="./culture/02-india-cern.html">India / Bhārat</a></h2>
<p><p>Archana Sharma is an Indian scientist with a Ph.D. in Nuclear Physics from Delhi University. She is a senior scientist at, to quote her, the Mecca of Particle Physics.</p>
<p>At CERN, Archana is part of the CMS experiment and has many accomplishments to her credit. She is an advisor to the spokesperson of CMS experiment, Co-chair of the CMS International committee, Science Ambassador at local schools, TEDx speaker, to name a few. </p>
<ul class="actions">
<li><a href="./culture/02-india-cern.html" class="button">Read more</a></li>
</ul>
</div>
<div class="image">
<img src="images/Archana.jpg" alt />
</div>
</section>
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://instagram.com/nariel_137" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:taubytes@gmail.com" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© 2021 Milena Vujanovic. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
<p> Photo/Video credit: <a href="https://www.instagram.com/its_prasad_official/?hl=en"> Indrajeet Prasad </a> and <a href="https://instagram.com/nariel_137"> Milena Vujanovic </a> <p>
</div>
</footer>
</div>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-129691176-1');
</script>
</body>
</html>