ase-homework-group22
Science Score: 54.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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: nandinimundra00
- License: mit
- Language: Python
- Default Branch: main
- Size: 741 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 1
Created about 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.md
ASE-Homework-group22
This repository contains homework done by group 22 for ASE course(CSC 591)
Github Pages:
- Built on
Getting started:
Prerequisite:
- Download Python3.
Installation:
- Install all the requirements:
pip install -r requirements.txtRun Instructions
- Clone this (LUA to Python) github repo.
Run:
- Test:
- To run all tests, run the command
python -m src.main --go ALL - To run a specific test, run the command
python -m src.main --go <test-name>(Note: Test name we have num, sym, the, rand) - To see the help section, run the command
python -m src.main -help
License
This project is licensed under the terms of the MIT license. Please check LICENSE for more details.
Roadmap
Documentation
Help yourself by referring here
Contributors
Thanks goes to these wonderful people.
Nandini Mundra |
Shubham Loya |
Nitesh Mishra |
Owner
- Login: nandinimundra00
- Kind: user
- Repositories: 2
- Profile: https://github.com/nandinimundra00
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: ASE-Homework-group22
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Nandini
family-names: Mundra
email: nandinimundra00@gmail.com
- given-names: Shubham
family-names: Loya
email: shubhaml3521@gmail.com
- given-names: Nitesh
family-names: Mishra
email: nitesh31mishra@gmail.com
identifiers:
- type: doi
value: 10.5281/zenodo.7552293
repository-code: 'https://github.com/nandinimundra00/ASE-Homework-group22/'
license: MIT
GitHub Events
Total
Last Year
Dependencies
.github/workflows/doc-gen.yaml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
- codecov/codecov-action v2 composite
- peaceiris/actions-gh-pages v3 composite
Pipfile
pypi
- pdoc3 *
Pipfile.lock
pypi
- mako ==1.2.4
- markdown ==3.4.1
- markupsafe ==2.1.2
- pdoc3 ==0.10.0
requirements.txt
pypi
- coverage *
- pdoc3 ==0.10.0
- pipenv *
- sphinx *
setup.py
pypi