-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (42 loc) · 1.71 KB
/
index.html
File metadata and controls
44 lines (42 loc) · 1.71 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
---
title: eScience Group
description:
---
<section class="hero">
<img class="hero-bg" src="{{ site.baseurl }}/images/posts/Group_picture_eScience.jpg" alt="" aria-hidden="true">
<div class="container hero-inner">
<p class="kicker">BAM eScience Group</p>
<h1>Computational tools for modern materials research and analytical chemistry.</h1>
<p class="lead">We are an interdisciplinary and international team working at the intersection of data science, software engineering, and domain expertise.</p>
<div class="hero-actions">
<div class="button primary"><a href="{{ site.baseurl }}/team/">Meet the team</a></div>
<div class="button alt"><a href="{{ site.baseurl }}/activities/">Explore our activities</a></div>
</div>
</div>
</section>
<section>
<div class="container">
<h2>What you’ll find here</h2>
<div class="cards">
<a class="card" href="{{ site.baseurl }}/activities/">
<div class="card-title">Activities</div>
<p class="card-text">Research directions, methods, and projects we’re working on.</p>
</a>
<a class="card" href="{{ site.baseurl }}/publications/">
<div class="card-title">Publications</div>
<p class="card-text">Recent preprints and peer-reviewed work from the group.</p>
</a>
<a class="card" href="{{ site.baseurl }}/team/">
<div class="card-title">Team</div>
<p class="card-text">Meet the people behind the work and learn about our backgrounds.</p>
</a>
</div>
</div>
</section>
<section class="bottom-cta">
<div class="container">
<h2>Work with us</h2>
<p>Interested in collaborating, joining the team, or learning more about our work?</p>
<div class="button alt"><a href="{{ site.baseurl }}/contact/">Get in touch</a></div>
</div>
</section>