*David> print research >> mapM_ print (filter ((==) "research" . fst) projects)
-
Here are my recent research projects and some of their final papers.
*David> print math >> mapM_ print (filter ((==) "math" . fst) projects)
-
Here are the final reports of some of my past mathematics projects.
*David> print comp >> mapM_ print (filter ((==) "comp" . fst) projects)
-
Here are some of my past computing projects, whose repositories are publicly hidden due to internal regulations, but can be provided upon request.