Skip to content

Commit f936aa7

Browse files
author
Ryan Marx
committed
Remove broken links
1 parent e26f3a9 commit f936aa7

3 files changed

Lines changed: 74 additions & 37 deletions

File tree

src/components/PortfolioItem.svelte

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,29 @@
44
import Tags from "./Tags.svelte";
55
import ButtonGithub from "./ButtonGithub.svelte";
66
7-
interface Props {
7+
type PorfolioItem = {
88
label: string;
99
date?: string;
1010
description: string;
1111
image: string;
12-
links?: { headline?: string; link: string }[];
12+
links?: { headline?: string; link: string; archived?: boolean }[];
1313
repo?: string | null;
1414
tags?: string[];
1515
tagDefinitions?: Record<string, { label: string; description: string }>;
16-
}
16+
};
1717
1818
const {
1919
label,
2020
date,
2121
description,
2222
image,
23-
links = [],
23+
links: rawLinks = [],
2424
repo = null,
2525
tags = [],
2626
tagDefinitions = {},
27-
}: Props = $props();
27+
}: PorfolioItem = $props();
28+
29+
const links = $derived(rawLinks.filter(l => !l.archived));
2830
</script>
2931

3032
<li class="project stack">

src/config/portfolioItems.json

Lines changed: 63 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"links": [
88
{
99
"headline": "Design a World Cup 2022 kit",
10-
"link": "https://www.usatoday.com/storytelling/world-cup-jersey-design-your-own/"
10+
"link": "https://www.usatoday.com/storytelling/world-cup-jersey-design-your-own/",
11+
"archived": true
1112
}
1213
],
1314
"description": "I designed the initial wireframes and, eventually, developed this web app, with a focus on scaffolding and UX. I worked with two other developers to incorporate the 3D modeling. Optimizing the mobile performance was a challenge, given the sheer volume of patterns/textures and other related files needed to make this a fun experience.",
@@ -22,11 +23,13 @@
2223
"links": [
2324
{
2425
"headline": "Raphael Warnock or Herschel Walker? See which candidate is your closest match ",
25-
"link": "https://www.savannahnow.com/storytelling/herschel-walker-raphael-warnock-georgia-senate-candidate-how-choose/"
26+
"link": "https://www.savannahnow.com/storytelling/herschel-walker-raphael-warnock-georgia-senate-candidate-how-choose/",
27+
"archived": true
2628
},
2729
{
2830
"headline": "How conservative are you?",
29-
"link": "https://www.usatoday.com/storytelling/find-out-how-conservative-you-really-are/"
31+
"link": "https://www.usatoday.com/storytelling/find-out-how-conservative-you-really-are/",
32+
"archived": true
3033
}
3134
],
3235
"tags": ["tool", "ui", "svelte"]
@@ -40,15 +43,18 @@
4043
"links": [
4144
{
4245
"headline": "Meet the Teams: USA, Mexico and Canada",
43-
"link": "https://www.usatoday.com/storytelling/grid/world-cup-2022-mens-roster-usa-mexico-canada/"
46+
"link": "https://www.usatoday.com/storytelling/grid/world-cup-2022-mens-roster-usa-mexico-canada/",
47+
"archived": true
4448
},
4549
{
4650
"headline": "Dozens of election-denying candidates are running for office in seven swing states. Here's what they've said or done.",
47-
"link": "https://www.usatoday.com/storytelling/grid/election-deniers-running-for-office-2022/"
51+
"link": "https://www.usatoday.com/storytelling/grid/election-deniers-running-for-office-2022/",
52+
"archived": true
4853
},
4954
{
5055
"headline": "Ohio Statehouse Corruption: Who you need to know in the federal bribery case",
51-
"link": "https://www.cincinnati.com/storytelling/news/ohio-corruption-project/"
56+
"link": "https://www.cincinnati.com/storytelling/news/ohio-corruption-project/",
57+
"archived": true
5258
}
5359
],
5460
"description": "A developer friend-of-the-team asked us for help with the persistent need to make a \"Who's who\" dictionary of people for large investigative projects. We designed this page and built out a framework that pulls data from a Google spreadsheet and enriches it with some organizational tools and filtering/searching.\n\nWe've tracked Capitol rioters, corrupt ohio officials and colleges that cheat. It's been used to display violence databases and sports rankings and has more configurable features than anything else I've made. There are about 30 published instances."
@@ -59,11 +65,13 @@
5965
"links": [
6066
{
6167
"headline": "Test your knowledge with the USA TODAY news quiz",
62-
"link": "https://www.usatoday.com/storytelling/weekly-news-quiz/"
68+
"link": "https://www.usatoday.com/storytelling/weekly-news-quiz/",
69+
"archived": true
6370
},
6471
{
6572
"headline": "Quiz: How well do you know the Sibley's building in downtown Rochester?",
66-
"link": "https://www.democratandchronicle.com/storytelling/sibley-building-downtown-rochester-ny-quiz/"
73+
"link": "https://www.democratandchronicle.com/storytelling/sibley-building-downtown-rochester-ny-quiz/",
74+
"archived": true
6775
}
6876
],
6977
"tags": ["tool", "svelte"],
@@ -76,35 +84,41 @@
7684
"links": [
7785
{
7886
"headline": "Hallowed Sound, Vol. 2: Stories of perseverance and preservation from the American South",
79-
"link": "https://www.tennessean.com/in-depth/entertainment/music/2021/09/23/hallowed-sound-stories-perseverance-preservation-american-south-music/5617513001/"
87+
"link": "https://www.tennessean.com/in-depth/entertainment/music/2021/09/23/hallowed-sound-stories-perseverance-preservation-american-south-music/5617513001/",
88+
"archived": true
8089
},
8190
{
8291
"headline": "A look at the stadiums where teams will compete in the 2022 FIFA World Cup in Qatar",
83-
"link": "https://www.usatoday.com/in-depth/graphics/2022/11/18/how-many-stadiums-does-qatar-2022-have-mapping-out-world-cup/8305335001/"
92+
"link": "https://www.usatoday.com/in-depth/graphics/2022/11/18/how-many-stadiums-does-qatar-2022-have-mapping-out-world-cup/8305335001/",
93+
"archived": true
8494
},
8595
{
8696
"headline": "Meet the Black dancer who broke the Rockettes' color barrier",
87-
"link": "https://www.lohud.com/in-depth/news/2022/11/17/jennifer-jones-rockette-radio-city-music-hall/69616543007/"
97+
"link": "https://www.lohud.com/in-depth/news/2022/11/17/jennifer-jones-rockette-radio-city-music-hall/69616543007/",
98+
"archived": true
8899
}
89100
],
90101
"tags": ["tool"],
91-
"description": "My team at Gannett is responsible for designing, engineering and maintaining the In-Depth article framework. This collection of tools enables more than 100 web producers across the company to craft visually stunning, reader-focused multimedia presentations using the everyday CMS and our own story editor.\n\nIt's been used to create more than 7,500 (as of December 2022) articles and is the tool of choice to present the strongest, most impactful journalism Gannett has to offer.\n\nIt has generated hundreds of thousands of pageviews, a 2x increase in engaged time over standard templates and frequently leads to subscriber conversions."
102+
"description": "My team at Gannett was responsible for designing, engineering and maintaining the In-Depth article framework. This collection of tools enables more than 100 web producers across the company to craft visually stunning, reader-focused multimedia presentations using the everyday CMS and our own story editor.\n\nIt's been used to create more than 7,500 (as of December 2022) articles and is the tool of choice to present the strongest, most impactful journalism Gannett has to offer.\n\nIt has generated hundreds of thousands of pageviews, a 2x increase in engaged time over standard templates and frequently leads to subscriber conversions."
92103
},
93104
{
94105
"label": "In-depth: Audiograms",
95106
"image": "audiogram.png",
96107
"links": [
97108
{
98109
"headline": "Opinion — Black lives matter: We must live up to Declaration of Independence’s promise",
99-
"link": "https://www.northjersey.com/in-depth/opinion/2020/07/02/black-lives-matter-trump-declaration-of-independence-2020/3256925001/"
110+
"link": "https://www.northjersey.com/in-depth/opinion/2020/07/02/black-lives-matter-trump-declaration-of-independence-2020/3256925001/",
111+
"archived": true
100112
},
101113
{
102114
"headline": "'El Paso gave me the values I have': Black leaders emerge from a Hispanic majority border city.",
103-
"link": "https://www.elpasotimes.com/in-depth/news/2021/03/30/meet-black-leaders-emerged-el-paso-texas-hispanic-majority-city/4578132001/"
115+
"link": "https://www.elpasotimes.com/in-depth/news/2021/03/30/meet-black-leaders-emerged-el-paso-texas-hispanic-majority-city/4578132001/",
116+
"archived": true
104117
},
105118
{
106119
"headline": "'They are not alone': Hispanic domestic abuse survivors speak out to help other victims",
107-
"link": "https://www.oklahoman.com/in-depth/news/2021/08/31/hispanic-domestic-abuse-survivors-speak-out-help-other-victims/7497178002/"
120+
"link": "https://www.oklahoman.com/in-depth/news/2021/08/31/hispanic-domestic-abuse-survivors-speak-out-help-other-victims/7497178002/",
121+
"archived": true
108122
}
109123
],
110124
"tags": ["tool", "svelte"],
@@ -115,15 +129,18 @@
115129
"links": [
116130
{
117131
"headline": "The Girl Collector: The story of Cody Jackson and the 16 girls who were his quarry",
118-
"link": "https://www.cincinnati.com/in-depth/news/2018/10/21/girl-collector-cincinnati-cody-jackson/1409756002/"
132+
"link": "https://www.cincinnati.com/in-depth/news/2018/10/21/girl-collector-cincinnati-cody-jackson/1409756002/",
133+
"archived": true
119134
},
120135
{
121136
"headline": "He murdered three women and was hunting a fourth. These women outsmarted a serial killer",
122-
"link": "https://www.northjersey.com/in-depth/news/crime/2020/02/03/how-group-women-stopped-nj-serial-killer/2661900001/"
137+
"link": "https://www.northjersey.com/in-depth/news/crime/2020/02/03/how-group-women-stopped-nj-serial-killer/2661900001/",
138+
"archived": true
123139
},
124140
{
125141
"headline": "A fiery crash shattered four lives. 20 years later, their connection yields serenity.",
126-
"link": "https://www.desmoinesregister.com/in-depth/news/local/columnists/courtney-crowder/2019/11/26/abbie-kampman-iowa-strangers-find-peace-20-years-after-wrong-way-crash-kills-5-mother-sisters/2570864001/"
142+
"link": "https://www.desmoinesregister.com/in-depth/news/local/columnists/courtney-crowder/2019/11/26/abbie-kampman-iowa-strangers-find-peace-20-years-after-wrong-way-crash-kills-5-mother-sisters/2570864001/",
143+
"archived": true
127144
}
128145
],
129146
"tags": ["tool", "svelte"],
@@ -136,15 +153,18 @@
136153
"links": [
137154
{
138155
"headline": "Modernizing images of long-ago Billerica",
139-
"link": "https://www.wickedlocal.com/in-depth/billerica-minuteman/2021/12/27/bilerica-ma-kevin-murphy-photo-restoration-colorization-historical-pictures/6416979001/"
156+
"link": "https://www.wickedlocal.com/in-depth/billerica-minuteman/2021/12/27/bilerica-ma-kevin-murphy-photo-restoration-colorization-historical-pictures/6416979001/",
157+
"archived": true
140158
},
141159
{
142160
"headline": "Lane County relies on same alert tools used during Holiday Farm Fire, but when emergency strikes, residents always will have to help each other.",
143-
"link": "https://www.registerguard.com/in-depth/news/2021/08/26/holiday-farm-fire-emergency-warning-system-residents-help-crucial/8102205002/"
161+
"link": "https://www.registerguard.com/in-depth/news/2021/08/26/holiday-farm-fire-emergency-warning-system-residents-help-crucial/8102205002/",
162+
"archived": true
144163
},
145164
{
146165
"headline": "Picture this: Eye-opening images of what climate change has done and could do to our world",
147-
"link": "https://www.usatoday.com/in-depth/graphics/2021/07/07/climate-change-images-offer-present-and-future-views-our-world/5173622001/"
166+
"link": "https://www.usatoday.com/in-depth/graphics/2021/07/07/climate-change-images-offer-present-and-future-views-our-world/5173622001/",
167+
"archived": true
148168
}
149169
],
150170
"tags": ["tool", "svelte"],
@@ -157,15 +177,18 @@
157177
"links": [
158178
{
159179
"headline": "Your guide to coronavirus and COVID-19",
160-
"link": "https://www.usatoday.com/storytelling/covid19-coronavirus-resource-guide/"
180+
"link": "https://www.usatoday.com/storytelling/covid19-coronavirus-resource-guide/",
181+
"archived": true
161182
},
162183
{
163184
"headline": "How to get help in Milwaukee",
164-
"link": "https://www.jsonline.com/storytelling/milwaukee-resources-guide-housing-mental-health-education-public-safety-voting-employment-recycling/"
185+
"link": "https://www.jsonline.com/storytelling/milwaukee-resources-guide-housing-mental-health-education-public-safety-voting-employment-recycling/",
186+
"archived": true
165187
},
166188
{
167189
"headline": "The ultimate Palm Beach County voter guide to the November 2022 election",
168-
"link": "https://www.palmbeachpost.com/storytelling/palm-beach-florida-election-voters-guide-2022/"
190+
"link": "https://www.palmbeachpost.com/storytelling/palm-beach-florida-election-voters-guide-2022/",
191+
"archived": true
169192
}
170193
],
171194
"tags": ["tool", "svelte"],
@@ -179,11 +202,13 @@
179202
"links": [
180203
{
181204
"headline": "Wildfire risks: Look up every Western community",
182-
"link": "https://www.azcentral.com/storytelling/wildfires-risks-map-california-arizona-oregon/"
205+
"link": "https://www.azcentral.com/storytelling/wildfires-risks-map-california-arizona-oregon/",
206+
"archived": true
183207
},
184208
{
185209
"headline": "Where will the West's next deadly wildfire strike? The risks are everywhere",
186-
"link": "https://www.azcentral.com/in-depth/news/local/arizona-wildfires/2019/07/22/wildfire-risks-more-than-500-spots-have-greater-hazard-than-paradise/1434502001/"
210+
"link": "https://www.azcentral.com/in-depth/news/local/arizona-wildfires/2019/07/22/wildfire-risks-more-than-500-spots-have-greater-hazard-than-paradise/1434502001/",
211+
"archived": true
187212
}
188213
],
189214
"tags": ["tool", "ui", "svelte"],
@@ -196,15 +221,18 @@
196221
"links": [
197222
{
198223
"headline": "Detroit Free Press: We will remember",
199-
"link": "https://www.freep.com/storytelling/coronavirus-obituaries-michigan/"
224+
"link": "https://www.freep.com/storytelling/coronavirus-obituaries-michigan/",
225+
"archived": true
200226
},
201227
{
202228
"headline": "Loved and Lost: Remembering our NJ family, friends and neighbors taken by coronavirus",
203-
"link": "https://www.usatoday.com/storytelling/nj-coronavirus-deaths/"
229+
"link": "https://www.usatoday.com/storytelling/nj-coronavirus-deaths/",
230+
"archived": true
204231
},
205232
{
206233
"headline": "Telling the stories of those who died in the Champlain Towers collapse in Surfside, Florida",
207-
"link": "https://www.palmbeachpost.com/storytelling/news/surfside-miami-florida-building-collapse-victims-who-died-obituaries/"
234+
"link": "https://www.palmbeachpost.com/storytelling/news/surfside-miami-florida-building-collapse-victims-who-died-obituaries/",
235+
"archived": true
208236
}
209237
],
210238
"tags": ["tool", "svelte"],
@@ -217,15 +245,18 @@
217245
"links": [
218246
{
219247
"headline": "A statistical tour of Cincinnati: Breaking down the neighborhoods",
220-
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/"
248+
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/",
249+
"archived": true
221250
},
222251
{
223252
"headline": "A neighborhood report on Mount Adams",
224-
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/neighborhoods/mount-adams/"
253+
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/neighborhoods/mount-adams/",
254+
"archived": true
225255
},
226256
{
227257
"headline": "A neighborhood comparison: Age, population older than 18",
228-
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/metrics/over-age-18/"
258+
"link": "https://www.cincinnati.com/storytelling/cincinnati-neighborhoods/metrics/over-age-18/",
259+
"archived": true
229260
}
230261
],
231262
"tags": ["svelte", "data"],

src/config/portfolioItems.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"headline": {
5050
"type": "string",
5151
"description": "The headline of the linked page"
52+
},
53+
"archived": {
54+
"type": "boolean",
55+
"description": "Many of these links now, sadly, are broken. Rather than just deleting them, I will mark them as archived and keep them for posterity."
5256
}
5357
},
5458
"required": ["link"]

0 commit comments

Comments
 (0)