ringapp

A database app for ring theory

https://github.com/rschwiebert/ringapp

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

Repository

A database app for ring theory

Basic Info
  • Host: GitHub
  • Owner: rschwiebert
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 2.27 MB
Statistics
  • Stars: 22
  • Watchers: 3
  • Forks: 4
  • Open Issues: 7
  • Releases: 2
Created over 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

RingApp

A database app for ring theory

The goal of the project is to function as a convenient example/counter-example reference for researchers and students of ring theory.

https://ringtheory.herokuapp.com

Users can browse the examples of rings and the ring-theoretic properties that have been compiled. The examples are associated with the properties they do (and do not) have. The major feature is the ability to search the database for rings satisfying given ring-theoretic criteria.

If this project helps you in your publication, you can use the button in github to easily grab the citation data.

Here's the digital object identifier:

DOI

Owner

  • Login: rschwiebert
  • Kind: user
  • Location: Pittsburgh, PA

Mathematician/Software Developer

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: RingApp
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Database of Ring Theory Community
    email: databaseofringtheory@gmail.com
identifiers:
  - type: doi
    value: 10.5281/zenodo.7745150
    description: >-
      https://github.com/rschwiebert/RingApp/releases/tag/v1.1.0
repository-code: 'https://github.com/rschwiebert/RingApp'
abstract: >
  The goal of the project is to function as a convenient
  example/counter-example reference for researchers and
  students of ring theory. 


  Users can browse the examples of rings and the
  ring-theoretic properties that have been compiled. The
  examples are associated with the properties they do (and
  do not) have. The major feature is the ability to search
  the database for rings satisfying given ring-theoretic
  criteria.


  The database leverages the software Souffle for performing
  logical inferences.
keywords:
  - mathematics
  - ring theory
  - expert system
  - logic programming
  - abstract algebra
license: MIT
commit: 'Tag: v1.1.0'
version: v1.1.0
date-released: '2023-03-17'

GitHub Events

Total
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 17
  • Pull request event: 8
  • Create event: 5
Last Year
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 2
  • Push event: 17
  • Pull request event: 8
  • Create event: 5

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • rschwiebert (4)
  • dyunov (2)
  • kckennylau (1)
Pull Request Authors
  • dependabot[bot] (18)
  • rschwiebert (5)
  • dyunov (1)
Top Labels
Issue Labels
enhancement (3)
Pull Request Labels
dependencies (18) python (3)

Dependencies

poetry.lock pypi
  • asgiref 3.5.1
  • boto3 1.24.0
  • botocore 1.27.2
  • dart-data 0.0.1
  • dj-database-url 0.5.0
  • django 3.2.15
  • django-heroku 0.3.1
  • django-mathfilters 0.4.0
  • django-publications 1.1.0
  • django-ratelimit 2.0.0
  • django-recaptcha 2.0.6
  • django-registration-redux 2.9
  • gunicorn 20.1.0
  • jmespath 1.0.0
  • model-mommy 1.6.0
  • mpmath 1.2.1
  • pillow 9.0.1
  • psycopg2 2.9.3
  • python-dateutil 2.8.2
  • pytz 2021.3
  • pyyaml 6.0
  • s3transfer 0.6.0
  • six 1.11.0
  • sqlparse 0.3.0
  • sympy 1.9
  • urllib3 1.26.9
  • whitenoise 5.0.1
requirements.txt pypi
  • asgiref ==3.5.1
  • boto3 ==1.24.0
  • botocore ==1.27.2
  • dj-database-url ==0.5.0
  • django ==3.2.15
  • django-heroku ==0.3.1
  • django-mathfilters ==0.4.0
  • django-publications ==1.1.0
  • django-ratelimit ==2.0.0
  • django-recaptcha ==2.0.6
  • django-registration-redux ==2.9
  • gunicorn ==20.1.0
  • jmespath ==1.0.0
  • model-mommy ==1.6.0
  • mpmath ==1.2.1
  • pillow ==9.0.1
  • psycopg2 ==2.9.3
  • python-dateutil ==2.8.2
  • pytz ==2021.3
  • pyyaml ==6.0
  • s3transfer ==0.6.0
  • six ==1.11.0
  • sqlparse ==0.3.0
  • sympy ==1.9
  • urllib3 ==1.26.9
  • whitenoise ==5.0.1
pyproject.toml pypi