Skip to content

Commit

Permalink
Add 27-london videos
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3id committed Oct 28, 2024
1 parent 1aca2a8 commit 520b98b
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 22 deletions.
18 changes: 18 additions & 0 deletions _compress_images_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,21 @@ assets/images/sponsors/tpximpact.png: tpximpact.png
assets/images/sponsors/ufonia.png: ufonia.png
assets/images/team/matts.jpg: matts.jpg
assets/images/tito-logo.png: tito-logo.png
assets/images/sponsors/cwinnovation.jpg: cwinnovation.jpg
assets/images/sponsors/drdoctor.png: drdoctor.png
assets/images/sponsors/patchwork2.png: patchwork2.png
assets/images/projects/27-london/ancestreegp.jpg: ancestreegp.jpg
assets/images/projects/27-london/continews.png: continews.png
assets/images/projects/27-london/find_my_eye_test.jpg: find_my_eye_test.jpg
assets/images/projects/27-london/guerilla_guidelines.jpg: guerilla_guidelines.jpg
assets/images/projects/27-london/image_equity.jpg: image_equity.jpg
assets/images/projects/27-london/nhsdigibridge.png: nhsdigibridge.png
assets/images/projects/27-london/recovery_pilot.png: recovery_pilot.png
assets/images/projects/27-london/resident_doctor_passport.png: resident_doctor_passport.png
assets/images/projects/27-london/supply_chainge.png: supply_chainge.png
assets/images/projects/27-london/wardwise.png: wardwise.png
assets/images/projects/27-london/weit.jpg: weit.jpg
assets/images/projects/27-london/exam_coach.jpg: exam_coach.jpg
assets/images/projects/27-london/medrent.jpg: medrent.jpg
assets/images/projects/27-london/sophia.jpg: sophia.jpg
assets/images/projects/27-london/wait_well.jpg: wait_well.jpg
40 changes: 19 additions & 21 deletions _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,10 @@
{% include title.html title=title subtitle=subtitle %}

<div class="content">

{% if page.extra %}
{{ page.extra | markdownify }}
{% endif %}

{% assign sponsors = site.sponsors | where_exp:"item", "item.events[page.hackday]" %}
{% if sponsors.size > 0 %}
<h2>Supporters</h2>
<h3>NHS Hack Day would not be possible without the help of our excellent supporters.</h3>
<ul class="sponsors">
{% for sponsor in sponsors %}
<li>
{% if sponsor.link %}<a href="{{ sponsor.link }}" target="_blank">{% endif %}
{% if sponsor.logo %}
<img width="160" alt="{{ sponsor.title }}" title="{{ sponsor.title }}" src="/assets/images/sponsors/{{ sponsor.logo }}">
{% else %}
{{ sponsor.title }}
{% endif %}
{% if sponsor.link %}</a>{% endif %}
<span>{{ sponsor.events[page.hackday] }}</span>
</li>
{% endfor %}
</ul>
{% endif %}

{% if end >= current_time or end == 86400 %}
{% capture on-the-day %}{% include on-the-day.md %}{% endcapture %}
{{ on-the-day | markdownify }}
Expand All @@ -68,4 +47,23 @@ <h2>Projects</h2>
<p>Unfortunatly we don't have any info on the Projects at this event. If you can help us fill in the blanks <a href="/contact">let us know</a> or submit a <a href="https://github.com/nhshackday/nhshackday.github.io/">pull request</a>.</p>
{% endif %}

