Science Score: 28.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
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: hacker95-bot
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 70.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Contributing Code of conduct Citation

README.md

NCSU CSC-510 Software Engineering Project 1 GROUP-0

License: MIT Build DOI GitHub Release Python GitHub issues GitHub closed issues Lines of code codecov

General Info

Assignment 1: This project focuses on creating a good Github repository with simple python functions

Technologies

Python 3.8.0

Prerequisites

This project requires python setup

Structure

txt .gitignore .travis.yml CITATION.md CODE-OF-CONDUCT.md CONTRIBUTING.md INSTALL.md LICENSE.md README.md setup.py requirements.txt data/ README.md test/ README.md code/ __init__.py

Group Members

1) Bharath Katabathuni (bkataba) 2) Bapiraju Vamsi Tadikonda (btadiko) 3) Vinay Kumar Reddy Perolla (vperoll) 4) Sai Sree Nalluru (snallur) 5) Swimitha Reddy Buchannolla (sbuchan2)

Owner

  • Login: hacker95-bot
  • Kind: user

Citation (CITATION.md)

Bapiraju Vamsi Tadikonda, Bharath Katabathuni, Vinay Kumar Reddy Perolla, Sai Sree Nalluru, Swimitha Reddy Buchannolla

Software Engineering Homework1

August 2022

```bibtex
@software{SE_HW1,
  title     = Software Engineering Homework 1},
  DOI       = {10.5281/zenodo.7021434},
  url       = {https://doi.org/10.5281/zenodo.7021434}
  author    = {Bapiraju Vamsi Tadikonda, Bharath Katabathuni, Vinay Kumar Reddy Perolla, Sai Sree Nalluru, Swimitha Reddy Buchannolla}, 
  publisher = {Zenodo}, 
  year      = {2022}, 
  month     = {August}
}
```

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • pytest *
  • setuptools ==65.3.0
  • six ==1.16.0
  • versioneer *
.github/workflows/python-app.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v2 composite