Science Score: 41.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
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Repository
The only Itinerary planner, you will ever need
Basic Info
- Host: GitHub
- Owner: TripSage
- License: apache-2.0
- Language: JavaScript
- Default Branch: master
- Size: 9.57 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 12
- Releases: 0
Metadata Files
README.md
TripSage
The only Itinerary planner, you will ever need
See UI Mockups at : TRIPSAGE
Hello! Welcome to TripSage!
Why TripSage?
Travelling to a new country can be stressful. Couple that with COVID, almost impossible. But the mental health benefits of travelling to new and exciting places doesn’t have to be so risky and expensive. TripSage is a website that plans trips for users inside their home country. Simply, pick a destination state and cities, and you’ll be directed to your ideal trip. We have plans to include tags for: COVID -19 hotspots, whether the location is indoors, and the general population at that location to make sure users can practice safe travelling. A new way of life doesn’t have to mean you can’t travel. Explore the new of travelling with TripSage.
Tools used
We use Django, SQLite3, HTML, CSS, and Javascript.
New to Django?
Check out the basics: https://docs.djangoproject.com/en/3.1/intro/tutorial01/ The first 3 tutorials should be enough to get you started with our project. Want a more in-depth look at server-side development? Check out the basics: https://developer.mozilla.org/en-US/docs/Learn/Server-side This tutorial also covers Django.
How to Run:
Clone the git repository to the desired folder location on your system Navigate to the folder TripSage. This is the Django project. tripHome is the application for the project. A project can have multiple applications. Run on the command line: python manage.py runserver
Project Structure:
(Disclaimer: Need some knowledge of Django to understand Project structure, please go through above resources if needed) TripSage/ tripHome/ models.py views.py urls.py templates/ index.html base_generic.html result.html static/ js/ custom.js resultsPage.js
Group:
- Dhruvil Shah (dshah4)
- Neeraj Shukla (nshukla2)
- Poorvaja Penmetsa (ppenmet)
- Sreemoyee Ray (sray9)
- Sameer Adhikari (sadhika2)
Owner
- Name: TripSage
- Login: TripSage
- Kind: organization
- Repositories: 1
- Profile: https://github.com/TripSage
Citation (CITATION.md)
# Cite as ...
Dhruvil Shah, PPenmetsa, & sameeradh. <br>
(2020, September 8).
TripSage/TripSage: Initial Release <br>
(Version v1.0.0). Zenodo. <br>
https://doi.org/10.5281/zenodo.4019814
```bibtex
@software{dhruvil_shah_2020_4019814,
author = {Dhruvil Shah and
PPenmetsa and
sameeradh},
title = {TripSage/TripSage: Initial Release},
month = sep,
year = 2020,
publisher = {Zenodo},
version = {v1.0.0},
doi = {10.5281/zenodo.4019814},
url = {https://doi.org/10.5281/zenodo.4019814}
}
```
GitHub Events
Total
Last Year
Dependencies
- Django ==3.1.1
- pytest *
- pytest-pylint ==0.16.1
- requests *
- xmltodict *
- python *
