Find all the information about our community and projects at https://galaxy-carpentries.github.io/gallantries/.
First and foremost, Welcome! 🎉 Willkommen! 🎊 Bienvenue! 🎈🎈🎈
This document (the README file) is a hub to give you some information about the project. Jump straight to one of the sections below, or just scroll down to find out more.
We are working with life sciences training communities to adapt and deliver existing training materials for High Throughput Sequencing (HTS) data analysis skills needed in genomics research.
We think that knowledge transfer from different domains is crucial for this project hence Street Science Community consists of people with different expertise and skills. Computational- and molecular biology researchers as well as Bioinformaticians and we are all dealing with life-science problems on a daily basis, but from different angles.
You! In whatever way you can help.
We need expertise in fundraising, science, education, communication, interaction with the public. We'd love your feedback along the way, and of course.
If you think you can help in any of the areas listed above (and we bet you can) or in any of the many areas that we haven't yet thought of (and here we're sure you can) then please check out our contributors' guidelines and our roadmap.
Please note that it's very important to us that we maintain a positive and supportive environment for everyone who wants to participate. When you join us we ask that you follow our code of conduct in all interactions both on and offline.
You need a ruby
environment (version >= 2.4). Either you have it installed and
you know how to install Bundler and
Jekyll and then run Jekyll, or you use
(mini-)conda, a package management system
that can install all these tools for you. You can install it by following the
instructions on this page: https://conda.io/docs/user-guide/install/index.html
In the sequel, we assume you use miniconda.
-
Open a terminal
-
Clone this GitHub repository:
git clone https://github.com/galaxy-carpentries/gallantries.git
-
Navigate to the
gallantries/
folder withcd
-
Set up the conda environment:
make create-env
-
Install the project's dependencies:
make install
-
Start the website:
make serve
-
Open the website in your favorite browser at: http://127.0.0.1:4000/
To create a new blog post:
-
Create a file in the folder
_posts
with a file named following the patternyyyy-mm-dd-name.md
-
Add some metadata on the top of the file
--- layout: post title: <title of the post> author: <github id of the author> image: assets/images/yyyy-mm-dd-name.jpg ---
-
Add content of the post in the file in Markdown
-
Add images in
assets/images/posts/
To create a new blog post:
-
Create a file in the folder
_posts
with a file named following the patternyyyy-mm-dd-name.md
(with the current date) -
Add some metadata on the top of the file
--- layout: event title: <title of the event> starts: yyyy-mm-dd ends: yyyy-mm-dd location: city: <city> country: <country> ---
-
Add content of the event in the file in Markdown
-
(Optional) Add images in
assets/images/events/