Skip to content

Commit 42e8a9f

Browse files
committed
rename DBGI to EMI, and remove its custom page
1 parent 3fd22ce commit 42e8a9f

File tree

7 files changed

+3
-48
lines changed

7 files changed

+3
-48
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy demo to GitHub Pages
1+
name: Deploy to GitHub Pages
22
on:
33
push:
44
branches: ["main"]

packages/demo/src/check.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</head>
1515

1616
<!-- https://sparql.uniprot.org/sparql/ -->
17-
<!-- https://biosoda.unil.ch/graphdb/repositories/emi-dbgi -->
1817
<!-- https://rdf.metanetx.org/sparql/ -->
1918
<!-- CORS error: https://beta.metanetx.org/sparql/ -->
2019

packages/demo/src/emi.html

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

packages/demo/src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ <h3>ℹ️ About</h3>
8181
>
8282
</li>
8383
<li><a href="hamap">HAMAP - High-quality Automated and Manual Annotation of Proteins</a></li>
84-
<li><a href="dbgi">DBGI - The Digital Botanical Garden Initiative</a></li>
8584
</ul>
8685
</div>
8786
</body>

packages/demo/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types="vitest/config" />
21
import {defineConfig} from "vite";
32
import {resolve} from "path";
43

@@ -23,7 +22,6 @@ export default defineConfig({
2322
rhea: resolve(__dirname, "src/rhea.html"),
2423
swisslipids: resolve(__dirname, "src/swisslipids.html"),
2524
hamap: resolve(__dirname, "src/hamap.html"),
26-
emi: resolve(__dirname, "src/emi.html"),
2725
},
2826
},
2927
},

packages/sparql-editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<body>
2525
<div>
2626
<sparql-editor
27-
endpoint="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://biosoda.unil.ch/graphdb/repositories/emi-dbgi,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/,https://idsm.elixir-czech.cz/sparql/endpoint/idsm"
27+
endpoint="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://biosoda.unil.ch/emi/sparql/,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/,https://idsm.elixir-czech.cz/sparql/endpoint/idsm"
2828
examples-repo-add-url="https://github.com/sib-swiss/sparql-examples/new/master/examples/UniProt"
2929
add-limit="1000"
3030
style="--btn-bg-color: #ffe8e5"

packages/sparql-overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- <sparql-overview endpoint="https://sparql.rhea-db.org/sparql/"></sparql-overview> -->
2020
<!-- <sparql-overview endpoint="https://beta.sparql.swisslipids.org/"></sparql-overview> -->
2121

22-
<!-- endpoints="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://biosoda.unil.ch/graphdb/repositories/emi-dbgi,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/" -->
22+
<!-- endpoints="https://sparql.uniprot.org/sparql/,https://www.bgee.org/sparql/,https://sparql.omabrowser.org/sparql/,https://beta.sparql.swisslipids.org/,https://sparql.rhea-db.org/sparql/,https://biosoda.unil.ch/emi/sparql/,https://hamap.expasy.org/sparql/,https://rdf.metanetx.org/sparql/" -->
2323
</div>
2424
</body>
2525

0 commit comments

Comments
 (0)