Skip to content

Commit

Permalink
hide the data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Dec 29, 2023
1 parent d057d89 commit 1594aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/SidePanel/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ const About = ({ expand, legislationsClickHandler }: Props) => {
<p>BetaNYC is a civic organization dedicated to improving lives in New York through civic design, technology, and data. With an aim to improve access to public interest technology, the Civic Innovation Lab at BetaNYC provides assistance with research, data analysis, and data visualization. The Civic Innovation Lab at BetaNYC created this project in response to a Research and Data Assistance Request (RADAR) submitted by the Right to Counsel NYC Coalition.Follow this link&#20;
<a className='underline' target='_blank' href={"https://beta.nyc/products/research-and-data-assistance-requests/"}>to learn more about RADARs and how to submit a request!</a></p>
</div>
<div className="m-[20px] ">
<div className="m-[20px] mb-[40px] ">
<p className='font-semibold text-body'>BetaNYC Civic Innovation Lab Team</p>
<p>Ashley Louie (Director), Hao Lun Hung (Project Lead), Erik Brown, Hailee Hoa Luong</p>
</div>
<div className="m-[20px] mb-[40px] ">
{/* <div className="m-[20px] mb-[40px] ">
<p className='mb-[8px] font-semibold text-title'>Data Sources</p>
<p>This website visualizes and maps the New York statewide support for the Housing Courts Must Change! Campaign launched by Right to Counsel NYC Coalition. Much of the data visualized on this website is collected and maintained by staff and members of the Right to Counsel NYC Coalition. This website was launched in December 2023, and the data is updated periodically to reflect sponsorship updates to Senate, Assembly, and Right to Counsel NYC Coalition members and endorsers.</p>
<div className='flex flex-col gap-[5px] mt-[10px]'>
Expand All @@ -92,7 +92,7 @@ const About = ({ expand, legislationsClickHandler }: Props) => {
<li>NY Senate districts [<a className='cursor-pointer' target='_blank' href='https://www.nyc.gov/site/planning/data-maps/open-data/districts-download-metadata.page'>link to dataset</a>] <br /> NYC Planning <p className='italic'>Political and Administrative Districts</p>Updated October 6, 2022</li>
<li>Zip code boundaries [<a className='cursor-pointer' target='_blank' href='https://github.com/OpenDataDE/State-zip-code-GeoJSON/blob/master/ny_new_york_zip_codes_geo.min.json'>link to dataset</a>]<br /> Open Data Delaware <p className='italic'>Zip code boundaries for each of the 50 states</p></li>
</div>
</div>
</div> */}
</div>
)
}
Expand Down

0 comments on commit 1594aae

Please sign in to comment.