st0245
Project for the second-semester course "Data Structures and Algorithms I" (ST0245) taught at EAFIT University (Medellín, Colombia) by prof Mauricio Toro
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Keywords
Repository
Project for the second-semester course "Data Structures and Algorithms I" (ST0245) taught at EAFIT University (Medellín, Colombia) by prof Mauricio Toro
Basic Info
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Street Harassment in Medellin
Research of an algorithm able to provent the street harassment in Medellin combining distance and harassment risk.
Project for the second-semester course "Data Structures and Algorithms I" (ST0245) taught at EAFIT University (Medellín, Colombia) by prof Mauricio Toro.
Contents
Project Structure
├── CITATION.cff
├── README.md <- Details about the project.
├── .gitignore
│
├── code <- Folder containing all the development stages of the project in code.
│ ├── delivery1
│ ├── delivery2
│ └── final-delivery <- Folder containing the final results of this project.
│ └── src/data <- Datasets used and collected for this project.
│
└── docs <- Folder to store all documentation of the project.
│
├── reports
│ ├── delivery1
│ ├── delivery2
│ └── final-delivery <- Folder containing the final Report of this project.
│
└── presentations
├── delivery1
├── delivery2
└── final-delivery <- Folder containing the final Presentation of this project.
Motivation
Sexual harassment is a problem women experience in their daily life, this can include verbal and non-verbal abuse, and can take place everywhere. Due to this, in order to make women feel more safe, this project and research is about using an algorithm that is able to calculate different paths depending on the distance and the sexual harassment of Medellin streets.
In the Reports of the project, you will find the reasons for the development of this project and the proposed solutions. Also, how all the authors of this, made possible the final results.
Documentation
Note: Please read the Project Structure at the start and the documentation in docs folder.
This project had a special development and documentation process, according to the course instructions. In the docs folder, you will find two folders with documentation.
The first one, reports, has all the Technical Reports about the project, there you will know how the problem was studied, what were factors taken into account, and how we created the solution. And the second one, presentations, has the Presentations used in class to explain the project.
This research is in a OSF repository.
For the development of the algorithm, we used Dijkstra Algorithm[^definition_dijkstra] to calculate the Shortest and Safest Path in Medellin, reading a starting point and a target point. To plot the map and see the generated paths, was used the Google Maps API.
Caveats
The program is not user-friendly. For default, when the program is executed, calculate three paths between the National University of Colombia and EAFIT University. Thus, if you want to calculate another path, you have to manually search for the coordinates and added them to the function.
To plot the map, you need an API Key from Google Cloud to read the information from the official data of Google Maps.
The installation process could be difficult, in this project, many libraries were used, thus, you need to have the correct environment to run the program on your console.
Be aware that the program breaks in certain cases, where the coordinates are wrong. However, in future adaptations of the project this can be improved. See Contribute.
Install
Note: This project was not develop with a Python Virtual Environment.
In the final-delivery code folder, you will find a
requirements.txtfile with the requirements to run this program with the respective Python Libraries.Run:
git clone git@github.com:alejoriosm04/ST0245.gitDo not modify the file structure, it could lead to problems with execution.
To see the map plot, the program will open automatically your default browser, if this does not happen, open the
map.htmlfile on your browser and you will see the paths in the Google Maps map.
Demo
- A screenshot of the generated paths plotted on Google Maps by the algorithm
Contribute
Since this is the authors' coursework, we will not review pull requests. However, this project has a great future and each of the authors plans to improve this project in different ways in the development of the program at EAFIT University.
We want anyone who sees this project and the research done to continue developing solutions and use this progress as a basis for developing a better product. See License.
Authors
- Thanks to the collaboration of all authors, who made the development of this project possible🤝.
License
This software project is licensed under the CC-By Attribution 4.0 International[^license].
Copyright (c) 2022, Alejandro Ríos-Muñoz, Marcela Londoño-León, Juan Alejandro Osorno-Bustamante.
[^definition_dijkstra]: Wikipedia: "Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph".
[^license]: Creative Commons.
Owner
- Name: Alejandro Ríos Muñoz
- Login: alejoriosm04
- Kind: user
- Location: Colombia
- Company: @gruponovaeafit
- Twitter: alejoriosm04
- Repositories: 5
- Profile: https://github.com/alejoriosm04
Majoring in Computer Science @EAFIT🇨🇴
Citation (CITATION.cff)
cff-version: 1.2.0
title: ST0245
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Alejandro
family-names: Ríos Muñoz
affiliation: Universidad EAFIT
- given-names: Marcela
family-names: Londoño León
affiliation: Universidad EAFIT
- given-names: Juan Alejandro
family-names: Ozorno Bustamante
affiliation: Universidad EAFIT
repository-code: >-
https://github.com/alejoriosm04/ST0245
abstract: >-
Sexual harassment is a problem women experience in their daily life, this can include verbal and non-verbal abuse, and can take place everywhere, in Medellin “over 61,5% of women for certain neighborhoods manifest that they felt insecure to move around the city after 7pm” [10]. The importance of this problem is that the fear women experienced of sexual harassment, make them take a certain behaviour to prevent walking and passing by those places they’re more likely to be abuse, which affect their life opportunities and freedoms of mobility. Due to this, in order to make women feel more safe, this project and research is about using an algorithm that is able to calculate different paths depending on the distance and the sexual harassment of Medellin streets.
keywords:
- Python
- Shortest and Safest Path
- Sexual Harassment
- Medellin
- Dijkstra
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- gmplot *
- numpy *
- pandas *