Skip to content

Commit f396eb5

Browse files
authored
Merge pull request #37 from sdhutchins/master
Add new hackathons and sitemap
2 parents 862103d + 423c45e commit f396eb5

10 files changed

Lines changed: 80 additions & 41 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@
55
.Ruserdata
66
_site/*
77
*cache
8+
9+
# Jekyll specific
10+
.jekyll-cache/
11+
.jekyll-metadata
12+
.sass-cache/
13+
vendor/
14+
.bundle/
15+
Gemfile.lock
16+
*.gem

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll"
4+
gem "webrick" # Required for Ruby >= 3.0
5+
6+
# If you have any Jekyll plugins, add them here
7+
gem "jekyll-sitemap"

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ title: "biohackathons"
33
# Use a Google Font
44
font: "Public Sans" # Can also be 'Ubuntu', 'Public Sans', 'Source Sans Pro', or 'Oswald'
55

6+
plugins:
7+
- jekyll-sitemap

_data/upcoming_hackathons.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,19 @@
88
link: https://www.open-bio.org/events/bosc-2025/ismb-collaborationfest-2025/
99
community:
1010

11-
- date: "September 8-12, 2025"
12-
loc: "NCBI Comparative Genomics Codeathon: Advancing human health through collaborative discovery"
13-
link: https://ncbiinsights.ncbi.nlm.nih.gov/event/2025cgcodeathon/
11+
- date: "August 14-15, 2025"
12+
loc: "Cell Maps for AI CodeFest"
13+
link: https://www.uab.edu/medicine/informatics/news-events/events/cm4ai-codefest-at-uab
14+
community:
15+
16+
- date: "August 27-29, 2025"
17+
loc: "SV Hackathon 2025"
18+
link: https://fritzsedlazeck.github.io/blog/2025/hackathon-2025/
19+
community:
20+
21+
- date: "September 29 - October 1, 2025"
22+
loc: "St. Jude KIDS25 (Knowledge in Data Science) BioHackathon"
23+
link: https://www.stjude.org/research/why-st-jude/biohackathon.html
1424
community:
1525

1626
- date: "October 1-3, 2025"
@@ -22,3 +32,8 @@
2232
loc: "Open Targets Hackathon"
2333
link: https://www.opentargets.org/hackathon
2434
community:
35+
36+
- date: "November 3-7, 2025"
37+
loc: "BioHackathon Europe"
38+
link: https://biohackathon-europe.org/
39+
community:

_includes/head.html

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
<head>
2-
<meta charset="UTF-8">
3-
<meta content="width=device-width, initial-scale=1.0" name="viewport">
4-
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
5-
<link href="/css/bootstrap.min.css" rel="stylesheet">
6-
<link href="/css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
7-
<link href="/css/custom.css" rel="stylesheet">
8-
<link href="https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro|Ubuntu|Public+Sans" rel="stylesheet">
9-
<script src="/js/jquery.js"></script>
10-
<script src="/js/bootstrap.min.js"></script>
11-
<title>{{ site.title }}
12-
{% if page.title %}
13-
-
14-
{{ page.title }}
15-
{% endif %}
16-
</title>
17-
<style>
18-
body, html, div, p, a, h1, h2, h3, h4, h5, h6, footer, form {
19-
font-family: "{{ site.font }}", sans-serif;
20-
}
2+
<meta charset="UTF-8">
3+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
4+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
5+
6+
<!-- SEO enhancements -->
7+
<meta name="description" content="Bringing people together to build tools or perform advanced bioinformatics analysis.">
8+
<meta name="robots" content="index, follow">
9+
10+
<link href="/css/bootstrap.min.css" rel="stylesheet">
11+
<link href="/css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
12+
<link href="/css/custom.css" rel="stylesheet">
13+
14+
<link href="https://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro|Ubuntu|Public+Sans" rel="stylesheet">
15+
<script src="/js/jquery.js"></script>
16+
<script src="/js/bootstrap.min.js"></script>
17+
<title>{{ site.title }}
18+
{% if page.title %}
19+
-
20+
{{ page.title }}
21+
{% endif %}
22+
</title>
23+
<style>
24+
body, html, div, p, a, h1, h2, h3, h4, h5, h6, footer, form {
25+
font-family: "{{ site.font }}", sans-serif;
26+
}
2127
</style>
2228
</head>

css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,9 @@ h6 {
389389
.navbar-inverse .navbar-toggle:hover {
390390
background-color: #225077;
391391
border-color: #020029;
392+
}
393+
394+
body {
395+
font-size: 16px;
396+
line-height: 1.5;
392397
}

pages/About.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ permalink: /About.html
55
---
66
# About
77

8-
###### See the bottom of this page for hackathon styles employed in the Biological/Biomedical Data Science Space.
8+
See the bottom of this page for hackathon styles employed in the Biological/Biomedical Data Science Space.
99

1010
## Goal
1111

12-
###### Bringing people together to build tools to or perform advanced bioinformatics analysis.
12+
Bringing people together to build tools to or perform advanced bioinformatics analysis.
1313

1414
## Products
1515

16-
###### Some pipelines and other scripts, software and programs generated in the events will be added to public GitHub repositories designed for that purpose.
16+
- Some pipelines and other scripts, software and programs generated in the events will be added to public GitHub repositories designed for that purpose.
1717

18-
###### A manuscript outlining the design and usage of the software tools constructed by each team may be submitted to an appropriate journal, such as the F1000Research Hackathons channel.
18+
- A manuscript outlining the design and usage of the software tools constructed by each team may be submitted to an appropriate journal, such as the F1000Research Hackathons channel.
1919

2020
## Notes
2121

22-
###### Typically, participants will need to bring their own laptop to these programs.
22+
Typically, participants will need to bring their own laptop to these programs.
2323

2424
## Hackathon styles employed by various institutions
2525

pages/Contact.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Contact
44
permalink: /Contact.html
55
---
66

7-
# Contact
7+
# Contact Us
88

9-
##### [biohackathons@gmail.com](mailto:biohackathons@gmail.com)
10-
##### [ben.busby@gmail.com](mailto:ben.busby@gmail.com)
9+
For questions about biohackathons or to get involved, please reach out to [biohackathons@gmail.com](mailto:biohackathons@gmail.com) or [ben.busby@gmail.com](mailto:ben.busby@gmail.com).

pages/Help.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ permalink: /Help.html
66

77
# Help
88

9-
10-
##### For help with this page, please see the [about](/About.html) section of this website, or [contact Ben Busby](mailto:ben.busby@gmail.com).
11-
12-
##### For help with applying to particular hackathons, please contact the organizers of the individual events, listed on their webpages.
9+
- For general information, see our [About](/About.html) page.
10+
- For website issues, contact [ben.busby@gmail.com](mailto:ben.busby@gmail.com).
11+
- For specific hackathon questions, contact the event organizers listed on their respective pages.

pages/Resources.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ permalink: /Resources.html
66

77
# Resources
88

9-
##### <a href="http://biohackathon.org/">Link to Biohackathons Website</a>
10-
11-
##### <a href="https://tess.elixir-europe.org/search?utf8=%E2%9C%93&q=hackathon">Link to Hackathons on Elixir TESS</a>
12-
13-
##### <a href="https://github.com/NCBI-Hackathons">Link to main Github Repo for NCBI Hackathons</a>
14-
15-
##### <a href="https://f1000research.com/search?q=hackathons">Link to F1000 Research Hackathons Page</a>
9+
- [Biohackathons Website](http://biohackathon.org/)
10+
- [Hackathons on ELIXIR TESS](https://tess.elixir-europe.org/search?utf8=%E2%9C%93&q=hackathon)
11+
- [NCBI Hackathons GitHub](https://github.com/NCBI-Hackathons)
12+
- [F1000 Research Hackathons](https://f1000research.com/search?q=hackathons)

0 commit comments

Comments
 (0)