Skip to content

Agricultural-institute/project-template-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 

Repository files navigation

πŸ’‘ Project structure

This is a structured template repository designed specifically for research projects. It provides a well-organized framework that can be used as a starting point for any new research project. The template includes directories for analyses, documents, images, manuscripts, measurements, etc., each with its own set of relevant subdirectories and files. The use of emojis provides a visual guide to the type of content in each file, making it easy to navigate and understand the project structure. By using this template, you can ensure a consistent and efficient organization of research project, thereby facilitating better collaboration and understanding among team members.

To use this project template, follow these steps:

  1. Navigate to the releases page of this repository.
  2. Select the most recent release.
  3. Look for the project_template.zip file in the assets section of the release.
  4. Click on project_template.zip to download the file.

Once downloaded, you can unzip the file to access the project template.

General structure

πŸ“š project_template
β”‚
β”œβ”€β”€ πŸ“– project_description.txt                
β”‚
β”œβ”€β”€ πŸ“‚ processing
β”‚   β”œβ”€β”€ πŸ“‚ Pix4D
β”‚   β”‚   β”œβ”€β”€ πŸ“‚ YY_MM_DD_LOC
β”‚   β”‚   └── πŸ“‚ ...
β”‚   β”œβ”€β”€ πŸ“‚ GIS
β”‚   β”‚   β”œβ”€β”€ πŸ“‚ YY_MM_DD_LOC
β”‚   β”‚   └── πŸ“‚ ...
β”‚   └── πŸ“‚ scripts
β”‚       β”œβ”€β”€ πŸ“œ classifications.R
β”‚       β”œβ”€β”€ πŸ“œ anova.R
β”‚       └── πŸ“œ ...
β”‚
β”œβ”€β”€ πŸ“‚ experimental_design
β”‚   β”œβ”€β”€ πŸ“Š design.xlsx
β”‚   β”œβ”€β”€ πŸ“Š plant_labels.xlsx
β”‚   β”œβ”€β”€ πŸ“„ protocols.docx
β”‚   └── πŸ“„ ...
β”‚
β”œβ”€β”€ πŸ“‚ documentation
β”‚   β”œβ”€β”€ πŸ“‚ manuscripts
β”‚   β”‚   β”œβ”€β”€ πŸ“„ manuscript_v1.docx
β”‚   β”‚   β”œβ”€β”€ 🎨 figures.svg
β”‚   β”‚   └── πŸ“ draft.txt
β”‚   β”œβ”€β”€ πŸ“‚ meetings
β”‚   β”‚   β”œβ”€β”€ πŸ“„ resolution_1.docx
β”‚   β”‚   β”œβ”€β”€ πŸ“„ meeting_notes.docx
β”‚   β”‚   └── πŸ“„ ...
β”‚   └── πŸ“‚ miscellaneous
β”‚       β”œβ”€β”€ πŸ“‚ photos
β”‚       β”‚   β”œβ”€β”€ πŸ–ΌοΈ photo_1.jpg
β”‚       β”‚   └── πŸ–ΌοΈ ...
β”‚       β”œβ”€β”€ πŸ“„ administration.docx
β”‚       β”œβ”€β”€ πŸ“„ fun_facts.docx
β”‚       └── πŸ“Š ...
β”‚
β”œβ”€β”€ πŸ“‚ images
β”‚   β”œβ”€β”€ πŸ“‚ multispectral 
β”‚   β”‚   β”œβ”€β”€ πŸ“‚ YY_MM_DD_LOC
β”‚   β”‚   β”‚   β”œβ”€β”€ πŸ–ΌοΈ image_1.tif
β”‚   β”‚   β”‚   └── πŸ–ΌοΈ ...
β”‚   β”‚   └── πŸ“‚ ...
β”‚   └── πŸ“‚ hyperspectral 
β”‚       β”œβ”€β”€ πŸ“‚ YY_MM_DD_LOC
β”‚       β”‚    β”œβ”€β”€ πŸ“‚ radiance
β”‚       β”‚    β”‚   └── πŸ–ΌοΈ image_1.hdr
β”‚       β”‚    β”œβ”€β”€ πŸ–ΌοΈ image_1.hdr
β”‚       β”‚    └── πŸ–ΌοΈ ...
β”‚       └── πŸ“‚ ...
β”‚ 
└── πŸ“‚ measurements
    β”œβ”€β”€ πŸ“‚ GPS
    β”‚   β”œβ”€β”€ πŸ“ YY_MM_DD_LOC_coordinates_plants.txt
    β”‚   └── πŸ“ ...
    β”œβ”€β”€ πŸ“‚ LiCor
    β”‚   β”œβ”€β”€ πŸ“Š YY_MM_DD_LOC_potato_plants.xlsx
    β”‚   └── πŸ“Š ...
    β”œβ”€β”€ πŸ“‚ LAI                
    β”‚   β”œβ”€β”€ πŸ“Š YY_MM_DD_LOC_maize_plants.xlsx
    β”‚   └── πŸ“Š ...
    └── πŸ“‚ ...
 

Note: In the directory YY_MM_DD_LOC is a placeholder where:

  • YY stands for the two-digit year of the experiment.
  • MM stands for the two-digit month of the experiment.
  • DD stands for the two-digit day of the experiment.
  • LOC stands for the location of the experiment.

For example, a directory named 22_03_15_FieldA would represent an experiment conducted on March 15, 2022, at location 'FieldA'.

About

πŸ“Š Project structure for remote sensing laboratory.

Resources

Stars

Watchers

Forks