File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
.body {
14
14
padding : 20px ;
15
+ text-align : center;
15
16
}
16
17
.header {
17
18
font-weight : bold;
Original file line number Diff line number Diff line change @@ -202,6 +202,43 @@ const Projects = () => {
202
202
gentrification in Puerto Rico could look different now compared to back
203
203
then. Using current housing data could circumvent that issue.
204
204
</ 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 >
205
242
</ div >
206
243
) ;
207
244
} ;
You can’t perform that action at this time.
0 commit comments