Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Css styling #335

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 15 additions & 18 deletions HCK24_2025_Janelia_NDRH/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
33 changes: 33 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
}
Loading