AveResearch2026
README
Aves and the Effects of Urbanization
Authors: Quentin Bordelon, Conny Horton III, Sophia Iacono, Julia Zimmermann
Table of Contents
About
Hello! We are an undergraduate group at Louisiana State University conducting research on aves. Our research is focused on the effects of urbanization on bird count, frequency, and diversity. To conduct our study we are using data collected by citizen scientists on the iNaturalist platform. More information on our question, hypothesis, methodology and results can be found in the research via our slides or paper in the corresponding folder. Please consider helping out the research by reading the "How to Contribute" section.
How to Navigate This Repo
The project is structured as pictured below:
structure.
├──in/
├──Research/
│ ├──Papers/
├──slides/
├──src
│ ├──Acquisition/
│ └──Data/
└──requirements.txtThere are various markdown files in some of the folders for further documentation. Each main folder contains a certain part of the research which is described in the following way:
- in -> input files used in the code
- research -> research paper in various formats, graphs, worldpop maps
- slides -> notes and slides for presentation
- src -> all code used described in the Code section
Research
The papers will be uploaded inside the Research folder under the Papers folder: ./Research/Papers/
They will be available in LaTeX, pdf, and plaintext.
The data used in this research was graciously granted by the citizen science community at iNaturalist. All data used in the research is available for viewing and to download in the Research folder but is still subject to the Data User Agreement as detailed by GBIF and the iNaturalist platform. These observations are not owned by the members of this project and should be properly cited when relevant.
The data is chunked into sections for disk space reasons as well as api limits. The data is also available in json and in a parquet format.
Additionally, all population density data used for the analysis comes from WorldPop. The files used for the analysis will not be pushed to this repository so that cloning it does not take a couple hours. More information on the files will be detailed in the data folder readme.
Code
The code used in this project and research is broken up based on the problem that was attempted to be solved:
The code sections and their respective markdown files document the goal of each file/function and how they work.
All code was authored entirely by Quentin Bordelon and any further inquiries should be forwarded to the email listed in the contact section.
If there are any errors or issues in the code or any documentation please refer to the how to contribute section for how to submit pull requests to this repository.
Anyone is free to use and distribute this code freely as part of the MIT license which you can refer to in the license section. All code will, additionally, contain a header with the license.
How to Contribute
If you wish to contribute to our research you may do so by:
- Joining the project group on iNaturalist and submitting observations
or - Submitting a pull request for any errors, issues, or mistakes you see in the code or documentation or open an issue with the corresponding tag via github
To submit a pull request:
- Fork The project
- Create your change within your fork
- Commit your changes using appropriate commit convention:
git commit -m "docs: fixed spelling in FILENAME" - Create your pull request and include an explanation for the changes you are submitting.
Similarly, you may open an issue which will be reviewed as soon as possible.
Contact
For any questions, concerns, or inquiries regarding the project or the research, please contact my email - qborde1@lsu.edu
You can also reach me through my iNaturalist account
Ackowledgements
Thank you to all of those who have contributed to this project either through iNaturalist observations or through submitted pull requests. This project would not be possible without the citizen science community and their efforts to document our natural environment.
License
Distributed under the MIT License. See LICENSE for more information.