diff --git a/src/static/json/projects.json b/src/static/json/projects.json index 22af7ce..d547e96 100755 --- a/src/static/json/projects.json +++ b/src/static/json/projects.json @@ -1,4 +1,30 @@ { + "Human vs AI Code Smell Study": { + "status": "complete", + "classes": "programming", + "bgi": "aiCodeGroups.png", + "content": "Research paper comparing human vs AI code maintainability based on mature code smell detection algorithms.", + "links": [ + [ + "globe", + "http://files.asimonson.com/u/AIcodeSmells.pdf", + "Paper" + ] + ] + }, + "Generalized Trust Review": { + "status": "complete", + "classes":"programming", + "bgi": "blanketTrust.png", + "content": "Short analysis correlating societal blanket trust of press and scientific institutions.", + "links": [ + [ + "globe", + "http://files.asimonson.com/u/blanketTrust.pdf", + "Paper" + ] + ] + }, "PsyCom - Physical Combinatorics": { "status": "WIP", "classes": "programming", diff --git a/src/static/photos/projects/aiCodeGroups.png b/src/static/photos/projects/aiCodeGroups.png new file mode 100644 index 0000000..b87c440 Binary files /dev/null and b/src/static/photos/projects/aiCodeGroups.png differ diff --git a/src/static/photos/projects/blanketTrust.png b/src/static/photos/projects/blanketTrust.png new file mode 100644 index 0000000..7916d30 Binary files /dev/null and b/src/static/photos/projects/blanketTrust.png differ