Skip to content
Merged
Show file tree
Hide file tree
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
49 changes: 32 additions & 17 deletions about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,22 @@ div(
style="max-height: 30px;"
)
),
#a(
# href="https://neota.com/",
# target="_blank",
# img(
# src="assets/sponsors/neota-logo.png",
# alt="Neota Logo"
# )
#),
#a(
# href="https://www.gavel.io",
# target="_blank",
# img(
# src="assets/sponsors/Gavel logo with transparent background.png",
# alt="Gavel Logo"
# )
#),
a(
href="https://neota.com/",
target="_blank",
img(
src="assets/sponsors/neota-logo.png",
alt="Neota Logo"
)
),
a(
href="https://www.gavel.io",
target="_blank",
img(
src="assets/sponsors/Gavel logo with transparent background.png",
alt="Gavel Logo"
)
),
#a(
# href="https://badgecert.com/",
# target="_blank",
Expand All @@ -210,5 +210,20 @@ div(
# )
#)
)

div(
class="text-center mt-4 p-3 rounded-3",
style="border: 1px solid white; max-width: 600px; margin: 0 auto;",
p("Winners of the Social Justice Hackathon will advance to the Internet Architecture Conference design hackathon, where IAC26 attendees will collaborate on design and strategy for that project."),
a(
href="https://www.theiaconference.com/",
target="_blank",
img(
src="assets/sponsors/IAC26-Graphic.jpg",
alt="IAC 2026 Graphic",
style="max-width: 450px; width: 100%; border-radius: 0.3rem;"
)
)
)
```
::::::
::::::
Binary file added assets/speakers/clarence-okoh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/speakers/jaimie-yakaboski.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sponsors/IAC26-Graphic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 45 additions & 2 deletions events.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,52 @@ add_info_card(

| Day | Main Activity | Description |
| --- | --- | --- |
| Day 1, Friday, March 27th | Kickoff and Keynote | Hackathon Project Pitches by Project Sponsors and Participants; Team Formation and Matching. |
| Day 1, Friday, March 27th | Kickoff and Keynote by [Clarence Okoh](https://www.clarenceokoh.com/) | Hackathon Project Pitches by Project Sponsors and Participants; Team Formation and Matching. <br><br> [See our 3 challenge tracks for project suggestions](posts/2026-03-19-challenge-tracks.qmd) |
| Day 2, Saturday, March 28th | Challenge analysis and planning | Hackathon orientation sessions: design thinking, platforms and data available. Solutions design and development |
| Day 3, Sunday, March 29th | Solution development and presentation prep | Project Final Submissions. Judging. Closing Ceremony |
| Day 3, Sunday, March 29th | Solution development and presentation prep | Project Final Submissions. Judging. Closing Ceremony <br><br> The winning project will be advanced to the [Information Architecture Conference](https://www.theiaconference.com/) design hackathon. |

## Speakers

```{r speakers}
library(commonmark)

add_speaker_card <- function(name, img, bio, link = NULL) {
general_card_div(
div(
class = "card-body text-center",
a(
img(src = file.path("assets/speakers", img), height = "100px"),
href = link
),
p(
class = "text-center mt-3",
a(name, href = link),
style = "font-size: 1.2rem;"
),
p(
class = "text-center person-bio",
HTML(commonmark::markdown_html(bio))
)
),
lg = 2, md = 2, sm = 1, xs = 1
)
}

tagList(
add_speaker_card(
name = "Clarence Okoh",
img = "clarence-okoh.png",
link = "https://www.clarenceokoh.com/",
bio = "**Friday Keynote.** Clarence holds over a decade of experience advancing social change through legal and policy advocacy. He is a nationally recognized expert on the role of emerging technologies in producing racial and social inequality through algorithmic racism, mass surveillance, and other privacy and civil rights abuses. He offers a wide breadth of experience: from serving as the first digital justice litigator at the NAACP Legal Defense Fund to leading community-based direct services in his native Alabama."
),
add_speaker_card(
name = "Jaimie Yakaboski",
img = "jaimie-yakaboski.jpeg",
link = "https://www.linkedin.com/in/jaimie-yakaboski/",
bio = "**Saturday Workshop: Design Thinking & Structured Problem Solving.** Jaimie is a seven year veteran in Digital Product Design and UX with a special interest in systemic design and design within healthcare. They enjoy seeking opportunities to solve complex problems with creative solutions grounded in research and data.\n\nJaimie spent six and a half years with Independence Blue Cross, but now seeks their next opportunity. Jaimie is on the volunteer board running IAC26 and also frequents [Philly CHI](https://www.meetup.com/PhillyCHI/), Philly's local chapter for UX Professionals!"
)
) |> div(class = "list grid")
```

## Venue

Expand Down
49 changes: 32 additions & 17 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -215,22 +215,22 @@ div(
style="max-height: 30px;"
)
),
#a(
# href="https://neota.com/",
# target="_blank",
# img(
# src="assets/sponsors/neota-logo.png",
# alt="Neota Logo"
# )
#),
#a(
# href="https://www.gavel.io",
# target="_blank",
# img(
# src="assets/sponsors/Gavel logo with transparent background.png",
# alt="Gavel Logo"
# )
#),
a(
href="https://neota.com/",
target="_blank",
img(
src="assets/sponsors/neota-logo.png",
alt="Neota Logo"
)
),
a(
href="https://www.gavel.io",
target="_blank",
img(
src="assets/sponsors/Gavel logo with transparent background.png",
alt="Gavel Logo"
)
),
#a(
# href="https://badgecert.com/",
# target="_blank",
Expand All @@ -240,5 +240,20 @@ div(
# )
#)
)

div(
class="text-center mt-4 p-3 rounded-3",
style="border: 1px solid white; max-width: 600px; margin: 0 auto;",
p("Winners of the Social Justice Hackathon will advance to the Internet Architecture Conference design hackathon, where IAC26 attendees will collaborate on design and strategy for that project."),
a(
href="https://www.theiaconference.com/",
target="_blank",
img(
src="assets/sponsors/IAC26-Graphic.jpg",
alt="IAC 2026 Graphic",
style="max-width: 450px; width: 100%; border-radius: 0.3rem;"
)
)
)
```
::::::
::::::
66 changes: 66 additions & 0 deletions posts/2026-03-19-challenge-tracks.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: "SJHPHL 2026 - Challenge Tracks"
author: "Hackathon Committee"
date: "2026-03-19"
categories: [news]
toc: true
---

