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 (8.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

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

README.md

![Code Size](https://img.shields.io/github/languages/code-size/VSangarya/SE22-group23-HW1) ![Downloads](https://img.shields.io/github/downloads/VSangarya/SE22-group23-HW1/total) ![License](https://img.shields.io/github/license/VSangarya/SE22-group23-HW1) ![Commit Acitivity](https://img.shields.io/github/commit-activity/m/VSangarya/SE22-group23-HW1?style=flat-square) ![Forks](https://img.shields.io/github/forks/VSangarya/SE22-group23-HW1?style=social)![Build](https://github.com/VSangarya/SE22-group23-HW1/actions/workflows/build.yml/badge.svg)[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE-OF-CONDUCT.md) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7033592.svg)](https://doi.org/10.5281/zenodo.7033592)

SE22-group23-HW1

The repository is for HW 1 for CSC 510 to demonstrate various files in a good Github repo.


Installation Guide:

  • Refer to Install.md.


    Contributing:

  • Refer to Contributing.md. for rules on how to contribute to the repository.


    Code of Conduct:

  • Please adhere to the code of conduct mention in CODE-OF-CONDUCT.md to ensure an inclusive environment for all contributors.


    LICENSE:

  • MIT


    Functions

    • SimpleInterest(principal, rate, time):
      • Input: principal (Principal Amount)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
      • Output: Simple Interest on the principal at r% per annum for time years

    • CompoundInterest(principal, rate, time):
      • Input: principal (Principal Amount)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
      • Output: Compund Interest on the principal at r% per annum for time years

    • Inflation(principal, rate, time):
      • Input: principal (Original Price)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
      • Output: Inflation on the principal at r% per annum for time years


    • PurchasingPower(principal, rate, time)
      • Input: principal (Total Money)- FLOAT>0, Rate(% rate of interest per annum)- FLOAT>0, time(number of years)- FLOAT>0
      • Output: Purchasing Power of the principal after timeyears, when its value depreciates at r % per annum

  • Owner

    • Name: Vishwesh Sangarya
    • Login: VSangarya
    • Kind: user

    Computer Science Grad Student at NCSU

    Citation (CITATION.md)

    Zenodo DOI badge for version 1.0.0 of the Homework repository : 
    [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7033592.svg)](https://doi.org/10.5281/zenodo.7033592)
    
    Reference to Zenodo Citation of the repository : [link](https://zenodo.org/record/7033592#.Yw2EE3bMK5c)
    

    GitHub Events

    Total
    Last Year

    Dependencies

    .github/workflows/build.yml actions
    • actions/checkout v3 composite