File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </script >
2424
2525<svelte:head >
26+ <title >UW Interactive Data Lab</title >
2627 <!-- preload project images -->
2728 {#each data .spotlight as project }
2829 <link rel ="preload" as ="image" href ={project .image } media =" (min-width: 768px)" />
Original file line number Diff line number Diff line change 33 import content from ' ./about.md?raw' ;
44 </script >
55
6+ <svelte:head >
7+ <title >UW Interactive Data Lab | About</title >
8+ </svelte:head >
9+
610<Markdown {content } />
Original file line number Diff line number Diff line change 1616 );
1717 </script >
1818
19+ <svelte:head >
20+ <title >UW Interactive Data Lab | Papers</title >
21+ </svelte:head >
22+
1923<div class =" md:pr-10" >
2024 {#each Object .keys (sectionedPapers ).sort ().reverse () as year }
2125 <div class ="heading" >{year }</div >
Original file line number Diff line number Diff line change 1111 </script >
1212
1313<svelte:head >
14+ <title >UW Interactive Data Lab | Papers</title >
1415 <!-- add citation metadata -->
1516 <meta property ="og:title" content ={paper .title } />
1617 <meta property =" og:type" content =" article" />
Original file line number Diff line number Diff line change 3030 </script >
3131
3232<svelte:head >
33+ <title >UW Interactive Data Lab | People</title >
3334 <!-- preload people images -->
3435 {#each members as person }
3536 <link rel ="preload" as ="image" href ={person .image } />
You can’t perform that action at this time.
0 commit comments