Skip to content

Commit

Permalink
Merge pull request #62 from tinykite/migrate-community-use-data
Browse files Browse the repository at this point in the history
feat: Add community impact section to about page
  • Loading branch information
tinykite authored Feb 12, 2024
2 parents 01bb46d + 63e1645 commit 27b61e9
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/aboutSidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const anchorLinks = [
title: "Press",
url: "#press",
},
{
title: "Community Impact",
url: "#community-impact",
},
{
title: "Friends and Partners",
url: "#friends-and-partners",
Expand Down
67 changes: 67 additions & 0 deletions src/templates/cap-about-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,73 @@ export class CapAboutPage extends LitElement {
<h2 class="interiorMain__decorator" id="press">Press</h2>
<cap-media-list .data=${pressLinks}></cap-media-list>
<h2 class="interiorMain__decorator" id="community-impact">
Community Impact
</h2>
<p>
The Caselaw Access Project is shown in 50+ library guides. Here are
nearly a dozen examples!
</p>
<ul>
<li>
<a href="https://libguides.mit.edu/comptools"
>APIs for Scholarly Resources</a
>, Massachusetts Institute of Technology (MIT)
</li>
<li>
<a href="https://libguides.asu.edu/openaccess/opendata-science"
>Open Access</a
>, Arizona State University
</li>
<li>
<a href="https://guides.lib.utexas.edu/c.php?g=815698&p=5821508"
>Finding Humanities Data</a
>, University of Texas Libraries
</li>
<li>
<a href="https://umb.libguides.com/PrimarySources/openaccess"
>Primary Sources: A Research Guide</a
>, University of Massachusetts Boston
</li>
<li>
<a href="https://guides.library.umass.edu/legal/statecases"
>Law and Legal Studies</a
>, University of Massachusetts Amherst
</li>
<li>
<a href="https://guides.lib.virginia.edu/c.php?g=515084&p=5578061"
>Data and Statistics</a
>, University of Virginia
</li>
<li>
<a href="https://libguides.umn.edu/text-mining">Text Mining</a>,
University of Minnesota
</li>
<li>
<a href="https://libguides.princeton.edu/c.php?g=916665&p=6607543"
>Sources of Legal and Judicial Data</a
>, Princeton University
</li>
<li>
<a
href="https://guides.loc.gov/free-case-law/caselaw-access-project"
>How to Find Free Case Law Online</a
>, Library of Congress
</li>
<li>
<a
href="https://guides.library.brandeis.edu/c.php?g=633861&p=4432485"
>Legal History</a
>, Brandeis University
</li>
</ul>
<p>
Have questions about how to share CAP at your library, or ideas for
how we can better support your patrons? From our library to yours,
we're excited to hear from you. Please
<a href="mailto:[email protected]">reach out!</a>
</p>
<h2 class="interiorMain__decorator" id="friends-and-partners">
Friends and Partners
</h2>
Expand Down

0 comments on commit 27b61e9

Please sign in to comment.