From 802dcfd4891dd36e733284c252d0445960157dc3 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Mon, 22 Jan 2024 16:25:58 -0500 Subject: [PATCH] Add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb94671 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# LaTeX Template for Project Documentation + +## Overview + +This LaTeX template serves as a comprehensive tool for documenting new integration projects. It provides a structured format for presenting essential information about a project, making it an ideal choice for researchers, developers, or anyone looking to document their work systematically. + +## Example Usage + +The example provided in this template focuses on the integration of Microbial Systems. This research project was conducted by Narges Rahimi as part of her MSc thesis. The Python integration project was developed by Alireza Adli. + +## How to Use + +1. Clone this repository to your local machine: + + ```bash + git clone https://nextgenerations-cities.encs.concordia.ca/gitea/a_adli/research_project_integration_documentation.git + ```