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

Update page to take advantage of GitHub Mermaid integration #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
141 changes: 67 additions & 74 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,78 @@
Tracing the lineage of the EU hackathon scene!


![Mermaid render](https://cloud.githubusercontent.com/assets/1790822/22555825/5ed6cf6e-e965-11e6-99ac-87fdb12378a3.png)


```mermaid
graph TD;
Yahoo!Hack-->CharityHack;
Yahoo!Hack-->LeedsHack;
Yahoo!Hack-->Hacked.io;
Yahoo!Hack-->OverTheAir;
Mashed2008-->Hacked.io;
CharityHack-->BattleHack;
Hacked.io-->Hackference;
KingsOfCode-->Hackference
LeedsHack-->HackManchester;
HackManchester-->Hack24;
Hack24-->LincolnHack;
Hack24-->HackTheMidlands;
Hackference-->BanterHack;
Hackference-->BrumHack;
Hackference-->HackNotts;
HackNotts-->AnvilHack;
AnvilHack-->SexTechHack;
HackNotts-->LaunchHack;
StudentHack-->LaunchHack;
StudentHack-->ManMetHacks;
LaunchHack-->DragonHacks;
LaunchHack-->HackNE;
LaunchHack-->LandingHack;
LaunchHack-->WarwickHACK;
WarwickHACK-->CUCCHack;
LaunchHack-->HackTheHolidays;
LaunchHack-->HackTheBurgh;
LaunchHack-->StacsHack;
StacsHack-->StirHack;
StacsHack-->StrathHack;
StacsHack-->HackDee;
StacsHack-->RGUHack;
PennApps-->KairosHacks;
KairosHacks-->HackUPC;
PennApps-->HackCambridge;
PennApps-->AGHacks;
MHacks-->AGHacks;
NationalHackTheGovernment-->YoungRewiredState;
YoungRewiredState-->BrumHack;
YoungRewiredState-->RUHacking;
BrumHack-->AstonHack;
BrumHack-->HackTheMidlands;
BrumHack-->HackBordeaux;
NationalHackTheGovernment-->ParlyHack;
NationalHackTheGovernment-->UKGovHack;
AngelHack-->jacobsHack!;
AngelHack-->StudentHack;
jacobsHack!-->CopenHacks;
jacobsHack!-->LauzHack;
LauzHack-->OpenFoodHackdays;
jacobsHack!-->OxfordHack;
jacobsHack!-->DO!Hack;
StudentHack-->GreatUniHack;
HackKings-->HackLondon;
HackKings-->HackCortona;
HackLondon-->Porticode;
HackLondon-->HackCity;
ICHack;
StartHack;
HackZurich;
JPMCodeForGood-->DurHack;
HackaSoton-->HackTrain;
HackSheffield;
```

If you think you know where a hackathon lives in this tree, or you see an error, please create a pull request.

Whilst we go through data discovery, this will initially be an awful list of lists. There may be repeated data as nested lists don't express multiple-parents very well.

Below is the starting of a [Mermaid](https://knsv.github.io/mermaid/) graph.
Below is the starting of a [Mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) graph.

# The Yahoo! Hack Dynasty

Expand Down Expand Up @@ -94,73 +157,3 @@ Below is the starting of a [Mermaid](https://knsv.github.io/mermaid/) graph.
- HackTrain
- StartHack
- HackZurich

# Mermaid Graph
[View the graph](http://bit.ly/hheutree)
[Edit the graph](http://bit.ly/hheutreeedit)

graph TD;
Yahoo!Hack-->CharityHack;
Yahoo!Hack-->LeedsHack;
Yahoo!Hack-->Hacked.io;
Yahoo!Hack-->OverTheAir;
Mashed2008-->Hacked.io;
CharityHack-->BattleHack;
Hacked.io-->Hackference;
KingsOfCode-->Hackference
LeedsHack-->HackManchester;
HackManchester-->Hack24;
Hack24-->LincolnHack;
Hack24-->HackTheMidlands;
Hackference-->BanterHack;
Hackference-->BrumHack;
Hackference-->HackNotts;
HackNotts-->AnvilHack;
AnvilHack-->SexTechHack;
HackNotts-->LaunchHack;
StudentHack-->LaunchHack;
StudentHack-->ManMetHacks;
LaunchHack-->DragonHacks;
LaunchHack-->HackNE;
LaunchHack-->LandingHack;
LaunchHack-->WarwickHACK;
WarwickHACK-->CUCCHack;
LaunchHack-->HackTheHolidays;
LaunchHack-->HackTheBurgh;
LaunchHack-->StacsHack;
StacsHack-->StirHack;
StacsHack-->StrathHack;
StacsHack-->HackDee;
StacsHack-->RGUHack;
PennApps-->KairosHacks;
KairosHacks-->HackUPC;
PennApps-->HackCambridge;
PennApps-->AGHacks;
MHacks-->AGHacks;
NationalHackTheGovernment-->YoungRewiredState;
YoungRewiredState-->BrumHack;
YoungRewiredState-->RUHacking;
BrumHack-->AstonHack;
BrumHack-->HackTheMidlands;
BrumHack-->HackBordeaux;
NationalHackTheGovernment-->ParlyHack;
NationalHackTheGovernment-->UKGovHack;
AngelHack-->jacobsHack!;
AngelHack-->StudentHack;
jacobsHack!-->CopenHacks;
jacobsHack!-->LauzHack;
LauzHack-->OpenFoodHackdays;
jacobsHack!-->OxfordHack;
jacobsHack!-->DO!Hack;
StudentHack-->GreatUniHack;
HackKings-->HackLondon;
HackKings-->HackCortona;
HackLondon-->Porticode;
HackLondon-->HackCity;
ICHack;
StartHack;
HackZurich;
JPMCodeForGood-->DurHack;
HackaSoton-->HackTrain;
HackSheffield;