-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
86 lines (81 loc) · 5.81 KB
/
about.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
layout: default
title: About
description: So you want to become a financial expert, but you don't know where to start? Have no fear, because a wealth of information is at your fingertips
permalink: /about
---
{% include header.html %}
{% include navigation.html %}
<main class="hero-shape-3 position-relative">
<section class="about-area position-relative py-10 py-lg-15">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 offset-lg-1">
<div class="about-grid-image">
<div class="image-1">
<img class="mb-3" src="{{'/assets/images/about/about1.jpg' | relative_url}}" alt="title">
<img src="{{'/assets/images/about/about2.jpg' | relative_url}}" alt="title">
</div>
<div class="image-2">
<img src="{{'/assets/images/about/about3.jpg' | relative_url}}" alt="title">
</div>
</div>
</div>
<div class="col-lg-8">
<div class="position-relative shadow-sm bg-white rounded p-5 p-lg-7">
<div class="section-title mb-4">
<h2 class="display-3 mb-4">About Puhuri</h2>
<p class="fs-5 mb-4">Puhuri is a cloud service for service providers like HPC centers, supercomputers and data centres for allocating, provisioning and billing compute power, virtual machines and storage.</p>
<p class="mb-4">Puhuri aims to facilitate easy and efficient access to high-performance computing (HPC) and related services throughout Europe, with the goal of benefiting both researchers and industrial users. The key objective is to minimise service providers' administrative costs while simultaneously improving these services' usability. This will be achieved by establishing federated services for Authentication and Authorization Infrastructure (AAI) as well as resource allocation services.</p>
<p class="mb-4">Puhuri's target audience consists of both resource allocators and service providers, who can utilise the solution for various initiatives at the national, Nordic, and pan-European levels.</p>
<p class="mb-4">During the initial phase of the project, Puhuri laid the foundation for its infrastructure, with the LUMI EuroHPC supercomputer serving as its flagship customer. As a result, Puhuri has already demonstrated its significance and potential on a European scale by delivering services that have been adopted by more than 25 organizations in Nordic and Central European regions.</p>
<p class="mb-4">The Puhuri 2 project (2022-2025) introduction and documents can be found at <a href="https://neic.no/puhuri">neic.no/puhuri</a>. The project is funded by the Nordic e-Infrastructure Collaboration (NeIC) and the project partner countries Denmark, Estonia, Finland, Iceland, Norway, and Sweden. The project's main goal is to ensure the long-term availability of Puhuri's services by establishing sustainable operations with well-defined processes for service providers who require access to these services. Additionally, one of Puhuri's objectives is to design and implement a scalable governance structure. Through collaboration with various stakeholders, Puhuri hopes to establish a presence within the European research infrastructure landscape and establish itself as a legal entity in the future.</p>
<p class="mb-4">At present, Puhuri is in the process of onboarding new service providers and resource allocators.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====================== About Section End ============================= -->
</main>
<!-- ====================== Gallery Section Start ============================= -->
<section class="gallery-area pt-7 pt-lg-9">
<div class="container-fluid">
<div class="section-title text-center mb-4 mb-lg-8">
<h2 class="display-3 mb-2">Puhuri screenshots</h2>
</div>
<div class="row" data-masonry='{"percentPosition": true }'>
<div class="col-md-4 col-lg-3">
<div class="gallery-box mt-3" >
<img src="{{'/assets/images/screenshots/Puhuri_marketplace_new_ui.PNG' | relative_url}}" alt="title">
<a href="{{'/assets/images/screenshots/Puhuri_marketplace_new_ui.PNG' | relative_url}}" class="gallery-plus image-popup"><img
src="{{'/assets/images/gallery-plus.svg' | relative_url}}" alt="title"></a>
</div>
</div>
<div class="col-md-4 col-lg-3">
<div class="gallery-box mt-3" >
<img src="{{'/assets/images/screenshots/Puhuri_projects_new_ui.PNG' | relative_url}}" alt="title">
<a href="{{'/assets/images/screenshots/Puhuri_projects_new_ui.PNG' | relative_url}}" class="gallery-plus image-popup"><img
src="{{'/assets/images/gallery-plus.svg' | relative_url}}" alt="title"></a>
</div>
</div>
<div class="col-md-4 col-lg-3">
<div class="gallery-box mt-3" >
<img src="{{'/assets/images/screenshots/Puhuri_team_new_ui.PNG' | relative_url}}" alt="title">
<a href="{{'/assets/images/screenshots/Puhuri_team_new_ui.PNG' | relative_url}}" class="gallery-plus image-popup"><img
src="{{'/assets/images/gallery-plus.svg' | relative_url}}" alt="title"></a>
</div>
</div>
<div class="col-md-4 col-lg-3">
<div class="gallery-box mt-3" >
<img src="{{'/assets/images/screenshots/Puhuri_projects_overview_new_ui.PNG' | relative_url}}" alt="title">
<a href="{{'/assets/images/screenshots/Puhuri_projects_overview_new_ui.PNG' | relative_url}}" class="gallery-plus image-popup"><img
src="{{'/assets/images/gallery-plus.svg' | relative_url}}" alt="title"></a>
</div>
</div>
</div>
</div>
</section>
<!-- ====================== Gallery Section End ============================= -->
{% include footer.html %}