You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/readme.md
+43-12Lines changed: 43 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,51 @@ Time: 10-15 min • Prerequisites: [Docker](https://docs.docker.com/engine/in
83
83
84
84
## Dissertations Databases
85
85
86
-
Dissertations completed at Augusta University are archived on [ProQuest](https://www.proquest.com).
87
-
Accessing the full ProQuest database requires authentication.
88
-
The database search results depend on the institution though which the user is authenticated.
86
+
Augusta University uses ProQuest as the official publisher of doctoral dissertations.
87
+
However, ProQuest is a subscription-based service and it minimially requires authentication before a user is allowed to access full length documents.
88
+
As an author, and in spirit of open science, it is advisable to disseminate dissertations more broadly.
89
89
90
-
[Scholarly Commons](https://scholarlycommons.augusta.edu/home) is Augusta University's institutional repository.
91
-
All dissertations submitted to ProQuest will also appear in Scholarly Commons.
92
-
Scholarly Commons does not require authentication.
90
+
The following list contains various dissertation databases/options for distributing dissertations.
91
+
This dissertation can be found in all of them.
93
92
94
-
*[Theses and Dissertations 2020-2029 on Scholarly Commons](https://scholarlycommons.augusta.edu/collections/d04fb25e-8940-44b0-857f-3d96d1ce84b8/search)
95
-
*[Computer and Cyber Sciences Theses and Dissertations on Scholarly Commons](https://scholarlycommons.augusta.edu/collections/cdf0b4b7-90b3-4a35-97dd-022b804699b5/search)
96
-
* Query to find all Augusta University doctoral dissertations on ProQuest:
97
93
98
-
DG(Ph.D) AND SCH(1907)
94
+
*[Scholarly Commons](https://scholarlycommons.augusta.edu/home) is Augusta University's institutional repository.
95
+
All AU dissertations appear in Scholarly Commons.
96
+
Scholarly Commons does not require authentication.
99
97
100
-
* Query to find all Augusta University doctoral dissertations in computer science on ProQuest:
98
+
*[Theses and Dissertations 2020-2029 on Scholarly Commons ↗](https://scholarlycommons.augusta.edu/collections/d04fb25e-8940-44b0-857f-3d96d1ce84b8/search)
99
+
*[Computer and Cyber Sciences Theses and Dissertations on Scholarly Commons ↗](https://scholarlycommons.augusta.edu/collections/cdf0b4b7-90b3-4a35-97dd-022b804699b5/search)
100
+
101
+
*[HAL Theses](https://theses.hal.science) is an open archive of PhD thesis and habilitation theses.
102
+
*[Augusta University theses on HAL ↗](https://theses.hal.science/search/index?q=augusta+university)
103
+
104
+
*[Zenodo](https://zenodo.org) is an archival repository for all kinds of scholarly and research outputs, including theses.
105
+
There is an Augusta University community for research deposits affiliated with AU.
106
+
107
+
*[Dissertations affiliated with Augusta University on Zenodo ↗](https://zenodo.org/communities/au/records?q=&f=resource_type%3Apublication%2Binner%3Apublication-dissertation&l=list&p=1&s=10&sort=newest)
108
+
109
+
*[ProQuest](https://www.proquest.com) is a third party dissertation archival database used by Augusta University.
110
+
Accessing the full ProQuest database requires authentication.
111
+
The database search results depend on the intituition through witch the user authenticates.
112
+
113
+
* Query to find all Augusta University doctoral dissertations in computer science on ProQuest:
114
+
115
+
DG(Ph.D) AND SCH(1907) AND DEP(Computer and Cyber Sciences)
116
+
117
+
## Citation
118
+
119
+
Please acknowledge references to this dissertation, or its artifact, with the following citation.
120
+
121
+
```bibtex
122
+
@phdthesis{rusch2025,
123
+
title = {Applied Implicit Computational Complexity},
124
+
author = {Neea Rusch},
125
+
year = 2025,
126
+
month = 9,
127
+
school = {Augusta University},
128
+
address = {Augusta, Georgia, United States},
129
+
doi = {10.5281/zenodo.17148449},
130
+
type = {PhD thesis}
131
+
}
132
+
```
101
133
102
-
DG(Ph.D) AND SCH(1907) AND DEP(Computer and Cyber Sciences)
0 commit comments