Skip to content

Commit

Permalink
feat(2024): add Sebastian from UNSW
Browse files Browse the repository at this point in the history
  • Loading branch information
3bobchen committed Oct 25, 2024
1 parent a1a44f8 commit 2ae3b48
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/Speakers/UNSWSeb24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const UNSWSeb = () => {
return (
<>
<p>
Sebastian Sequoiah-Grayson is a Senior Lecturer in Epistemics at the
School of Computer Science and Engineering at the University of New
South Wales. His work covers issues in applied matters for the ethics of
technology and artificial intelligence, and also abstract mathematical
matters in substructural epistemic logics and epistemics broadly.
</p>
</>
);
};

export default UNSWSeb;
7 changes: 7 additions & 0 deletions public/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Placeholder from "../components/Speakers/Placeholder";
import Apple24 from "../components/Speakers/Apple24";
import Google from "../components/Speakers/Google24";
import TikTok from "../components/Speakers/TikTok24";
import UNSWSeb from "../components/Speakers/UNSWSeb24";

export const siteData: {
[k: string]: {
Expand Down Expand Up @@ -84,6 +85,12 @@ export const siteData: {
video: null,
image: "./images/2024/james.jpeg",
},
"Sebastian Sequoiah-Grayson": {
speakerName: "UNSW",
text: <UNSWSeb />,
video: null,
image: "./images/2024/sebastian.jpg",
},
"More speakers": {
speakerName: "To be announced",
text: <Placeholder />,
Expand Down
Binary file added public/images/2024/sebastian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ae3b48

Please sign in to comment.