Skip to content

Commit

Permalink
chore: update full stack dev to software developer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJSully committed Feb 16, 2024
1 parent 583e659 commit f0dc30c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
24 changes: 15 additions & 9 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Metadata } from 'next';

const metadataValues = {
description:
"Alexander Sullivan's Portfolio & Showcase | Full Stack Developer & Bioinformatician - Explore my featured projects, publications and social media links.",
"Alexander Sullivan's Portfolio & Showcase | Software Developer & Bioinformatician - Explore my featured projects, publications and social media links.",
name: 'Alexander Joo-Hyun Sullivan',
title: "Alexander Sullivan's Portfolio & Showcase",
url: 'https://alexjsully.me/',
Expand Down Expand Up @@ -101,16 +101,22 @@ export default function RootLayout({ children }: { children: React.ReactNode })
image: 'https://pbs.twimg.com/profile_images/1443997899378069526/p4e_Vx1Z_400x400.jpg',
sameAs: [
'https://alexjsully.me/',
'https://www.linkedin.com/in/alexanderjsullivan/',
'https://twitter.com/AlexJSully',
'https://github.com/alexjsully',
'https://app.masterpiecex.com/user/alexjsully',
'https://bsky.app/profile/alexjsully.bsky.social',
'https://github.com/AlexJSully',
'https://gitlab.com/asully',
'https://orcid.org/0000-0002-4463-4473',
'https://scholar.google.ca/citations?user=1nr3eaAAAAAJ&hl=en',
'https://twitter.com/alexjsully',
'https://www.instagram.com/alex.j.sullly/',
'https://www.linkedin.com/in/alexanderjsullivan/',
'https://www.threads.net/@alex.j.sullly',
'https://www.twitch.tv/alexjsully',
],
jobTitle: 'Full Stack Developer',
jobTitle: 'Software Developer',
worksFor: {
'@type': 'Organization',
name: 'Masterpiece Studio',
name: 'Verily',
},
gender: 'male',
address: {
Expand All @@ -132,15 +138,15 @@ export default function RootLayout({ children }: { children: React.ReactNode })
name: 'What projects have Alexander Sullivan worked on?',
acceptedAnswer: {
'@type': 'Answer',
text: 'Currently working as a Full Stack Developer at Masterpiece Studio. Notable previous projects include: Impact Depth - a tool to visualize citation impact of a scientific publication of interest, GAIA - a web app to aggregate and synthesis agricultural biological data into a single location & eFP-Seq Browser - an RNA-Seq data exploration tool that shows read map coverage of a gene along with a coloured eFP image (doi.org/10.1111/tpj.14468)',
text: 'Worked as a Software Developer at Verily. Notable previous projects include: Masterpiece X & Masterpiece X - Generate with Masterpiece Studio, Impact Depth - a tool to visualize citation impact of a scientific publication of interest, GAIA - a web app to aggregate and synthesis agricultural biological data into a single location & eFP-Seq Browser - an RNA-Seq data exploration tool that shows read map coverage of a gene along with a coloured eFP image (doi.org/10.1111/tpj.14468)',
},
},
{
'@type': 'Question',
name: 'What is Alexander Sullivan currently working on?',
acceptedAnswer: {
'@type': 'Answer',
text: 'Currently working as a Full Stack Developer at Masterpiece Studio. Additional projects include: Impact Depth - a tool to visualize citation impact of a scientific publication of interest, and improving accessibility and performance of GAIA & the eFP-Seq Browser',
text: 'Worked as a Software Developer at Verily. Additional previous projects include: Masterpiece X & Masterpiece X - Generate with Masterpiece Studio, Impact Depth - a tool to visualize citation impact of a scientific publication of interest, and improving accessibility and performance of GAIA & the eFP-Seq Browser',
},
},
{
Expand All @@ -156,7 +162,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
name: 'What is the current employment status of Alexander Sullivan?',
acceptedAnswer: {
'@type': 'Answer',
text: 'Currently working for Masterpiece Studio as a Full Stack Developer.',
text: 'Currently working with Verily as a Software Developer.',
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function Banner() {
textShadow: '1px 2px 3px #000',
}}
>
Full Stack Developer & Bioinformatician
Software Developer & Bioinformatician
</Typography>
</Box>
);
Expand Down
9 changes: 8 additions & 1 deletion src/data/keywords.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Keywords for SEO and other purposes. */
const seoKeywords = [
'3d models',
'3d-models',
'a-thaliana',
'agent',
'agricultural',
Expand Down Expand Up @@ -78,6 +78,8 @@ const seoKeywords = [
'google-cloud',
'grading',
'grna-sequence',
'health',
'health-science',
'html',
'id',
'igem',
Expand All @@ -102,6 +104,7 @@ const seoKeywords = [
'laboratory-researcher',
'lead',
'library',
'life-science',
'mai',
'mai-tutor',
'mapping',
Expand All @@ -121,6 +124,8 @@ const seoKeywords = [
'nlp',
'office',
'pedagogy',
'personalized-health',
'personalized-medicine',
'php',
'plant',
'portfolio',
Expand Down Expand Up @@ -151,6 +156,8 @@ const seoKeywords = [
'showcase',
'small',
'small-dev-talk',
'software',
'software-developer',
'splicing',
'sql',
'stack',
Expand Down

0 comments on commit f0dc30c

Please sign in to comment.