This document introduces the three tracks that organize the work of the Philadelphia Social Justice Hackathon. Each track focuses on a different part of the justice system where technology, data, and design can make a meaningful difference. Together, they help guide team formation, shape the kinds of projects participants pursue, and clarify the goals of the event for students, community partners, mentors, and judges.

The three tracks---Rights Protection, Legal Empowerment, and Accountable Legal & Justice Systems---offer a framework for the weekend's work. They are meant to channel 36 hours of interdisciplinary collaboration toward ideas, tools, and approaches that respond to real challenges facing Philadelphia communities.

## 1. Safeguarding Rights & Civil Liberties

*Using technology and data to advance civil rights and shape systemic advocacy efforts*

Digital systems increasingly shape decisions about housing, employment, healthcare, benefits, and criminal justice outcomes. These tools often promise neutrality or efficiency, but they can also reproduce the very inequalities they claim to reduce. Rights protections---such as due process, equal protection, privacy, and freedom from discrimination---must apply just as strongly when decisions are made through automated systems.

This track focuses on building tools and using data that make digital decision-making more transparent and contestable. Projects may explore ways to detect bias in automated systems, help individuals understand when an algorithm has affected them, or create pathways for challenging unfair outcomes.

**Participants might work on tools that address issues such as:**

* Civil rights protections in areas like housing, employment, lending, healthcare, education, and criminal justice---especially when discrimination occurs through automated systems
* Constitutional and human rights protections, including due process, equal protection, and freedom of expression, in the context of digital governance
* Privacy safeguards that limit excessive data collection, surveillance, and misuse of personal information
* Due process gaps that arise when automated systems make decisions about benefits, liberty, or opportunity without clear notice or appeal
* Civic technology tools that help people exercise rights, such as voting access or filing civil rights complaints
* Methods for detecting bias in algorithms, including auditing frameworks and impact assessments
* The disproportionate effects of surveillance technologies---including facial recognition, predictive policing, and location tracking---on communities of color

## 2. Legal Empowerment

*Using technology and data to expand communities' ability to understand and exercise their rights*

Many people facing serious problems---eviction, debt collection, benefit denials, workplace issues---do not recognize those situations as legal issues. Even when they do, most never receive legal assistance. The gap between legal need and legal help remains one of the defining access-to-justice challenges in the United States.

Technology can help narrow that gap, but only when tools are designed in ways that people can actually use. That means plain language, mobile-friendly platforms, multilingual access, and systems built around the real pathways people follow when seeking help.

Projects in this track focus on tools that strengthen people's ability to identify legal problems, access reliable information, and navigate systems that are often difficult to understand.

**Participants might build tools that:**

* Help individuals recognize when a situation has legal implications and identify possible next steps
* Screen for eligibility for benefits, services, or legal assistance programs
* Present legal information in accessible formats---plain language, visual guides, multilingual resources, and mobile-first design
* Tailor legal guidance to a person's specific circumstances through conditional pathways
* Support self-representation and court navigation with step-by-step guidance tools
* Generate legal documents through guided form and document assembly systems
* Connect individuals with legal aid organizations and community resources through referral and intake tools

## 3. Accountable Legal Justice Systems

*Using technology and data to strengthen transparency, oversight, and accountability in the legal and justice institutions*

A justice system can only function fairly if the institutions that exercise legal power are subject to meaningful oversight. Judges, prosecutors, police departments, public defenders, and increasingly algorithmic systems all make decisions that profoundly affect people's lives. Accountability requires more than internal policies or professional norms. It requires systems that make information visible, enable scrutiny, and create mechanisms for addressing misconduct.

This track focuses on building tools that strengthen transparency and oversight in justice institutions. Projects may explore ways to develop public data infrastructure, monitoring tools, or platforms that allow communities to track how justice institutions operate.

**Participants might work on tools that support:**

* Judicial oversight, including dashboards that track judicial performance, election guides, or systems that make discipline proceedings easier to understand
* Prosecutorial transparency, such as trackers that document wrongful convictions, disclosure compliance, or conviction integrity reviews
* Police accountability, including complaint platforms, misconduct databases, and tools that reveal patterns of systemic abuse
* Public defense quality, such as tools that track caseloads or collect client feedback about representation
* Court transparency, including portals that make court procedures and filings easier for self-represented litigants to navigate
* Algorithmic accountability, including audit toolkits that allow communities to evaluate automated decision systems used by government agencies
4 changes: 4 additions & 0 deletions styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ table {
background-color: #8f4b99;
border-color: white;
border-radius: 0.5rem;
a {
color: white;
text-decoration: underline dotted;
}
}

#quarto-header .nav-link {
Expand Down
Loading