-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
63 lines (56 loc) · 2.14 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
<html>
<head>
<title>European Environment for Scientific Software Installations (EESSI)</title>
<style>
a {
color: #14AD9E;
}
.eessi_links {
font-size: 20px;
margin: 0px;
}
</style>
</head>
<body style="margin:0px;">
<div align="center">
<a href="https://github.com/EESSI"><img src="./img/EESSI_logo_horizontal.png" width="800"/></a><br/>
<p class="eessi_links">
<a href="https://join.slack.com/t/eessi-hpc/shared_invite/zt-2wg10p26d-m_CnRB89xQq3zk9qxf1k3g">Slack channel</a>
|
<a href="https://eessi.io/docs/">Documentation</a>
|
<a href="https://doi.org/10.1002/spe.3075">Paper (open access)</a>
|
<a href="https://eessi.io/docs/support">Get support</a>
|
<a href="https://www.eessi.io/docs/blog/">Blog</a>
|
<a href="https://github.com/EESSI">GitHub</a>
|
<a href="https://www.youtube.com/@eessi_community">YouTube</a>
|
<a href="https://twitter.com/eessi_hpc">Twitter/X</a>
|
<a href="https://www.multixscale.eu">MultiXscale</a>
</p>
</div>
<br/><br/>
<hr/>
<p align="center">
<em>(2024-11-18)</em> <strong>EESSI won an HPCWire Reader's Choice Award!</strong>
For more information, see the corresponding <a href="https://www.eessi.io/docs/blog/2024/11/18/hpcwire-readers-choice-awards-2024-for-eessi">blog post</a>.
</p>
<p align="center">
<img src="./img/EESSI-HPCWire-award-2024.webp" width="320px"/>
</p>
<hr/>
<p align="center">
EESSI is funded via participation in the EuroHPC Centre-of-Excellence MultiXscale:<br/><br/>
<a href="https://www.multixscale.eu"><img src="img/multixscale_logo.png" height="120px"/></a><br/><br/>
EESSI receives sponsorship from:<br/><br/>
<a href="https://aws.amazon.com"><img src="img/aws_logo.png" height="50px"/></a>
<a href="https://azure.microsoft.com"><img src="img/azure_logo.png" height="50px"/></a>
</p>
</body>
</html>