-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>kmapper.org</title>
<link rel="stylesheet" href="./assets/styles/mvp.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<div>
<p><img src="./assets/images/kmapper_k_3b.png" alt="The kmapper logo with the word 'kmapper' written out" width="250"></p>
<p>
<b>kmapper.org</b> is currently undergoing a refactoring process.
</p>
<p>
<ul>
<li>kmapper.org will utilize OpenAlex.org to visualize concepts and the relevance of Sustainable Development Goals related to your scientific literature search results</li>
<li>This new implementation will be a completely client-side solution developed using <a href="https://vitejs.dev/" target="_blank" rel="noopener noreferrer">Vite</a> + <a href="https://vuejs.org/" target="_blank" rel="noopener noreferrer">Vue 3</a></li>
</ul>
</p>
<p>You can track its progress in the dedicated GitHub repository at <a href="https://github.com/cyrill-martin/kmapper.org" target="_blank" rel="noopener noreferrer">github.com/cyrill-martin/kmapper.org</a></p>
<p>
<br>
<br>
</p>
<p><a href="mailto:cyrill.martin@kmapper.com">cyrill.martin@kmapper.com</a></p>
</div>
</main>
<script src="index.js"></script>
</body>
</html>