|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - |
4 |
| -<head> |
5 |
| - <meta charset="UTF-8"> |
6 |
| - <title>Mapping Commons</title> |
7 |
| - <script src="https://unpkg.com/vue"></script> |
8 |
| - |
9 |
| - <link href="/css/app.9c436301.css" rel="preload" as="style"> |
10 |
| - <link href="/css/chunk-vendors.55204a1e.css" rel="preload" as="style"> |
11 |
| - <link href="/js/app.606dea44.js" rel="preload" as="script"> |
12 |
| - <link href="/js/chunk-vendors.92ae0fb3.js" rel="preload" as="script"> |
13 |
| - |
14 |
| - <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" |
15 |
| - integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous"> |
16 |
| -</head> |
17 |
| - |
18 |
| -<body> |
19 |
| - |
20 |
| - <div class="jumbotron"> |
21 |
| - <h1>Mapping Commons</h1> |
22 |
| - |
23 |
| - <h2>THIS MAPPING OVERVIEW IS UNDER DEVELOPMENT AND SHOULD NOT BE USED FOR ANYTHING.</h2> |
24 |
| - |
25 |
| - <div> |
26 |
| - Mapping Commons pulls together mappings from various sources with the goal of |
27 |
| - offering them as simple to read, well provenanced TSV files in the |
28 |
| - <a href="https://github.com/mapping-commons/SSSOM/blob/master/SSSOM.md">SSSOM format</a>. |
29 |
| - At first, the effort will focus on biomedical ontologies and controlled vocabularies, |
30 |
| - see for example the |
31 |
| - <a href="https://github.com/mapping-commons/mh_mapping_initiative">Mouse-Human Ontology Mapping Effort</a>. |
32 |
| - The initiative was founded early 2021. |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <title>Mapping Commons</title> |
| 6 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> |
| 7 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> |
| 8 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> |
| 9 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> |
| 10 | + <link href="/css/app.css" rel="preload" as="style"> |
| 11 | + <link href="/css/chunk-vendors.css" rel="preload" as="style"> |
| 12 | + <link href="/js/app.js" rel="preload" as="script"> |
| 13 | + <link href="/js/chunk-vendors.js" rel="preload" as="script"> |
| 14 | + <link href="/css/chunk-vendors.css" rel="stylesheet"> |
| 15 | + <link href="/css/app.css" rel="stylesheet"> |
| 16 | + <div class="jumbotron"> |
| 17 | + <h1>Mapping Commons</h1> |
| 18 | + |
| 19 | + <h2> |
| 20 | + THIS MAPPING OVERVIEW IS UNDER DEVELOPMENT AND SHOULD NOT BE USED FOR |
| 21 | + ANYTHING. |
| 22 | + </h2> |
| 23 | + |
| 24 | + <div> |
| 25 | + Mapping Commons pulls together mappings from various sources with the |
| 26 | + goal of offering them as simple to read, well provenanced TSV files in |
| 27 | + the |
| 28 | + <a href="https://github.com/mapping-commons/SSSOM/blob/master/SSSOM.md" |
| 29 | + >SSSOM format</a |
| 30 | + >. At first, the effort will focus on biomedical ontologies and |
| 31 | + controlled vocabularies, see for example the |
| 32 | + <a href="https://github.com/mapping-commons/mh_mapping_initiative" |
| 33 | + >Mouse-Human Ontology Mapping Effort</a |
| 34 | + >. The initiative was founded early 2021. |
| 35 | + </div> |
| 36 | + |
| 37 | + <div class="mt-4"> |
| 38 | + If you want to contribute mappings or have questions, please use the |
| 39 | + <a |
| 40 | + href="https://github.com/mapping-commons/mapping-commons.github.io/issues" |
| 41 | + >issue tracker</a |
| 42 | + >. |
| 43 | + </div> |
33 | 44 | </div>
|
34 | 45 |
|
35 |
| - <div class="mt-4"> |
36 |
| - If you want to contribute mappings or have questions, please use the |
37 |
| - <a href="https://github.com/mapping-commons/mapping-commons.github.io/issues">issue tracker</a>. |
38 |
| - </div> |
39 |
| - </div> |
40 |
| - |
41 |
| - |
42 |
| - <div id="app"></div> |
43 |
| - |
44 |
| - <script src="/js/chunk-vendors.92ae0fb3.js"></script> |
45 |
| - <script src="/js/app.606dea44.js"></script> |
46 |
| - |
47 |
| -</body> |
48 |
| - |
| 46 | + <div id="app"></div> |
| 47 | + <script src="/js/chunk-vendors.js"></script> |
| 48 | + <script src="/js/app.js"></script> |
| 49 | + </body> |
49 | 50 | </html>
|
0 commit comments