commit 83fbdd0c987ac7f9a750ce80f059221a8d9ec920
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-15 02:59:58 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index e479d58..299d448 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,6 @@ -title MitoPowerhouse - The Mitochondria Database +title MitoDB - The Mitochondria Database header.scroll -h1 MitoPowerhouse +h1 MitoDB p Explore the fascinating world of mitochondria, the powerhouses of the cell. This database provides detailed information about mitochondria across different organisms. concepts.scroll concepts
commit d561a43683152976755def728aaf8c9a9f11a244
Author: root <root@hub.scroll.pub> Date: 2025-01-15 02:58:33 +0000 Subject: Initial commit diff --git a/concepts.scroll b/concepts.scroll new file mode 100644 index 0000000..dc10814 --- /dev/null +++ b/concepts.scroll @@ -0,0 +1,36 @@ +measures.parsers + +id HumanMitochondria +organism human +diameter 1000 +membraneLayers 2 +genomeSize 16569 +energyOutput 1000000 + +id PlantMitochondria +organism plant +diameter 1500 +membraneLayers 2 +genomeSize 200000 +energyOutput 500000 + +id YeastMitochondria +organism yeast +diameter 500 +membraneLayers 2 +genomeSize 85779 +energyOutput 200000 + +id MouseMitochondria +organism mouse +diameter 800 +membraneLayers 2 +genomeSize 16299 +energyOutput 800000 + +id FruitFlyMitochondria +organism fruit fly +diameter 700 +membraneLayers 2 +genomeSize 19517 +energyOutput 600000 diff --git a/footer.scroll b/footer.scroll new file mode 100644 index 0000000..679e89f --- /dev/null +++ b/footer.scroll @@ -0,0 +1,3 @@ +importOnly +center +scrollVersionLink diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..7980991 --- /dev/null +++ b/header.scroll @@ -0,0 +1,9 @@ +importOnly +buildHtml +homeButton +metaTags +editButton +editBaseUrl /edit.html?folderName=mitopowerhouse.wiki&fileName= +metaTags +style.css +script.js diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..e479d58 --- /dev/null +++ b/index.scroll @@ -0,0 +1,8 @@ +title MitoPowerhouse - The Mitochondria Database +header.scroll +h1 MitoPowerhouse +p Explore the fascinating world of mitochondria, the powerhouses of the cell. This database provides detailed information about mitochondria across different organisms. +concepts.scroll +concepts + printTable +footer.scroll diff --git a/measures.parsers b/measures.parsers new file mode 100644 index 0000000..6c87da4 --- /dev/null +++ b/measures.parsers @@ -0,0 +1,17 @@ +idParser + extends abstractIdParser +organismParser + extends abstractStringMeasureParser + description The organism name mainly associated with the mitochondria +diameterParser + extends abstractIntegerMeasureParser + description The diameter of the mitochondria in nanometers +membraneLayersParser + extends abstractIntegerMeasureParser + description The number of membrane layers in the mitochondria +genomeSizeParser + extends abstractIntegerMeasureParser + description The size of the mitochondrial genome in base pairs +energyOutputParser + extends abstractIntegerMeasureParser + description The average energy output in ATP molecules per second diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..509260f --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "88f9de3c-c39b-4297-ac44-f68025f62adc", + "object": "chat.completion", + "created": 1736909896, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nmitopowerhouse.wiki\n\n---measures.parsers---\nidParser\n extends abstractIdParser\norganismParser\n extends abstractStringMeasureParser\n description The organism name mainly associated with the mitochondria\ndiameterParser\n extends abstractIntegerMeasureParser\n description The diameter of the mitochondria in nanometers\nmembraneLayersParser\n extends abstractIntegerMeasureParser\n description The number of membrane layers in the mitochondria\ngenomeSizeParser\n extends abstractIntegerMeasureParser\n description The size of the mitochondrial genome in base pairs\nenergyOutputParser\n extends abstractIntegerMeasureParser\n description The average energy output in ATP molecules per second\n\n---concepts.scroll---\nmeasures.parsers\n\nid HumanMitochondria\norganism human\ndiameter 1000\nmembraneLayers 2\ngenomeSize 16569\nenergyOutput 1000000\n\nid PlantMitochondria\norganism plant\ndiameter 1500\nmembraneLayers 2\ngenomeSize 200000\nenergyOutput 500000\n\nid YeastMitochondria\norganism yeast\ndiameter 500\nmembraneLayers 2\ngenomeSize 85779\nenergyOutput 200000\n\nid MouseMitochondria\norganism mouse\ndiameter 800\nmembraneLayers 2\ngenomeSize 16299\nenergyOutput 800000\n\nid FruitFlyMitochondria\norganism fruit fly\ndiameter 700\nmembraneLayers 2\ngenomeSize 19517\nenergyOutput 600000\n\n---index.scroll---\ntitle MitoPowerhouse - The Mitochondria Database\nheader.scroll\nh1 MitoPowerhouse\np Explore the fascinating world of mitochondria, the powerhouses of the cell. This database provides detailed information about mitochondria across different organisms.\nconcepts.scroll\nconcepts\n printTable\nfooter.scroll\n\n---header.scroll---\nimportOnly\nbuildHtml\nhomeButton\nmetaTags\neditButton\neditBaseUrl /edit.html?folderName=mitopowerhouse.wiki&fileName=\nmetaTags\nstyle.css\nscript.js\n\n---footer.scroll---\nimportOnly\ncenter\nscrollVersionLink\n\n---style.css---\n:root {\n --primary-color: #2c3e50;\n --secondary-color: #3498db;\n --background-color: #ecf0f1;\n --text-color: #2c3e50;\n --table-header-color: #3498db;\n --table-row-color: #ffffff;\n --table-alt-row-color: #f5f5f5;\n}\n\nbody {\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n margin: 0;\n padding: 0;\n background-color: var(--background-color);\n color: var(--text-color);\n line-height: 1.6;\n}\n\nh1 {\n color: var(--primary-color);\n text-align: center;\n margin-top: 20px;\n}\n\np {\n text-align: center;\n max-width: 800px;\n margin: 20px auto;\n padding: 0 20px;\n}\n\ntable {\n width: 90%;\n max-width: 1200px;\n margin: 20px auto;\n border-collapse: collapse;\n background-color: var(--table-row-color);\n box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n}\n\nth, td {\n padding: 12px 15px;\n text-align: left;\n}\n\nth {\n background-color: var(--table-header-color);\n color: white;\n font-weight: bold;\n}\n\ntr:nth-child(even) {\n background-color: var(--table-alt-row-color);\n}\n\ntr:hover {\n background-color: #e0e0e0;\n}\n\nfooter {\n text-align: center;\n padding: 20px;\n margin-top: 40px;\n background-color: var(--primary-color);\n color: white;\n}\n\nfooter a {\n color: var(--secondary-color);\n text-decoration: none;\n}\n\nfooter a:hover {\n text-decoration: underline;\n}\n\n@media (max-width: 768px) {\n table {\n width: 100%;\n }\n\n th, td {\n padding: 8px;\n }\n\n h1 {\n font-size: 24px;\n }\n\n p {\n font-size: 14px;\n }\n}\n\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Add any interactive functionality here if needed\n});\n\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 612, + "completion_tokens": 962, + "total_tokens": 1574, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 612 + }, + "system_fingerprint": "fp_3a5770e1b4" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..7083a06 --- /dev/null +++ b/readme.scroll @@ -0,0 +1,3 @@ +# mitopowerhouse.wiki.powerhouse.wiki + +database generated by DeepSeek from prompt: mitodb a database of all things mitochondria \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..522f029 --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +document.addEventListener('DOMContentLoaded', function() { + // Add any interactive functionality here if needed +}); diff --git a/style.css b/style.css new file mode 100644 index 0000000..bb0d7a9 --- /dev/null +++ b/style.css @@ -0,0 +1,94 @@ +:root { + --primary-color: #2c3e50; + --secondary-color: #3498db; + --background-color: #ecf0f1; + --text-color: #2c3e50; + --table-header-color: #3498db; + --table-row-color: #ffffff; + --table-alt-row-color: #f5f5f5; +} + +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + margin: 0; + padding: 0; + background-color: var(--background-color); + color: var(--text-color); + line-height: 1.6; +} + +h1 { + color: var(--primary-color); + text-align: center; + margin-top: 20px; +} + +p { + text-align: center; + max-width: 800px; + margin: 20px auto; + padding: 0 20px; +} + +table { + width: 90%; + max-width: 1200px; + margin: 20px auto; + border-collapse: collapse; + background-color: var(--table-row-color); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +th, td { + padding: 12px 15px; + text-align: left; +} + +th { + background-color: var(--table-header-color); + color: white; + font-weight: bold; +} + +tr:nth-child(even) { + background-color: var(--table-alt-row-color); +} + +tr:hover { + background-color: #e0e0e0; +} + +footer { + text-align: center; + padding: 20px; + margin-top: 40px; + background-color: var(--primary-color); + color: white; +} + +footer a { + color: var(--secondary-color); + text-decoration: none; +} + +footer a:hover { + text-decoration: underline; +} + +@media (max-width: 768px) { + table { + width: 100%; + } + + th, td { + padding: 8px; + } + + h1 { + font-size: 24px; + } + + p { + font-size: 14px; + } +}