{% assign sponsors = site.sponsors | where_exp:"item", "item.events[page.hackday]" %}
{% if sponsors.size > 0 %}
<h2>Supporters</h2>
<h3>NHS Hack Day would not be possible without the help of our excellent supporters.</h3>
<ul class="sponsors">
{% for sponsor in sponsors %}
<li>
{% if sponsor.link %}<a href="{{ sponsor.link }}" target="_blank">{% endif %}
{% if sponsor.logo %}
<img width="160" alt="{{ sponsor.title }}" title="{{ sponsor.title }}" src="/assets/images/sponsors/{{ sponsor.logo }}">
{% else %}
{{ sponsor.title }}
{% endif %}
{% if sponsor.link %}</a>{% endif %}
<span>{{ sponsor.events[page.hackday] }}</span>
</li>
{% endfor %}
</ul>
{% endif %}
</div>
3 changes: 2 additions & 1 deletion content/_projects/27-london/ancestreegp.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ about:
Patient can also ask doctor about their risk of hereditary diseases and GP can
confirm."
links:
presentation: "https://docs.google.com/presentation/d/1L4c3b1XiJEN8M8eTuDvZiRt_3Xg_xgahhlwuRFv8SKY/edit?usp=sharing "
presentation: "https://docs.google.com/presentation/d/1L4c3b1XiJEN8M8eTuDvZiRt_3Xg_xgahhlwuRFv8SKY/"
video: https://youtu.be/K1D1uhSlR6c
---
1 change: 1 addition & 0 deletions content/_projects/27-london/continews.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ links:
presentation: https://gamma.app/docs/gppxkelpai2kdzi?following_id=4zhxwrjtwjsssdi&follow_on_start=true
code:
- https://github.com/aidangoodall/nhs-continews
video: https://youtu.be/Oa7sEqLGmHk
---
1 change: 1 addition & 0 deletions content/_projects/27-london/exam_coach.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ about:
from a resident doctor inputting a case summary from their day
links:
presentation: https://docs.google.com/presentation/d/1AJWCQdPsFOI1en_-582YIRT4MX8lsczSXaaiWDLS7HU/edit#slide=id.p
video: https://youtu.be/W4R1zmyPlF4
---
1 change: 1 addition & 0 deletions content/_projects/27-london/find_my_eye_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ links:
presentation: https://docs.google.com/presentation/d/1BKtJMQMUK8xTMvD9o4QULf7hIfSgVrwx/
code:
- https://github.com/regulate-tech/findmyeyetest
video: https://youtu.be/9NBcCVahceA
---
1 change: 1 addition & 0 deletions content/_projects/27-london/guerilla_guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ team:
links:
website: https://nicu-northmid.azurewebsites.net/
presentation: https://docs.google.com/presentation/d/15u0tZlOYu4F2D3oHxGVkkGQTPsG9auhuLalMEaVf1rg/edit?usp=sharing
video: https://youtu.be/v_4zAcWAzwo
---
1 change: 1 addition & 0 deletions content/_projects/27-london/image_equity.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ links:
presentation: https://gamma.app/docs/Medical-Data-A-New-Era-of-Patient-Empowerment-1b93002g9xyit5d
code:
- https://github.com/krumpverse/imageequity
video: https://youtu.be/xmVqtlxlHn4
---
1 change: 1 addition & 0 deletions content/_projects/27-london/medrent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ about:
links:
website: https://eu.jotform.com/app/242854422314351
presentation: https://docs.google.com/presentation/d/1JWno7joEwdRs7MKB7e11EhWXNQolVUW2cE42Pf8_IOI/edit#slide=id.g741f991674d430b3_0
video: https://youtu.be/V9YavOMc26M
---
1 change: 1 addition & 0 deletions content/_projects/27-london/nhsdigibridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ links:
presentation: https://nhsdigibridge.saltcorn.co/files/serve/NHS%20DigiBridge.pdf
code:
- https://nhsdigibridge.saltcorn.co/files/serve/NHSDigiBridge-snapshot-7.json
video: https://youtu.be/UEmKxBg24BA
---
1 change: 1 addition & 0 deletions content/_projects/27-london/recovery_pilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ links:
presentation: https://docs.google.com/presentation/d/1KpRfhUoecLDiDjtPmS-DqPp56BfWTaL5XUXWrIsTpow/edit?usp=sharing
code:
- https://github.com/lemurski/nhs-app
video: https://youtu.be/MeU9gGiLApU
---
1 change: 1 addition & 0 deletions content/_projects/27-london/resident_doctor_passport.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ links:
presentation: https://www.icloud.com/keynote/0aczoBQa0-88BTyLrQM-9oT7w#241013_RDP_Presentation
code:
- https://github.com/ElenaBarker/Resident_Doctor_Passport
video: https://youtu.be/DuCs9z_3u3c
---
1 change: 1 addition & 0 deletions content/_projects/27-london/sophia.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ team:
- Sanika Pradhan
links:
presentation: https://1drv.ms/p/c/52f085bedbc595a0/ETeHEHzLzjRHoEkYni_P3e8BqSmRoxz0_IfXiRFpxc0CYQ
video: https://youtu.be/R-bHFFn6AyE
---
1 change: 1 addition & 0 deletions content/_projects/27-london/supply_chainge.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ about: 'Background:
3. Patient Ratings'
links:
presentation: https://docs.google.com/presentation/d/1bYinJVDOvJeS4idGvlz9n3QzqP0AvD2yK_5PKiRMjac/edit?usp=sharing
video: https://youtu.be/vUy2LP9tFdg
---
1 change: 1 addition & 0 deletions content/_projects/27-london/wait_well.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ links:
presentation: https://docs.google.com/presentation/d/1_fQURncQYDFune-UCZHlY2KlavkxtVAwaDfRrPqePtY/edit?usp=sharing
code:
- https://github.com/stefpiatek/mental-health-wait-times
video: https://youtu.be/GLhMdsvVWog
---
1 change: 1 addition & 0 deletions content/_projects/27-london/wardwise.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ links:
presentation: https://docs.google.com/presentation/d/1RRF1YmXreoUzeNG68hy_VqBOVkRi6E3eDmvl6As2ggs/edit?usp=sharing
code:
- https://nhshd.slack.com/archives/C07RE4FRR2A/p1728743144548829
video: https://youtu.be/ocsILAheU80
---
1 change: 1 addition & 0 deletions content/_projects/27-london/weit.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ about:
population need
links:
presentation: https://docs.google.com/presentation/d/1YiwiUVaEofCLCBaRveB5pniCrMgZKB8oxACGlH8Dczc
video: https://youtu.be/XS5QwnZuTjw
---

0 comments on commit 520b98b

Please sign in to comment.