From 39827d7220ec85e4745e273f704adf90e5f14900 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 14 Aug 2024 09:25:27 -0400 Subject: [PATCH 01/13] update project content for starlight section --- src/content/sections/star-showcase.yaml | 68 ++++++++++++++----------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/src/content/sections/star-showcase.yaml b/src/content/sections/star-showcase.yaml index 5d0f7ff..1e8f809 100644 --- a/src/content/sections/star-showcase.yaml +++ b/src/content/sections/star-showcase.yaml @@ -1,40 +1,46 @@ section_id: star-showcase title: Projects in the STARlight students: - - student_name: Rio + - student_name: Shivani K. title: STAR Intern - semester: Spring 2023 - project_description: HEAL Publications Analysis - project_link_text: 'View Rio’s STAR Talk presentation' - project_link: https://drive.google.com/file/d/1HVsiv1XNZp0bGwVNfLhJeNbYc0iPdi5C/view?usp=sharing - - student_name: Kylie + semester: Spring 2024 + project_description: Improving Registration for Data Matters + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1mXVf8sleVPto_NNk1EQBJrGNCtW0hn4Q/view?usp=drive_link + - student_name: Abel L. title: STAR Intern - semester: Fall 2023 - project_description: Digital Curation - project_link_text: 'View Kylie’s STAR Talk paper' - project_link: https://docs.google.com/document/d/1o89j0olyAqJbdMCzUs9YLKAMZf4beGdo/edit?usp=sharing&ouid=106015245864437093171&rtpof=true&sd=true - - student_name: Kieran, Ethan, and Anoop + semester: "Fall 2023 - Spring 2024" + project_description: A Portal for RENCI's Infrastructure Inventory + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1Oip5bh5pMMR05P_-wJZ8vfDzoIlhLumI/view?usp=drive_link + - student_name: Kenzie N. + title: STAR Intern + semester: "Spring 2024 - Fall 2024" + project_description: "Strategizing ACIS IT Service Delivery" + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1SyRf4ab7nXTfUz8jEZIIGLLfSlXDEg7m/view?usp=drive_link + - student_name: Nathan K. + title: STAR Intern + semester: "Summer 2024 - Fall 2024" + project_description: Organizing RENCI's Google Drives + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1FfHpvTwZQ6xEqUticFgban5WB-Vlro83/view?usp=drive_link + - student_name: Aadil, Aakesh, Dikshita, Olivia title: STAR Ventures Participants - semester: Summer 23 - project_description: 'Addressing the Opioid Crisis: The Solution to Over-Prescribing' - project_link_text: 'View their STAR Ventures presentation' - project_link: https://drive.google.com/file/d/1usViQQVO-lIPk6Qj2dothDt2n7MQph7X/view?usp=sharing - - student_name: Alok + semester: Summer 2024 + project_description: Measuring and Analyzing Air Quality + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1qbyHrKkV8PBoqbhqz_A3s5fNaJjd0NXF/view?usp=drive_link + - student_name: Jude S. title: STAR Intern - semester: Summer 2023 - project_description: UI application for echocardiogram image segmentation - project_link_text: 'View Alok’s STAR Talk presentation' - project_link: https://drive.google.com/file/d/1hyh53AEuV3HYgxS-1zwN4wzq8kYDQ3c9/view?usp=drive_link - - student_name: Ganning - title: iRODS Intern - semester: Summer 2023 - project_description: Zone Management Tool and NFSRODS - project_link_text: 'View Ganning’s TriRODS presentation' - project_link: https://youtu.be/Q0tSk0LExIk - - student_name: Jude + semester: "Summer 2023 - Summer 2024" + project_description: Programmatically Building & Storing Docker Images in the Google Artifact Registry + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1MSoFcfeFFEmOWkuBNrKITJFqgkI4O0AW/view?usp=drive_link + - student_name: Brenna H. title: STAR Intern - semester: Summer 2023 - project_description: Making multidimensional time series data more accessible with Python - project_link_text: 'View Jude’s STAR Talk presentation' - project_link: https://drive.google.com/file/d/1bBuSXnKxPXCirGRQPrTKBsOLm15r5jvA/view?usp=drive_link + semester: "Summer 2023 - Fall 2024" + project_description: Analyzing Rare Pulmonary Disease Data with ICEES + project_link_text: "View STAR Talk Presentation" + project_link: https://drive.google.com/file/d/1Qx1eF6qLL6O6-QXFGt6yOekNyJy-6vRc/view?usp=drive_link From f9d16fa227db5aea2debfe1c65cf7c747f8b65e3 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 14 Aug 2024 09:28:51 -0400 Subject: [PATCH 02/13] update layout for project spotlight cards and carousel --- src/components/carousel.js | 8 ++-- src/components/student-slide.js | 72 +++++++++++++-------------------- 2 files changed, 33 insertions(+), 47 deletions(-) diff --git a/src/components/carousel.js b/src/components/carousel.js index 61c6345..31dc4db 100644 --- a/src/components/carousel.js +++ b/src/components/carousel.js @@ -16,16 +16,16 @@ export const Carousel = ({students}) => { keyboard={{ enabled: true, }} - // navigation={{ - // enabled: true, - // }} + navigation={{ + enabled: true, + }} pagination={{ clickable: true, }} grabCursor={true} slidesPerView={2} centeredSlides={true} - spaceBetween={60} + spaceBetween={80} loop={true} > { diff --git a/src/components/student-slide.js b/src/components/student-slide.js index d4d473b..49097e2 100644 --- a/src/components/student-slide.js +++ b/src/components/student-slide.js @@ -6,6 +6,7 @@ import { Button } from './button' export const StudentSlide = ({student}) => { const { student_name, + semester, title, project_description, project_link_text, @@ -15,10 +16,8 @@ export const StudentSlide = ({student}) => { @@ -27,33 +26,25 @@ export const StudentSlide = ({student}) => { flexDirection: 'column', justifyContent: 'center' }}> - - {student_name} + {project_description} - - - {title} + {student_name} - - {project_description} + > + {title}, {semester} + - - - ) -} From e1f0051fc625f3948854bc25249a1f0c41ed491e Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 14 Aug 2024 16:57:19 -0400 Subject: [PATCH 10/13] remove mobile carousel and mobile student slide --- src/components/carousel.js | 30 +----------------------- src/components/sections/star-showcase.js | 6 ++--- 2 files changed, 3 insertions(+), 33 deletions(-) diff --git a/src/components/carousel.js b/src/components/carousel.js index 91c025f..e645a68 100644 --- a/src/components/carousel.js +++ b/src/components/carousel.js @@ -6,7 +6,7 @@ import 'swiper/css/pagination'; import 'swiper/css/navigation'; import { Keyboard, Navigation, Pagination } from 'swiper/modules'; -import { StudentSlide, MobileSlide } from './student-slide' +import { StudentSlide } from './student-slide' export const Carousel = ({students}) => { @@ -41,31 +41,3 @@ export const Carousel = ({students}) => { ); } - -export const MobileCarousel = ({students}) => { - - return ( - - { - students.map((student) => ( - - - - )) - } - - ) -} \ No newline at end of file diff --git a/src/components/sections/star-showcase.js b/src/components/sections/star-showcase.js index 1f9f844..6678ae3 100644 --- a/src/components/sections/star-showcase.js +++ b/src/components/sections/star-showcase.js @@ -19,10 +19,8 @@ export const StarShowcase = ({ content }) => { my: 2, color: '#fff' }}>{content.title} - - { - isCompact ? : - } + + ) From 7a9e3b1556505e2c15755f55969d8b711db97900 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 14 Aug 2024 16:58:28 -0400 Subject: [PATCH 11/13] remove obsolete .github/workflows folder --- .github/workflows/deploy.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 6f2d406..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Build and Deploy -on: - push: - branches: - - main - -permissions: - contents: write -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: enriikke/gatsby-gh-pages-action@v2 - with: - deploy-branch: gh-pages From 94701abb2c2ff15f60554d5ddc86c988be57773d Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Wed, 14 Aug 2024 17:17:32 -0400 Subject: [PATCH 12/13] update language for star ventures dates --- src/content/sections/programs-overview.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/sections/programs-overview.yaml b/src/content/sections/programs-overview.yaml index 8f9ddc1..feadc8e 100644 --- a/src/content/sections/programs-overview.yaml +++ b/src/content/sections/programs-overview.yaml @@ -55,8 +55,8 @@ starVenturesContent: - heading: "Dates" contentType: "ul" content: - - title: "This year’s program will run from July 15 - August 2, 2024." - - title: "Registration is open from mid-April until spots are filled." + - title: "This program runs for 3 weeks during the summer. Check back later for Summer 2025 dates." + - title: "Registration will open in early 2025. Check back for registration deadlines and link." - heading: "Requirements" contentType: "ul" content: From 8f7b50781452a2df2c86d6d3c66be35d10fd9efb Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Wed, 14 Aug 2024 23:43:15 -0400 Subject: [PATCH 13/13] remove unused vars --- src/components/sections/star-showcase.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/sections/star-showcase.js b/src/components/sections/star-showcase.js index 6678ae3..3f1c9c2 100644 --- a/src/components/sections/star-showcase.js +++ b/src/components/sections/star-showcase.js @@ -1,11 +1,8 @@ import React from 'react' -import { Carousel, MobileCarousel } from '../carousel' +import { Carousel } from '../carousel' import { Sheet, Typography } from '@mui/joy' -import { useWindowWidth } from '../../hooks' export const StarShowcase = ({ content }) => { - const { isCompact } = useWindowWidth(); - return (