From dc46be49f65f81f4898e19bc1d6cd22d09a985c4 Mon Sep 17 00:00:00 2001 From: Leondro Lio Date: Mon, 21 Feb 2022 07:27:53 +0000 Subject: [PATCH] Update page to take advantage of GitHub Mermaid integration https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/ GitHub now has Mermaid in Markdown! --- README.md | 141 ++++++++++++++++++++++++++---------------------------- 1 file changed, 67 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index b204ee9..3fd3b48 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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; -