commit c65c7bcfb3713f8b19d6f178415a39e6522f7416
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:41:09 +0000
Subject: updated header.scroll
diff --git a/header.scroll b/header.scroll
index 1627dc8..2de5e45 100644
--- a/header.scroll
+++ b/header.scroll
@@ -3,7 +3,6 @@ buildHtml
homeButton
https://hub.powerhouse.wiki/powerhouse.parsers
-
powerhouseButton
metaTags
commit fd992a7835718d4c017017d9ac44988e28711d49
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:17:41 +0000
Subject: updated concepts.scroll
diff --git a/concepts.scroll b/concepts.scroll
index c7999cd..9b412c1 100644
--- a/concepts.scroll
+++ b/concepts.scroll
@@ -53,6 +53,7 @@ twitter https://x.com/MitoPsychoBio
homepage https://www.picardlab.org/
phone 646-774-8967
email martin.picard@columbia.edu
+interviews https://www.youtube.com/watch?v=Nog1-oQ6et8
bio
Dr. Martin Picard is an Associate Professor of Behavioral Medicine at Columbia University. His laboratory studies the mechanisms by which mitochondria influence human behavior, health, and aging. His work has helped establish mitochondria as signaling organelles that influence cellular function via multiple molecular mechanisms including the release of signal molecules and changes in energetic and metabolic states.
Dr. Picard's research has introduced novel concepts and methods to track mitochondrial behavior in living cells, and to study the health effects of mitochondrial dysfunction across the lifespan. His work has contributed to identifying stress-induced mitochondrial dysfunction as a mechanism linking psychological stress to disease. He has also developed methods to study mitochondrial DNA releases and its immuno-metabolic consequences.
commit 42d3bc39c05647d7db52517f7d1ed47c63a544b3
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:17:08 +0000
Subject: updated header.scroll
diff --git a/header.scroll b/header.scroll
index 1f8cc34..1627dc8 100644
--- a/header.scroll
+++ b/header.scroll
@@ -7,7 +7,7 @@ https://hub.powerhouse.wiki/powerhouse.parsers
powerhouseButton
metaTags
-editButton
+editButton /edit.html
metaTags
style.css
script.js
commit 3218eccd89a43cf77afab40b067c347cd919e0b8
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:17:04 +0000
Subject: updated header.scroll
diff --git a/header.scroll b/header.scroll
index 0363856..1f8cc34 100644
--- a/header.scroll
+++ b/header.scroll
@@ -8,7 +8,6 @@ powerhouseButton
metaTags
editButton
-editBaseUrl /edit.html
metaTags
style.css
script.js
commit f8caea1ccdfb11a7b39f8608260a2da5be21b556
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:16:54 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index 2061913..6df03bc 100644
--- a/index.scroll
+++ b/index.scroll
@@ -3,9 +3,7 @@ header.scroll
theme gazette
container 800px
-# Global Pioneers in Mitochondrial Research
-
-Welcome to our database of pioneering mitochondria researchers. This curated collection highlights scientists making groundbreaking discoveries in mitochondrial biology and medicine.
+printTitle
tableSearch
concepts.scroll
commit 7eaa49a95705ada4d830eee347eea526c040497d
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:15:29 +0000
Subject: updated header.scroll
diff --git a/header.scroll b/header.scroll
index b7e0222..0363856 100644
--- a/header.scroll
+++ b/header.scroll
@@ -1,9 +1,14 @@
importOnly
buildHtml
homeButton
+
+https://hub.powerhouse.wiki/powerhouse.parsers
+
+powerhouseButton
+
metaTags
editButton
-editBaseUrl /edit.html?folderName=mitopro.powerhouse.wiki&fileName=
+editBaseUrl /edit.html
metaTags
style.css
script.js
commit ae4519d7bf25bec6fab4de46ea968fcaac6fbd4c
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:14:15 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index f0e72c8..2061913 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,6 +1,7 @@
title Mitochondria Research Pioneers Database
header.scroll
+theme gazette
container 800px
# Global Pioneers in Mitochondrial Research
commit 504f948ae1fb41500c501bef82792c418e88c8d5
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:14:00 +0000
Subject: updated style.css
diff --git a/style.css b/style.css
index e770cc8..3b38516 100644
--- a/style.css
+++ b/style.css
@@ -7,7 +7,7 @@
}
body {
- font-family: 'Segoe UI', system-ui, sans-serif;
+ font-family: "Segoe UI", system-ui, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
@@ -21,50 +21,14 @@ body {
padding: 2rem;
}
-h1, h2 {
+h1,
+h2 {
color: var(--primary);
border-bottom: 3px solid var(--accent);
padding-bottom: 0.5rem;
margin-top: 2rem;
}
-table {
- width: 100%;
- border-collapse: collapse;
- margin: 2rem 0;
- background: white;
- box-shadow: 0 4px 6px rgba(0,0,0,0.1);
- border-radius: 8px;
- overflow: hidden;
-}
-
-th {
- background: var(--primary);
- color: white;
- padding: 1rem;
- text-align: left;
-}
-
-td {
- padding: 1rem;
- border-bottom: 1px solid #ddd;
-}
-
-tr:hover {
- background: #f5f6fa;
-}
-
-@media (max-width: 768px) {
- table {
- display: block;
- overflow-x: auto;
- }
-
- .container {
- padding: 1rem;
- }
-}
-
.header {
background: var(--primary);
color: white;
commit d87cb9a426ebc46636c59f960fd1d422b8d5c7c4
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:13:38 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index a35c6c5..f0e72c8 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,12 +1,12 @@
title Mitochondria Research Pioneers Database
header.scroll
+container 800px
# Global Pioneers in Mitochondrial Research
Welcome to our database of pioneering mitochondria researchers. This curated collection highlights scientists making groundbreaking discoveries in mitochondrial biology and medicine.
tableSearch
-container 800px
concepts.scroll
concepts
printTable
commit a05cb980160c2a7e83d1dc2355805d5b4d2f1248
Author: ffff:207.243.92.34 <ffff:207.243.92.34@pioneers.powerhouse.wiki>
Date: 2025-01-17 17:13:32 +0000
Subject: updated index.scroll
diff --git a/index.scroll b/index.scroll
index 496f639..a35c6c5 100644
--- a/index.scroll
+++ b/index.scroll
@@ -5,7 +5,8 @@ header.scroll
Welcome to our database of pioneering mitochondria researchers. This curated collection highlights scientists making groundbreaking discoveries in mitochondrial biology and medicine.
-container
+tableSearch
+container 800px
concepts.scroll
concepts
printTable