From b6b61f33bd41cc9368018c13a4718327f57d229d Mon Sep 17 00:00:00 2001 From: Athul Sasidharan Date: Fri, 30 Jan 2026 18:20:25 -0800 Subject: [PATCH 1/4] email on harassment updated --- CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONDUCT.md b/CONDUCT.md index 246f059..5329186 100644 --- a/CONDUCT.md +++ b/CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers via -**example@student.ubc.ca**. +**athulchira@gmail.com**. All complaints will be reviewed and investigated promptly and fairly. If the incident involves a member of the project team, that individual will recuse From 783c0047418c9cbdc636363e078dcfb4808479b9 Mon Sep 17 00:00:00 2001 From: Athul Sasidharan Date: Fri, 30 Jan 2026 18:29:41 -0800 Subject: [PATCH 2/4] added names and emails to toml file --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e8fa49..3038290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,10 @@ version = "0.1.0" description = "Python package for geospatial functions." authors = [ - { name = "Athul, Bala, Prabuddha, Shreya", email = "prabuddha.tamhane@gmail.com" }, + { name = "Athul Sasidharan", email = "athulchira@gmail.com" }, + { name = "Prabuddha Tamhane", email = "prabuddha.tamhane@gmail.com" }, + { name = "Shrabanti Bala Joya", email = "shrabantibala1502@gmail.com" }, + { name = "Shreya Kakachery", email = "shreyakakachery@gmail.com" }, ] license = "MIT" requires-python = ">= 3.10" # Adjust based on the minimum version of Python that you support From 5ce99aa0bfb4e3d01065e332fa716c655745b8d4 Mon Sep 17 00:00:00 2001 From: Athul Sasidharan Date: Fri, 30 Jan 2026 18:59:38 -0800 Subject: [PATCH 3/4] added contributors to conduct.md --- CONDUCT.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CONDUCT.md b/CONDUCT.md index 5329186..e1731ae 100644 --- a/CONDUCT.md +++ b/CONDUCT.md @@ -56,11 +56,21 @@ Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. +## Project Contributors + +This project is maintained and contributed to by: + +- Athul Sasidharan — athulchira@gmail.com +- Prabuddha Tamhane — prabuddha.tamhane@gmail.com +- Shrabanti Bala Joya — shrabantibala1502@gmail.com +- Shreya Kakachery — shreyakakachery@gmail.com + ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers via -**athulchira@gmail.com**. +- **athulchira@gmail.com** +- **prabuddha.tamhane@gmail.com** All complaints will be reviewed and investigated promptly and fairly. If the incident involves a member of the project team, that individual will recuse From 7d79e54612aaafba22139606f68381b433bd6526 Mon Sep 17 00:00:00 2001 From: Athul Sasidharan Date: Fri, 30 Jan 2026 20:02:39 -0800 Subject: [PATCH 4/4] added: how to add cite into README file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a262b2..6cd6cc1 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,12 @@ quarto preview - Shrabanti Bala Joya - Shreya Kakachery +## How to cite + +If you use this package in coursework, reports, or research, please cite the GitHub repository: + +Geospatial Toolkit contributors. (2026). *geospatial_toolkit* (Version 3.0.0) [Software]. GitHub. https://github.com/UBC-MDS/geospatial-toolkit + ## Copyright - Copyright © 2026 Athul, Bala, Prabuddha, Shreya.