Skip to content

Commit

Permalink
Merge pull request #728 from PolicyEngine/MaxGhenis/issue726
Browse files Browse the repository at this point in the history
Update Max/Nikhil bios and Max headshot
  • Loading branch information
MaxGhenis authored Sep 29, 2023
2 parents 0884d94 + ddf4cf7 commit 777d503
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
Binary file removed src/images/authors/max-ghenis.jpg
Binary file not shown.
Binary file added src/images/authors/max-ghenis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions src/pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Row, Col } from "react-bootstrap";
import { Container } from "react-bootstrap";
import useMobile from "../layout/Responsive";

import MaxGhenis from "../images/authors/max-ghenis.jpg";
import MaxGhenis from "../images/authors/max-ghenis.png";
import NikhilWoodruff from "../images/authors/nikhil-woodruff.jpg";

export default function AboutPage() {
Expand All @@ -11,12 +11,12 @@ export default function AboutPage() {
const nikhilBio = (
<Col xs={12} md={8} style={{ display: "flex", alignItems: "center" }}>
<p>
<b>Nikhil Woodruff</b> is the co-founder and CTO of PolicyEngine. He is
also the UK Research Director at the UBI Center, a think tank
researching universal basic income policies, and was previously a data
scientist at Caspian, where he worked in improving anti-money laundering
investigations. Nikhil has a bachelor&apos;s degree in Computer Science
from the University of Durham.
<b>Nikhil Woodruff</b> is the co-founder and CTO of PolicyEngine. He
previously worked at the UBI Center, a think tank researching universal
basic income policies, and as a data scientist at Caspian, contributing
to improvements in anti-money laundering investigations. Nikhil earned a
bachelor&apos;s degree in Computer Science from the University of
Durham.
</p>
</Col>
);
Expand Down Expand Up @@ -74,12 +74,12 @@ export default function AboutPage() {
</Col>
<Col xs={12} md={8} style={{ display: "flex", alignItems: "center" }}>
<p>
<b>Max Ghenis</b> is the co-founder and CEO of PolicyEngine. He is
also the founder and president of the UBI Center, a think tank
researching universal basic income policies, and was previously a
data scientist at Google. Max has a master&apos;s degree in Data,
Economics, and Development Policy from MIT and a bachelor&apos;s
degree in operations research from UC Berkeley.
<b>Max Ghenis</b> is the co-founder and CEO of PolicyEngine. He
previously founded the UBI Center, a think tank researching
universal basic income policies, and worked as a data scientist at
Google. Max has a bachelor&apos;s degree in Operations Research
and Management Science from UC Berkeley, and a master&apos;s
degree in Data, Economics, and Development Policy from MIT.
</p>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/posts/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"twitter": "https://twitter.com/maxghenis",
"github": "https://github.com/MaxGhenis",
"linkedin": "https://www.linkedin.com/in/maxghenis/",
"headshot": "max-ghenis.jpg",
"headshot": "max-ghenis.png",
"bio": "Max is PolicyEngine's co-founder and CEO."
},
"kevin-foster": {
Expand Down

0 comments on commit 777d503

Please sign in to comment.