Skip to content

Commit d89e237

Browse files
authored
edit readme
1 parent 59a18a1 commit d89e237

1 file changed

Lines changed: 43 additions & 12 deletions

File tree

.github/readme.md

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,51 @@ Time: 10-15 min • Prerequisites: [Docker](https://docs.docker.com/engine/in
8383

8484
## Dissertations Databases
8585

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.
8989

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.
9392

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:
9793

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.
9997

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+
```
101133

102-
DG(Ph.D) AND SCH(1907) AND DEP(Computer and Cyber Sciences)

0 commit comments

Comments
 (0)