Skip to content

Commit 3d16e88

Browse files
authored
Updates for 2023 hackathons (#31)
* Add Bio-IT and UTSW hackathons. * Switch font to something better. * Add example of contributing hackathon. * Fix BioSyntax repo ink. * Fix year for u-hackmed hackathon.
1 parent 279c6b2 commit 3d16e88

5 files changed

Lines changed: 62 additions & 27 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,27 @@ https://biohackathons.github.io/
55
Bringing people together to build tools or perform advanced bioinformatics analysis.
66

77
See [our about page](https://biohackathons.github.io/About.html) for more info.
8+
9+
## Contributing
10+
11+
View the [contributing guide](https://github.com/biohackathons/biohackathons.github.io/blob/master/CONTRIBUTING.md) to improve or add to this website.
12+
13+
### Submitting Upcoming Hackathons
14+
15+
View the contributing guide. Then, add your hackathon to the [_data/upcoming_hackathons.yml](https://github.com/biohackathons/biohackathons.github.io/blob/master/_data/upcoming_hackathons.yml) file with the below format.
16+
17+
```yaml
18+
- date: "May 4-5, 2022"
19+
loc: "FAIR Data Hackathon -- BioIT World"
20+
link: https://www.bio-itworldexpo.com/fair-data-hackathon
21+
community access:
22+
```
23+
24+
## Questions, Problems, or Feedback?
25+
26+
Contact one of the contributors below:
27+
28+
- [@brianzelip](https://github.com/brianzelip)
29+
- [@dcgenomics](https://github.com/dcgenomics)
30+
- [@peterjc](https://github.com/peterjc)
31+
- [@sdhutchins](https://github.com/sdhutchins)

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: "biohackathons"
22

33
# Use a Google Font
4-
font: "Oswald" # Can also be 'Ubuntu', 'Public Sans', 'Source Sans Pro', or 'Oswald'
4+
font: "Public Sans" # Can also be 'Ubuntu', 'Public Sans', 'Source Sans Pro', or 'Oswald'
55

_data/hackathon_products.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848

4949
- name: "BioSyntax"
5050
desc: "Syntax Highlighting for Computational Biology (hackseq '17)"
51-
repo_URL: "biosyntax.org"
52-
manuscript_URL:
53-
manuscript_title:
51+
repo_URL: "https://biosyntax.org/"
52+
manuscript_URL: "https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2315-y"
53+
manuscript_title: "bioSyntax: syntax highlighting for computational biology"
5454

5555
- name: "phenotypeXpression"
5656
desc: "Subclassification of disease states based on the intersection of literature and expression"
5757
repo_URL: "https://github.com/NCBI-Hackathons/phenotypeXpression"
58-
manuscript_URL:
59-
manuscript_title:
58+
manuscript_URL: "https://www.biorxiv.org/content/10.1101/461301v2"
59+
manuscript_title: "PhenotypeXpression: sub-classification of disease states using public gene expression data and literature"
6060

6161
- name: "PrIMP"
6262
desc: "A python toolkit for the predictive analysis of infection-prone microbiome pathways"

_data/previous_hackathons.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- date: "November 7-11, 2022"
2+
loc: "ELIXIR Biohackathon"
3+
link: https://biohackathon-europe.org/
4+
community access:
5+
6+
- date: "October 9-12, 2022"
7+
loc: "Everything is bigger in Texas: Pan-Structural Variation hackathon in the Cloud!"
8+
link: https://www.hgsc.bcm.edu/events/hackathon
9+
community access:
10+
11+
- date: "August 5-6, 2022"
12+
loc: "Hackin' Omics"
13+
link: https://hackathon.ubrite.org/
14+
community access:
15+
16+
- date: "June 20-24, 2022"
17+
loc: "FeatureCloud Federated Hackathon"
18+
link: https://featurecloud.ai/hackathon-2022
19+
community access:
20+
21+
- date: "May 4-5, 2022"
22+
loc: "FAIR Data Hackathon -- BioIT World"
23+
link: https://www.bio-itworldexpo.com/fair-data-hackathon
24+
community access:
25+
126
- date: "March 9-11, 2022"
227
loc: "Bringing Complex Genomic Data to the Clinic III -- Carnegie Mellon Libraries/JHU"
328
link: https://www.library.cmu.edu/about/news/2022-02/hackathon-2022

_data/upcoming_hackathons.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,17 @@
33
link: https://goo.gl/forms/BijIwPgPo7nhtdG03
44
community:
55

6-
- date: "May 4-5, 2022"
7-
loc: "FAIR Data Hackathon -- BioIT World"
8-
link: https://www.bio-itworldexpo.com/fair-data-hackathon
6+
- date: "March 3-5, 2023"
7+
loc: "Breast Cancer Hackathon Challenge 2023"
8+
link: https://www.u-hackmed.org/2023bchack/breast-cancer-hackathon-challenge-2023
99
community access:
1010

11-
12-
- date: "June 20-24, 2022"
13-
loc: "FeatureCloud Federated Hackathon"
14-
link: https://featurecloud.ai/hackathon-2022
11+
- date: "May 15-16, 2023"
12+
loc: "2023 Bio-IT World FAIR Data Hackathon"
13+
link: https://www.bio-itworldexpo.com/fair-data-hackathon
1514
community access:
1615

17-
18-
- date: "August 5-6, 2022"
19-
loc: "Hackin' Omics"
20-
link: https://hackathon.ubrite.org/
21-
community access:
22-
23-
24-
- date: "October 9-12, 2022"
25-
loc: "Everything is bigger in Texas: Pan-Structural Variation hackathon in the Cloud!"
26-
link: https://www.hgsc.bcm.edu/events/hackathon
27-
community access:
28-
29-
30-
- date: "November 7-11, 2022"
16+
- date: "TBD"
3117
loc: "ELIXIR Biohackathon"
3218
link: https://biohackathon-europe.org/
3319
community access:

0 commit comments

Comments
 (0)