diff --git a/src/_data/citations.json b/src/_data/citations.json new file mode 100644 index 0000000..69f2f25 --- /dev/null +++ b/src/_data/citations.json @@ -0,0 +1,20 @@ +[ + { + "title": "Queer Memes: Forms and Communities of Composition", + "authors": "Abbie Levesque DeCamp", + "year": "2023", + "publisher": "Northeastern University Boston", + "link": "https://repository.library.northeastern.edu/files/neu:4f22t092c", + "pdf": "https://repository.library.northeastern.edu/files/neu:4f22t092c/fulltext.pdf", + "doi": "https://doi.org/10.17760/D20618644" + }, + { + "title": "Singular Purpose: Calculating the Degree of Ethno-Religious Over-representation in the US No-Fly List", + "authors": "Matteo Garofalo", + "year": "2024", + "publisher": "International Journal for Crime, Justice and Social Democracy", + "link": "https://www.crimejusticejournal.com/article/view/3069", + "pdf": "https://www.crimejusticejournal.com/article/view/3069/1445", + "doi": "https://doi.org/10.5204/ijcjsd.3069" + } +] \ No newline at end of file diff --git a/src/_data/nav.json b/src/_data/nav.json index 24d2048..2f2ff11 100644 --- a/src/_data/nav.json +++ b/src/_data/nav.json @@ -7,6 +7,10 @@ "name": "blog", "link": "/posts/" }, + { + "name": "citations", + "link": "/citations/" + }, { "name": "contact", "link": "/contact/" diff --git a/src/citations.njk b/src/citations.njk new file mode 100644 index 0000000..8f687de --- /dev/null +++ b/src/citations.njk @@ -0,0 +1,29 @@ +--- +title: maia academic citations :3 +subhead: academic citations +permalink: /citations/index.html +date: git Last Modified +--- +{% extends 'layouts/default.njk' %} +{% block main %} +

a collection of various academic mentions of me and my work, if you have + also cited my work in a paper but it isn't on this list yet feel free to contact me

+
+ +
+{% endblock %} \ No newline at end of file diff --git a/src/css/style.scss b/src/css/style.scss index 1b19cb0..7fb6383 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -61,7 +61,7 @@ footer, .list-entry { list-style-type: none; - h2 { + h2, h3 { margin-bottom: 0; } } @@ -126,7 +126,8 @@ table { time, .author, -.updated { +.updated, +.year { font-weight: bold; }