From 8c6fd66e6e9018fb81fb056cb471df3a3a571f57 Mon Sep 17 00:00:00 2001 From: Aditya Saini Date: Fri, 28 Jun 2024 08:41:32 +0530 Subject: [PATCH] Move GPML Shapes from edges to nodes folder --- app/img/edges/binding.drawio (4).svg | 4 +++ app/img/nodes/DNA.svg | 2 +- app/img/{edges => nodes}/cell.svg | 0 app/img/{edges => nodes}/circle.svg | 0 .../{edges => nodes}/extracellularregion.svg | 0 app/img/nodes/gene-product.svg | 2 +- app/img/nodes/gene1.drawio (1).svg | 4 +++ app/img/{edges => nodes}/golgiapparatus.svg | 0 app/img/{edges => nodes}/hexagon.svg | 0 app/img/{edges => nodes}/mitochondria.svg | 0 app/img/{edges => nodes}/nucleus.svg | 0 app/img/{edges => nodes}/octagon.svg | 0 app/img/{edges => nodes}/organelle.svg | 0 app/img/{edges => nodes}/pentagon.svg | 0 app/img/nodes/protein-gpml.svg | 2 +- app/img/{edges => nodes}/rectangle.svg | 0 app/img/{edges => nodes}/roundedrectangle.svg | 0 app/img/{edges => nodes}/triangle.svg | 0 app/img/{edges => nodes}/vesicle.svg | 0 index.html | 32 +++++++++---------- 20 files changed, 27 insertions(+), 19 deletions(-) create mode 100644 app/img/edges/binding.drawio (4).svg rename app/img/{edges => nodes}/cell.svg (100%) rename app/img/{edges => nodes}/circle.svg (100%) rename app/img/{edges => nodes}/extracellularregion.svg (100%) create mode 100644 app/img/nodes/gene1.drawio (1).svg rename app/img/{edges => nodes}/golgiapparatus.svg (100%) rename app/img/{edges => nodes}/hexagon.svg (100%) rename app/img/{edges => nodes}/mitochondria.svg (100%) rename app/img/{edges => nodes}/nucleus.svg (100%) rename app/img/{edges => nodes}/octagon.svg (100%) rename app/img/{edges => nodes}/organelle.svg (100%) rename app/img/{edges => nodes}/pentagon.svg (100%) rename app/img/{edges => nodes}/rectangle.svg (100%) rename app/img/{edges => nodes}/roundedrectangle.svg (100%) rename app/img/{edges => nodes}/triangle.svg (100%) rename app/img/{edges => nodes}/vesicle.svg (100%) diff --git a/app/img/edges/binding.drawio (4).svg b/app/img/edges/binding.drawio (4).svg new file mode 100644 index 000000000..63d859287 --- /dev/null +++ b/app/img/edges/binding.drawio (4).svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/app/img/nodes/DNA.svg b/app/img/nodes/DNA.svg index a1a4277c0..f6497bbef 100644 --- a/app/img/nodes/DNA.svg +++ b/app/img/nodes/DNA.svg @@ -1,4 +1,4 @@ -
DNA
DNA
\ No newline at end of file +
DNA
\ No newline at end of file diff --git a/app/img/edges/cell.svg b/app/img/nodes/cell.svg similarity index 100% rename from app/img/edges/cell.svg rename to app/img/nodes/cell.svg diff --git a/app/img/edges/circle.svg b/app/img/nodes/circle.svg similarity index 100% rename from app/img/edges/circle.svg rename to app/img/nodes/circle.svg diff --git a/app/img/edges/extracellularregion.svg b/app/img/nodes/extracellularregion.svg similarity index 100% rename from app/img/edges/extracellularregion.svg rename to app/img/nodes/extracellularregion.svg diff --git a/app/img/nodes/gene-product.svg b/app/img/nodes/gene-product.svg index 58fce8a89..1641742e7 100644 --- a/app/img/nodes/gene-product.svg +++ b/app/img/nodes/gene-product.svg @@ -1,4 +1,4 @@ -
Gene
Gene
\ No newline at end of file +
Gene
\ No newline at end of file diff --git a/app/img/nodes/gene1.drawio (1).svg b/app/img/nodes/gene1.drawio (1).svg new file mode 100644 index 000000000..aceabfa97 --- /dev/null +++ b/app/img/nodes/gene1.drawio (1).svg @@ -0,0 +1,4 @@ + + + +
Gene
\ No newline at end of file diff --git a/app/img/edges/golgiapparatus.svg b/app/img/nodes/golgiapparatus.svg similarity index 100% rename from app/img/edges/golgiapparatus.svg rename to app/img/nodes/golgiapparatus.svg diff --git a/app/img/edges/hexagon.svg b/app/img/nodes/hexagon.svg similarity index 100% rename from app/img/edges/hexagon.svg rename to app/img/nodes/hexagon.svg diff --git a/app/img/edges/mitochondria.svg b/app/img/nodes/mitochondria.svg similarity index 100% rename from app/img/edges/mitochondria.svg rename to app/img/nodes/mitochondria.svg diff --git a/app/img/edges/nucleus.svg b/app/img/nodes/nucleus.svg similarity index 100% rename from app/img/edges/nucleus.svg rename to app/img/nodes/nucleus.svg diff --git a/app/img/edges/octagon.svg b/app/img/nodes/octagon.svg similarity index 100% rename from app/img/edges/octagon.svg rename to app/img/nodes/octagon.svg diff --git a/app/img/edges/organelle.svg b/app/img/nodes/organelle.svg similarity index 100% rename from app/img/edges/organelle.svg rename to app/img/nodes/organelle.svg diff --git a/app/img/edges/pentagon.svg b/app/img/nodes/pentagon.svg similarity index 100% rename from app/img/edges/pentagon.svg rename to app/img/nodes/pentagon.svg diff --git a/app/img/nodes/protein-gpml.svg b/app/img/nodes/protein-gpml.svg index bb8de2dc3..08e278076 100644 --- a/app/img/nodes/protein-gpml.svg +++ b/app/img/nodes/protein-gpml.svg @@ -1,4 +1,4 @@ -
Prot
Prot
\ No newline at end of file +
Prot
\ No newline at end of file diff --git a/app/img/edges/rectangle.svg b/app/img/nodes/rectangle.svg similarity index 100% rename from app/img/edges/rectangle.svg rename to app/img/nodes/rectangle.svg diff --git a/app/img/edges/roundedrectangle.svg b/app/img/nodes/roundedrectangle.svg similarity index 100% rename from app/img/edges/roundedrectangle.svg rename to app/img/nodes/roundedrectangle.svg diff --git a/app/img/edges/triangle.svg b/app/img/nodes/triangle.svg similarity index 100% rename from app/img/edges/triangle.svg rename to app/img/nodes/triangle.svg diff --git a/app/img/edges/vesicle.svg b/app/img/nodes/vesicle.svg similarity index 100% rename from app/img/edges/vesicle.svg rename to app/img/nodes/vesicle.svg diff --git a/index.html b/index.html index 6451df186..b6218c654 100644 --- a/index.html +++ b/index.html @@ -845,7 +845,7 @@
-
@@ -890,7 +890,7 @@ title="catalysis" />
-
@@ -905,33 +905,33 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-