diff --git a/HCK24_2025_Janelia_NDRH/README.md b/HCK24_2025_Janelia_NDRH/README.md index 075b35145..af698c4b0 100644 --- a/HCK24_2025_Janelia_NDRH/README.md +++ b/HCK24_2025_Janelia_NDRH/README.md @@ -189,28 +189,25 @@ on how to install MatNWB, see ## Testimonials from NeuroDataReHack 2024 -This workshop was enlightening, and I'm excited to bring these tools back to my research group and my university! -- Miles Martinez, Duke University +> "This workshop was enlightening, and I'm excited to bring these tools back to my research group and my university!" +> +> — Miles Martinez, Duke University ----------- +> "The Hackathon was an incredible experience. I had the opportunity to get familiar with not only NWB but also the expanding NWB ecosystem. Additionally, the week was fantastic for connecting with others working on similar topics. I established potential collaborations and learned from people working on different topics as well." +> +> — Carolina Filipe, Champalimaud Foundation -The Hackathon was an incredible experience. I had the opportunity to get familiar with not only NWB but also the expanding NWB ecosystem. Additionally, the week was fantastic for connecting with others working on similar topics. I established potential collaborations and learned from people working on different topics as well. -- Carolina Filipe, Champalimaud Foundation +> "NeuroDataReHack 2024 is a inspiring tour to the ecosystem that the NWB and DANDI has supported, including a set of useful tools, datasets, and example notebook to hand on. Great opportunities to meet the organizers that make those things happen, and to connect with other researchers interested in dataset reuse." +> +> — Xinyue Ma, McGill University ----------- +> "The sessions on the DANDI archive and NWB format and accessible analysis tools were extremely helpful and made the tools fairly easy to use considering how powerful they are. The organizers and presenters did a great job breaking down complex topics and were really approachable and helpful throughout. Plus, getting to meet people from all over with similar interests was great. Big thanks to everyone who put this together – it was educational and fun." +> +> — Keith Van Antwerp, Georgia Tech -NeuroDataReHack 2024 is a inspiring tour to the ecosystem that the NWB and DANDI has supported, including a set of useful tools, datasets, and example notebook to hand on. Great opportunities to meet the organizers that make those things happen, and to connect with other researchers interested in dataset reuse. -- Xinyue Ma, McGill University - ----------- - -The sessions on the DANDI archive and NWB format and accessible analysis tools were extremely helpful and made the tools fairly easy to use considering how powerful they are. The organizers and presenters did a great job breaking down complex topics and were really approachable and helpful throughout. Plus, getting to meet people from all over with similar interests was great. Big thanks to everyone who put this together – it was educational and fun. -- Keith Van Antwerp, Georgia Tech - ----------- - -NeuroDataReHack was a transformative experience. I left the hackathon inspired, equipped with new skills, and excited about the future of neuroscience. I highly recommend checking out the DANDI Archive, Neurodata Without Borders, and training opportunities like NeuroDataReHack for anyone looking to enhance the quality of their own research, promote the open exchange of neurodata, and contribute to the global success of neuroscience research. -- Megan Parsons, Neuroengineer +> "NeuroDataReHack was a transformative experience. I left the hackathon inspired, equipped with new skills, and excited about the future of neuroscience. I highly recommend checking out the DANDI Archive, Neurodata Without Borders, and training opportunities like NeuroDataReHack for anyone looking to enhance the quality of their own research, promote the open exchange of neurodata, and contribute to the global success of neuroscience research." +> +> — Megan Parsons, Neuroengineer [//]: # (## Schedule) diff --git a/assets/css/style.scss b/assets/css/style.scss index f1c2b6124..d7f6ba7d6 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -7,3 +7,36 @@ .github-fork-ribbon:before { background-color: lightgray; }; + +.main-content { + blockquote { + margin: 2.5rem 0; + padding: 1.75rem; + background: #ffffff; + border-left: 4px solid #0366d6; + border-radius: 4px; + box-shadow: 0 1px 3px rgba(0,0,0,0.1); + color: #24292e; + + p { + margin: 0; + font-style: italic; + line-height: 1.6; + color: #444d56; + font-size: 1.05em; + + &:last-of-type { + margin-top: 1rem; + color: #586069; + font-style: normal; + font-size: 0.9em; + text-align: right; + + &::before { + content: "— "; + color: #0366d6; + } + } + } + } +}