diff --git a/src/components/Header.js b/src/components/Header.js index d7ac1a8..c8ae3be 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -10,10 +10,10 @@ export const Header = () => { path: "/", display: "HOME" }, - // { - // path: "/about", - // display: "ABOUT" - // }, + { + path: "/about", + display: "ABOUT" + }, // { // path: "/winning-papers", // display: "WINNING PAPERS" diff --git a/src/data/experts.yml b/src/data/experts.yml new file mode 100644 index 0000000..3fba453 --- /dev/null +++ b/src/data/experts.yml @@ -0,0 +1,33 @@ +--- + + - title: Ralph Edwards, Mechanical Engineer, PhD + bio: A significant improvement on the accuracy of differential privacy training on standard image classification benchmarks. + linkedin: https://www.linkedin.com + + - title: Cody Fisher + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – + linkedin: https://www.linkedin.com + + - title: Cody Fisher, PhD + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – + linkedin: https://www.linkedin.com + + - title: Darrell Steward, PhD + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – Design, a program that teaches medical students to solve healthcare challenges using design thinking methodology. + linkedin: https://www.linkedin.com + + - title: Darrell Steward, MD, MPP + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – Design, a program that teaches medical students to solve healthcare challenges using design thinking methodology. + linkedin: https://www.linkedin.com + + - title: Cody Fisher, MD, MPP. + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – + linkedin: https://www.linkedin.com + + - title: Cody Fisher, PhD + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – + linkedin: https://www.linkedin.com + + - title: Darrell Steward, PhD + bio: Associate Professor of Emergency Medicine and the Associate Dean for Co-Curricular Programs at Sidney Kimmel Medical College at Thomas Jefferson University. Ku directs the College within a College – Design, a program that teaches medical students to solve healthcare challenges using design thinking methodology. + linkedin: https://www.linkedin.com diff --git a/src/screens/AboutScreen.jsx b/src/screens/AboutScreen.jsx index 913b4c8..dee3d67 100644 --- a/src/screens/AboutScreen.jsx +++ b/src/screens/AboutScreen.jsx @@ -1,10 +1,107 @@ -import React from "react"; +import React, { useState, useEffect } from "react"; +import yaml from "js-yaml"; + +import voterfraud from "../assets/voter-fraud.png"; +import rightArrow from "../assets/right-arrow.png"; + +import expertsData from "../data/experts.yml"; export const AboutScreen = () => { + const [experts, setExperts] = React.useState([]); + + useEffect(() => { + fetch(expertsData) + .then((expertsResponse) => { return expertsResponse.text() }) + .then((expertsText) => { + setExperts(yaml.load(expertsText)); + }); + }, []); + + const renderExpert = (expertData) => { + return ( +
+ ) + } return (About ... coming soon!
+ +We believe in promoting healthier and longer lifespan for all humans.
+The Amaranth Prize rewards people who spend their precious time pushing this field. Our retrospective approach gives researchers the freedom to pursue important work and reward the research that influence them.
+SELECTION PROCESS
+We choose a topic within the field and convene a panel of experts to select and award outstanding work published in recent years.
+1
+Expert selection
+Once we had selected the topic - “Brain aging exclusive of Alzheimer's disease" - we then convened a panel of 100 experts from this field to choose which contributions were most deserving.
+2
+Expanding the queries
+Beyond the contributions they knew from memory, we added works that fit the following query criteria on Semantic Scholar and Google Scholar: Query a, Query b, and Query c.
+3
+Filtering the pool
+This yielded a total of 1000 contributions. We convened a smaller panel to pick the final selections. Their instructions were to focus on results or impact, reward the prize non-uniformly, and lean into both unanimous and polarizing works. From this process, we found our 30 contributions.
+AWARDING THE PRIZE
+We leverage the Research Portfolio platform to distribute awards, creating a simple, on-chain record of prizes and influences.
+Claiming process
+Researchers will mint their research using their unique technology on Research Portfolio. Afterwards they can claim their prize by simply connecting their wallets to Amaranth Prize website.
+Influencing Papers
+We enable each prize wining team to acknowledge and reward the influential papers and work that has provided a foundation for their winning research efforts.
+THE EXPERTS
+This is a list of our generous experts giving their time to choose the most impactful research in longevity this year.
+More experts will be added to the panel
+