Compare commits

...

2 Commits

Author SHA1 Message Date
605252f812 update deps 2026-05-26 21:43:45 -05:00
db6229e955 adding research papers 2026-05-26 21:24:25 -05:00
4 changed files with 37 additions and 11 deletions

22
src/requirements.txt Executable file → Normal file
View File

@@ -1,23 +1,23 @@
blinker==1.9.0 blinker==1.9.0
certifi==2026.1.4 certifi==2026.5.20
charset-normalizer==3.4.4 charset-normalizer==3.4.7
click==8.3.1 click==8.4.1
Flask==3.1.3 Flask==3.1.3
Flask-Minify==0.50 Flask-Minify==0.50
gunicorn==25.1.0 gunicorn==26.0.0
htmlminf==0.1.13 htmlminf==0.1.13
idna==3.11 idna==3.16
itsdangerous==2.2.0 itsdangerous==2.2.0
Jinja2==3.1.6 Jinja2==3.1.6
jsmin==3.0.1 jsmin==3.0.1
lesscpy==0.15.1 lesscpy==0.15.1
MarkupSafe==3.0.3 MarkupSafe==3.0.3
packaging==26.0 packaging==26.2
ply==3.11 ply==3.11
psycopg2-binary==2.9.11 psycopg2-binary==2.9.12
rcssmin==1.2.2 rcssmin==1.2.2
requests==2.32.5 requests==2.34.2
six==1.17.0 six==1.17.0
urllib3==2.6.3 urllib3==2.7.0
Werkzeug==3.1.6 Werkzeug==3.1.8
xxhash==3.6.0 xxhash==3.7.0

View File

@@ -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": { "PsyCom - Physical Combinatorics": {
"status": "WIP", "status": "WIP",
"classes": "programming", "classes": "programming",

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB