Skip to content

Commit 2955e1d

Browse files
committed
add resources
1 parent 8e28f88 commit 2955e1d

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

my-app/src/pages/Projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
.body {
1414
padding: 20px;
15+
text-align: center;
1516
}
1617
.header {
1718
font-weight: bold;

my-app/src/pages/Projects.js

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,43 @@ const Projects = () => {
202202
gentrification in Puerto Rico could look different now compared to back
203203
then. Using current housing data could circumvent that issue.
204204
</div>
205+
206+
<h2 className="header">Resources</h2>
207+
<div className="body">
208+
If you'd like to recreate my project, learn more about AI, or learn more
209+
about the ongoing gentrification in Puerto Rico, here are some resources
210+
to help you out!
211+
</div>
212+
<ul>
213+
<li>
214+
<a href="https://data.census.gov/all?q=Puerto+Rico">
215+
Puerto Rico Census Data
216+
</a>
217+
</li>
218+
<li>
219+
<a href="https://scikit-learn.org/stable/">scikit-learn</a>
220+
</li>
221+
<li>
222+
<a href="https://scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html#sklearn.semi_supervised.SelfTrainingClassifier">
223+
SelfTrainingClassifer
224+
</a>
225+
</li>
226+
<li>
227+
<a href="https://periodismoinvestigativo.com/2022/12/a-nightmare-for-puerto-ricans-to-find-a-home-while-others-accumulate-properties/">
228+
Centro De Periodismo Investigativo
229+
</a>
230+
</li>
231+
<li>
232+
<a href="https://www.nytimes.com/2017/09/26/upshot/nearly-half-of-americans-dont-know-people-in-puerto-ricoans-are-fellow-citizens.html?mcubz=3&_r=0">
233+
NY Times
234+
</a>
235+
</li>
236+
<li>
237+
<a href="https://pll.harvard.edu/course/cs50s-introduction-artificial-intelligence-python">
238+
Harvard CS50’s Introduction to Artificial Intelligence with Python
239+
</a>
240+
</li>
241+
</ul>
205242
</div>
206243
);
207244
};

0 commit comments

Comments
 (0)