commit c7dcd8f0f8a0589705278a4f938ac883122a7f16
Author: root <root@hub.scroll.pub> Date: 2025-01-14 22:11:01 +0000 Subject: Initial commit diff --git a/feed.scroll b/feed.scroll new file mode 100644 index 0000000..8090681 --- /dev/null +++ b/feed.scroll @@ -0,0 +1,2 @@ +buildRss +printFeed All \ No newline at end of file diff --git a/footer.scroll b/footer.scroll new file mode 100644 index 0000000..df06393 --- /dev/null +++ b/footer.scroll @@ -0,0 +1,3 @@ +importOnly +center +scrollVersionLink \ No newline at end of file diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..f6c2187 --- /dev/null +++ b/header.scroll @@ -0,0 +1,14 @@ +importOnly +buildHtml +buildTxt +homeButton +leftRightButtons +baseUrl https://mito.powerhouse.wiki +metaTags +editButton +editBaseUrl /edit.html?folderName=DOMAIN_EXPRESSION&fileName= +metaTags +style.css +script.js +container +printTitle \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..15a511d --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +title The Mito Chronicles +header.scroll +printSnippets All +footer.scroll \ No newline at end of file diff --git a/modern-mito-masters.scroll b/modern-mito-masters.scroll new file mode 100644 index 0000000..d37ee10 --- /dev/null +++ b/modern-mito-masters.scroll @@ -0,0 +1,9 @@ +title Modern Mito Masters +tags All +header.scroll +Fast forward to the 21st century, and mitochondrial research continues to thrive. **Douglas Wallace**, a geneticist at the Children's Hospital of Philadelphia, has been instrumental in linking mitochondrial DNA mutations to diseases like diabetes, Alzheimer's, and Parkinson's. His work underscores the critical role mitochondria play in human health. + +Meanwhile, **Ana María Cuervo**, a professor at Albert Einstein College of Medicine, has explored how mitochondrial dysfunction contributes to aging. Her research on autophagy—the process by which cells recycle damaged components—has opened new avenues for combating age-related diseases. + +Together, these modern masters remind us that mitochondria are not just cellular powerhouses but also key players in the story of life itself. +footer.scroll \ No newline at end of file diff --git a/pioneers-of-the-powerhouse.scroll b/pioneers-of-the-powerhouse.scroll new file mode 100644 index 0000000..05f33d6 --- /dev/null +++ b/pioneers-of-the-powerhouse.scroll @@ -0,0 +1,9 @@ +title Pioneers of the Powerhouse +tags All +header.scroll +Mitochondria, the cellular powerhouses, have fascinated scientists for over a century. Among the pioneers, **Otto Warburg** stands tall. In the 1920s, Warburg discovered that cancer cells rely heavily on glycolysis, even in oxygen-rich environments—a phenomenon now known as the Warburg Effect. His work earned him the 1931 Nobel Prize in Physiology or Medicine. + +Another luminary, **Peter Mitchell**, revolutionized our understanding of mitochondria with his Chemiosmotic Theory in 1961. Mitchell proposed that ATP synthesis is driven by a proton gradient across the mitochondrial membrane. Initially met with skepticism, his theory was later vindicated, earning him the 1978 Nobel Prize in Chemistry. + +These trailblazers laid the groundwork for modern mitochondrial research, proving that even the smallest organelles can spark the biggest discoveries. +footer.scroll \ No newline at end of file diff --git a/prompt.json b/prompt.json new file mode 100644 index 0000000..fabf16d --- /dev/null +++ b/prompt.json @@ -0,0 +1,25 @@ +{ + "id": "63645bbd-3d0a-4dd2-8422-edd95665f790", + "object": "chat.completion", + "created": 1736892641, + "model": "deepseek-chat", + "choices": [ + { + "index": 0, + "message": { + "role": "assistant", + "content": "---domain---\nmito.powerhouse.wiki\n---index.scroll---\ntitle The Mito Chronicles\nheader.scroll\nprintSnippets All\nfooter.scroll\n---pioneers-of-the-powerhouse.scroll---\ntitle Pioneers of the Powerhouse\ntags All\nheader.scroll\nMitochondria, the cellular powerhouses, have fascinated scientists for over a century. Among the pioneers, **Otto Warburg** stands tall. In the 1920s, Warburg discovered that cancer cells rely heavily on glycolysis, even in oxygen-rich environments—a phenomenon now known as the Warburg Effect. His work earned him the 1931 Nobel Prize in Physiology or Medicine.\n\nAnother luminary, **Peter Mitchell**, revolutionized our understanding of mitochondria with his Chemiosmotic Theory in 1961. Mitchell proposed that ATP synthesis is driven by a proton gradient across the mitochondrial membrane. Initially met with skepticism, his theory was later vindicated, earning him the 1978 Nobel Prize in Chemistry.\n\nThese trailblazers laid the groundwork for modern mitochondrial research, proving that even the smallest organelles can spark the biggest discoveries.\nfooter.scroll\n---modern-mito-masters.scroll---\ntitle Modern Mito Masters\ntags All\nheader.scroll\nFast forward to the 21st century, and mitochondrial research continues to thrive. **Douglas Wallace**, a geneticist at the Children's Hospital of Philadelphia, has been instrumental in linking mitochondrial DNA mutations to diseases like diabetes, Alzheimer's, and Parkinson's. His work underscores the critical role mitochondria play in human health.\n\nMeanwhile, **Ana María Cuervo**, a professor at Albert Einstein College of Medicine, has explored how mitochondrial dysfunction contributes to aging. Her research on autophagy—the process by which cells recycle damaged components—has opened new avenues for combating age-related diseases.\n\nTogether, these modern masters remind us that mitochondria are not just cellular powerhouses but also key players in the story of life itself.\nfooter.scroll\n---header.scroll---\nimportOnly\nbuildHtml\nbuildTxt\nhomeButton\nleftRightButtons\nbaseUrl https://mito.powerhouse.wiki\nmetaTags\neditButton\neditBaseUrl /edit.html?folderName=DOMAIN_EXPRESSION&fileName=\nmetaTags\nstyle.css\nscript.js\ncontainer\nprintTitle\n---feed.scroll---\nbuildRss\nprintFeed All\n---footer.scroll---\nimportOnly\ncenter\nscrollVersionLink\n---style.css---\n:root {\n --primary-color: #2c3e50;\n --secondary-color: #3498db;\n --background-color: #ecf0f1;\n --text-color: #34495e;\n --accent-color: #e74c3c;\n --font-family: 'Arial', sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n background-color: var(--background-color);\n color: var(--text-color);\n margin: 0;\n padding: 0;\n line-height: 1.6;\n}\n\nheader {\n background-color: var(--primary-color);\n color: white;\n padding: 1rem;\n text-align: center;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2rem;\n}\n\n.container {\n max-width: 800px;\n margin: 2rem auto;\n padding: 1rem;\n background-color: white;\n border-radius: 8px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\na {\n color: var(--secondary-color);\n text-decoration: none;\n}\n\na:hover {\n color: var(--accent-color);\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n background-color: var(--primary-color);\n color: white;\n margin-top: 2rem;\n}\n\n@media (max-width: 768px) {\n .container {\n margin: 1rem;\n padding: 0.5rem;\n }\n\n header h1 {\n font-size: 1.5rem;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', () => {\n const toggleTheme = document.createElement('button');\n toggleTheme.textContent = 'Toggle Theme';\n toggleTheme.style.position = 'fixed';\n toggleTheme.style.bottom = '20px';\n toggleTheme.style.right = '20px';\n toggleTheme.style.padding = '10px';\n toggleTheme.style.backgroundColor = 'var(--primary-color)';\n toggleTheme.style.color = 'white';\n toggleTheme.style.border = 'none';\n toggleTheme.style.borderRadius = '5px';\n toggleTheme.style.cursor = 'pointer';\n\n document.body.appendChild(toggleTheme);\n\n toggleTheme.addEventListener('click', () => {\n document.body.classList.toggle('dark-theme');\n });\n\n const style = document.createElement('style');\n style.textContent = `\n .dark-theme {\n --primary-color: #1a1a1a;\n --secondary-color: #3498db;\n --background-color: #121212;\n --text-color: #f5f5f5;\n --accent-color: #e74c3c;\n }\n `;\n document.head.appendChild(style);\n});\n---end---" + }, + "logprobs": null, + "finish_reason": "stop" + } + ], + "usage": { + "prompt_tokens": 392, + "completion_tokens": 1113, + "total_tokens": 1505, + "prompt_cache_hit_tokens": 0, + "prompt_cache_miss_tokens": 392 + }, + "system_fingerprint": "fp_3a5770e1b4" +} \ No newline at end of file diff --git a/readme.scroll b/readme.scroll new file mode 100644 index 0000000..fe40afc --- /dev/null +++ b/readme.scroll @@ -0,0 +1,3 @@ +# mito.powerhouse.wiki + +blog generated by DeepSeek from prompt: a blog about mitochondria researchers famous in history. \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..bef1eff --- /dev/null +++ b/script.js @@ -0,0 +1,31 @@ +document.addEventListener('DOMContentLoaded', () => { + const toggleTheme = document.createElement('button'); + toggleTheme.textContent = 'Toggle Theme'; + toggleTheme.style.position = 'fixed'; + toggleTheme.style.bottom = '20px'; + toggleTheme.style.right = '20px'; + toggleTheme.style.padding = '10px'; + toggleTheme.style.backgroundColor = 'var(--primary-color)'; + toggleTheme.style.color = 'white'; + toggleTheme.style.border = 'none'; + toggleTheme.style.borderRadius = '5px'; + toggleTheme.style.cursor = 'pointer'; + + document.body.appendChild(toggleTheme); + + toggleTheme.addEventListener('click', () => { + document.body.classList.toggle('dark-theme'); + }); + + const style = document.createElement('style'); + style.textContent = ` + .dark-theme { + --primary-color: #1a1a1a; + --secondary-color: #3498db; + --background-color: #121212; + --text-color: #f5f5f5; + --accent-color: #e74c3c; + } + `; + document.head.appendChild(style); +}); \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..afafbd7 --- /dev/null +++ b/style.css @@ -0,0 +1,66 @@ +:root { + --primary-color: #2c3e50; + --secondary-color: #3498db; + --background-color: #ecf0f1; + --text-color: #34495e; + --accent-color: #e74c3c; + --font-family: 'Arial', sans-serif; +} + +body { + font-family: var(--font-family); + background-color: var(--background-color); + color: var(--text-color); + margin: 0; + padding: 0; + line-height: 1.6; +} + +header { + background-color: var(--primary-color); + color: white; + padding: 1rem; + text-align: center; +} + +header h1 { + margin: 0; + font-size: 2rem; +} + +.container { + max-width: 800px; + margin: 2rem auto; + padding: 1rem; + background-color: white; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); +} + +a { + color: var(--secondary-color); + text-decoration: none; +} + +a:hover { + color: var(--accent-color); +} + +footer { + text-align: center; + padding: 1rem; + background-color: var(--primary-color); + color: white; + margin-top: 2rem; +} + +@media (max-width: 768px) { + .container { + margin: 1rem; + padding: 0.5rem; + } + + header h1 { + font-size: 1.5rem; + } +} \ No newline at end of file