homework-2b-group-23
Repository for homework 2b made by group 23
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 (11.0%) to scientific vocabulary
Repository
Repository for homework 2b made by group 23
Basic Info
- Host: GitHub
- Owner: ineelshah
- License: mit
- Language: Python
- Default Branch: main
- Size: 39.1 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Homework-2b-Group-23
Repository for homework 2b made by group 23
Description
- There are two programs in the src folder
- Greetings
- Division
- Greetings take the user parameters and creates a personalized message.
- Since, we cannot publish user data on a public platform without authorization, user data is stored in user parameters which will be provided in gitignore.
- The Division function computes simple division operation.
- Both the programs have been tested using various test cases.
What is gitignore ?
A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected.
What is CODEOFCONDUCT.md ?
A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions. It also outlines procedures for addressing problems between members of your project's community.
What is CONTRIBUTING.md ?
A CONTRIBUTING.md file, provides with a guide on how and where to contribute.
What is setup.py ?
setup.py tells what module/package you are about to install.
What is CITATION.cff ?
The citation file format is plain text with human- and machine-readable citation information.
Owner
- Name: Neel Shah
- Login: ineelshah
- Kind: user
- Location: Raleigh, USA
- Company: North Carolina State University
- Website: linkedin.com/in/ineelshah
- Twitter: NeelShah2709
- Repositories: 3
- Profile: https://github.com/ineelshah
Masters Student at North Carolina State University. Diverse, and focused on the right things
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Shah" given-names: "Neel Kamlesh" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Shah" given-names: "Jay Rajiv" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Tathavadkar" given-names: "Ameya" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Shah" given-names: "Harshil" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Patel" given-names: "Parth Vijaykumar" orcid: "https://orcid.org/0000-0000-0000-0000" title: "CSC510 Homework 2b Group 23" version: 1.0.0 doi: 10.5281/zenodo.5348977 date-released: 2021-09-01 url: "https://doi.org/10.5281/zenodo.5348977"
GitHub Events
Total
Last Year
Dependencies
- configparser *
- numpy *
- pytest *