Authors: Alex Fuster Katherine Hébert Francis Banville Dominique Caron Dominique Gravel Gracielle Higino Pablo Silva
The objective of our study is to develop a metric that quantifies the degree of association between a community response to a specific environment and its species interactions. The primary goal we envision for this metric is to serve as an indicator of the predictability and stability of communities in the face of environmental changes. Additionally, the metric could also allow for exploring numerous relevant questions on species' responses to the biotic and abiotic environments.
You can read more about our theoretical approach here
The project follows the following folder structure:
- a_code/: Contains the source code files for our analyses.
/functions/: Contains the stand-alone functions we call in our scripts.
- b_data/: Contains the data files for the project. This folder is not watched by git. Do not upload data into our repository.
/raw/: Only raw data - do not manipulate!
/clean/: Only cleaned data (outputs of raw data manipulations).
- c_outputs/: Contains all the outputs of our analyses, including figures.
- d_manuscript/: Contains the manuscript files (source and rendered), including *.bib file and templates.
- e_supporting_material/: Contains any extra supporting material for reference.
Additional files can be found in our Google Drive, such as raw data, reference papers, the program of our in-person meeting, and technical guides.
The project follows the following naming convention:
Always use lowercase
Code files: Use descriptive names that reflect the purpose of the file. Enumerate according to the order in which the scripts should be run. Ex.: "00-download_data.R", "01-clean_occurrence_data.R", etc.
Folders: only first-level folders get an alphabetical order prefix (e.g., "a_ code/"). Subfolders should be ordered as needed.
1. Case Sensitivity:
2. Folder Structure:
3. Naming Folders:
4. Naming Files Differently:
5. Separating Code Files:
Example File Naming:
species_occurrence_data.csv
cleaned_occ_data.csv
02-correlation_analysis.R
user_guide.pdf
formating_reference.md
Adhering to this naming convention will ensure consistency, clarity, and ease of use across the development team, facilitating efficient collaboration and maintenance of our project.
To contribute to this project, follow the rules delineated in the CONTRIBUTING.md file.
This project is licensed under the MIT License. See the LICENSE file for details.