MESB/Accept Membership: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| Riga 8: | Riga 8: | ||
You have been invited to join the | You have been invited to join the | ||
<b>Masticationpedia Ethical and Scientific Board (MESB)</b>, the independent body | <b>Masticationpedia Ethical and Scientific Board (MESB)</b>, the independent body | ||
responsible for ethics, scientific integrity, and AI/data governance across the Masticationpedia project. | |||
</p> | </p> | ||
<p style="font-size:1.05em; color:#444; line-height:1.6; margin-top:18px;"> | <p style="font-size:1.05em; color:#444; line-height:1.6; margin-top:18px;"> | ||
Before confirming, please read carefully the meaning of your choice | Before confirming your participation, please read carefully the meaning of your choice. | ||
</p> | </p> | ||
| Riga 27: | Riga 27: | ||
<ul style="margin-top:8px; padding-left:22px; color:#444; line-height:1.6;"> | <ul style="margin-top:8px; padding-left:22px; color:#444; line-height:1.6;"> | ||
<li>serve as an independent ethical/scientific advisor;</li> | <li>serve as an independent ethical/scientific advisor;</li> | ||
<li>offer occasional comments or short | <li>offer occasional comments or short evaluations (asynchronous; no meetings required);</li> | ||
<li>have your name publicly listed as a MESB member.</li> | <li>have your name publicly listed as a MESB member.</li> | ||
</ul> | </ul> | ||
<p style="font-size:0. | <p style="font-size:0.9em; color:#666;"> | ||
No operational | No operational duties, no administrative responsibilities, no workload beyond brief evaluations. | ||
</p> | </p> | ||
</div> | </div> | ||
| Riga 44: | Riga 44: | ||
<p style="color:#5c3b3b; line-height:1.6;"> | <p style="color:#5c3b3b; line-height:1.6;"> | ||
Declining simply means that, at this time, you prefer not to participate in the MESB. | Declining simply means that, at this time, you prefer not to participate in the MESB. | ||
Your decision will be fully respected and will not affect your relationship with | Your decision will be fully respected and will not affect your relationship with Masticationpedia. | ||
</p> | </p> | ||
<p style="font-size:0. | <p style="font-size:0.9em; color:#7a4a4a;"> | ||
You may optionally write a short polite sentence after clicking DECLINE. | |||
</p> | </p> | ||
</div> | </div> | ||
<!-- DECISION PANEL --> | <!-- DECISION PANEL --> | ||
<div style="margin-top: | <div style="margin-top:28px; padding:24px 20px; background:#eef5ff; border-radius:14px; border:1px solid #cfdaf3;"> | ||
<div style="font-weight:600; color:#223347; margin-bottom: | <div style="font-weight:600; color:#223347; margin-bottom:16px; font-size:1.15em;"> | ||
Please select your decision: | Please select your decision: | ||
</div> | </div> | ||
<!-- ACCEPT BUTTON --> | |||
<button id="mesb-accept-btn" | |||
style="background:#2e7d32; color:white; padding:12px 28px; border:none; | |||
border-radius:10px; cursor:pointer; font-size:1.05em; margin-right:12px;"> | |||
✔️ I ACCEPT | |||
</button> | |||
< | <!-- DECLINE BUTTON --> | ||
<button id="mesb- | <button id="mesb-decline-btn" | ||
style="background:# | style="background:#c62828; color:white; padding:12px 28px; border:none; | ||
border-radius:10px; cursor:pointer; font-size:1.05em | border-radius:10px; cursor:pointer; font-size:1.05em;"> | ||
❌ I DECLINE | |||
</button> | </button> | ||
< | <div id="mesb-status" style="margin-top:18px; font-size:1.05em; color:#1e3c2a;"></div> | ||
style=" | |||
</ | |||
</div> | </div> | ||
<div | <!-- LINKEDIN BUTTON --> | ||
<div style="text-align: center; padding: 2rem;"> | |||
<a href="https://www.linkedin.com/company/masticationpedia-network/?viewAsMember=true" | |||
target="_blank" | |||
style="display:inline-block; background-color:#0077b5; color:white; | |||
padding:1rem 2rem; border-radius:10px; text-decoration:none; | |||
font-size:1.15rem; font-weight:600;"> | |||
🔗 Contact us via LinkedIn<br> | |||
<span style="font-size:0.9rem; font-weight:400;"> | |||
Click <b>Message</b> to reach us directly | |||
</span> | |||
</a> | |||
</div> | </div> | ||
<!-- | <!-- JAVASCRIPT (funziona anche con Minerva) --> | ||
< | <script> | ||
document.addEventListener("DOMContentLoaded", function() { | |||
const status = document.getElementById("mesb-status"); | |||
function sendDecision(type) { | |||
status.innerHTML = "⏳ Submitting your response…"; | |||
fetch("/MESB/mesb_accept_api.php", { | |||
method: "POST", | |||
headers: {"Content-Type": "application/json"}, | |||
body: JSON.stringify({ decision: type }) | |||
}) | |||
.then(r => r.json()) | |||
.then(data => { | |||
status.innerHTML = "✅ " + data.message; | |||
}) | |||
.catch(() => { | |||
status.innerHTML = "❌ Error submitting your response."; | |||
}); | |||
} | |||
document.getElementById("mesb-accept-btn").onclick = () => sendDecision("ACCEPT"); | |||
document.getElementById("mesb-decline-btn").onclick = () => sendDecision("DECLINE"); | |||
}); | |||
</script> | |||
</div> | </div> | ||
Versione delle 19:59, 25 nov 2025
MESB Membership Confirmation
You have been invited to join the Masticationpedia Ethical and Scientific Board (MESB), the independent body responsible for ethics, scientific integrity, and AI/data governance across the Masticationpedia project.
Before confirming your participation, please read carefully the meaning of your choice.
What ACCEPT means
By accepting, you agree to:
- serve as an independent ethical/scientific advisor;
- offer occasional comments or short evaluations (asynchronous; no meetings required);
- have your name publicly listed as a MESB member.
No operational duties, no administrative responsibilities, no workload beyond brief evaluations.
What DECLINE means
Declining simply means that, at this time, you prefer not to participate in the MESB. Your decision will be fully respected and will not affect your relationship with Masticationpedia.
You may optionally write a short polite sentence after clicking DECLINE.
Please select your decision:
<button id="mesb-accept-btn"
style="background:#2e7d32; color:white; padding:12px 28px; border:none;
border-radius:10px; cursor:pointer; font-size:1.05em; margin-right:12px;">
✔️ I ACCEPT
</button>
<button id="mesb-decline-btn"
style="background:#c62828; color:white; padding:12px 28px; border:none;
border-radius:10px; cursor:pointer; font-size:1.05em;">
❌ I DECLINE
</button>
<a href="https://www.linkedin.com/company/masticationpedia-network/?viewAsMember=true" target="_blank" style="display:inline-block; background-color:#0077b5; color:white; padding:1rem 2rem; border-radius:10px; text-decoration:none; font-size:1.15rem; font-weight:600;"> 🔗 Contact us via LinkedIn
Click Message to reach us directly </a>
<script> document.addEventListener("DOMContentLoaded", function() {
const status = document.getElementById("mesb-status");
function sendDecision(type) {
status.innerHTML = "⏳ Submitting your response…";
fetch("/MESB/mesb_accept_api.php", {
method: "POST",
headers: {"Content-Type": "application/json"},
body: JSON.stringify({ decision: type })
})
.then(r => r.json())
.then(data => {
status.innerHTML = "✅ " + data.message;
})
.catch(() => {
status.innerHTML = "❌ Error submitting your response.";
});
}
document.getElementById("mesb-accept-btn").onclick = () => sendDecision("ACCEPT");
document.getElementById("mesb-decline-btn").onclick = () => sendDecision("DECLINE");
}); </script>