Skip to content

Commit 14d3db8

Browse files
Deploying to gh-pages from @ d78ab4c 🚀
1 parent c4bfc60 commit 14d3db8

File tree

3 files changed

+49
-16
lines changed

3 files changed

+49
-16
lines changed

index.html

Lines changed: 47 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,49 @@
11
<!DOCTYPE html>
2-
<html lang="">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<title><%= htmlWebpackPlugin.options.title %></title>
8-
</head>
9-
<body>
10-
<noscript>
11-
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
12-
</noscript>
13-
<div id="app"></div>
14-
<!-- built files will be auto injected -->
15-
</body>
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.72a15a34.css" rel="preload" as="style">
11+
<link href="/js/app.7db67bfb.js" rel="preload" as="script">
12+
<link href="/js/chunk-vendors.4cb362c6.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.
33+
</div>
34+
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.4cb362c6.js"></script>
45+
<script src="/js/app.7db67bfb.js"></script>
46+
47+
</body>
48+
1649
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)