Skip to content

Commit 4dbda63

Browse files
fixing imports
1 parent f0c9c1e commit 4dbda63

23 files changed

+167
-8180
lines changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,47 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<title>Mapping Commons</title>
6-
<script src="https://unpkg.com/vue"></script>
5+
<meta charset="UTF-8">
6+
<title>Mapping Commons</title>
7+
<script src="https://unpkg.com/vue"></script>
78

8-
9-
10-
<link href="/js/mapping-commons-table.min.js" rel="preload" as="script">
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">
1113

12-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
14+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
15+
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
1316
</head>
17+
1418
<body>
1519

16-
<div class="jumbotron">
17-
<h1>Mapping Commons</h1>
18-
19-
<div>
20-
Mapping Commons pulls together mappings from various sources with the goal of
21-
offering them as simple to read, well provenanced TSV files in the
22-
<a href="https://github.com/mapping-commons/SSSOM/blob/master/SSSOM.md">SSSOM format</a>.
23-
At first, the effort will focus on biomedical ontologies and controlled vocabularies,
24-
see for example the
25-
<a href="https://github.com/mapping-commons/mh_mapping_initiative">Mouse-Human Ontology Mapping Effort</a>.
26-
The initiative was founded early 2021.
27-
</div>
28-
29-
<div class="mt-4">
30-
If you want to contribute mappings or have questions, please use the
31-
<a href="https://github.com/mapping-commons/mapping-commons.github.io/issues">issue tracker</a>.
32-
</div>
20+
<div class="jumbotron">
21+
<h1>Mapping Commons</h1>
22+
23+
<div>
24+
Mapping Commons pulls together mappings from various sources with the goal of
25+
offering them as simple to read, well provenanced TSV files in the
26+
<a href="https://github.com/mapping-commons/SSSOM/blob/master/SSSOM.md">SSSOM format</a>.
27+
At first, the effort will focus on biomedical ontologies and controlled vocabularies,
28+
see for example the
29+
<a href="https://github.com/mapping-commons/mh_mapping_initiative">Mouse-Human Ontology Mapping Effort</a>.
30+
The initiative was founded early 2021.
3331
</div>
3432

33+
<div class="mt-4">
34+
If you want to contribute mappings or have questions, please use the
35+
<a href="https://github.com/mapping-commons/mapping-commons.github.io/issues">issue tracker</a>.
36+
</div>
37+
</div>
3538

36-
<div id="app"></div>
3739

38-
<script src="/js/mapping-commons-table.min.js"></script>
40+
<div id="app"></div>
41+
42+
<script src="/js/chunk-vendors.4cb362c6.js"></script>
43+
<script src="/js/app.7db67bfb.js"></script>
3944

4045
</body>
41-
</html>
46+
47+
</html>

js/app.66056a8b.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)