https://github.com/ap6yc/oar

A research project repository for Ontological Adaptive Resonance (OAR) algorithms and experiments.

https://github.com/ap6yc/oar

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A research project repository for Ontological Adaptive Resonance (OAR) algorithms and experiments.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 3
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct

README.md

oar-header

Ontologies with Adaptive Resonance. Please see the documentation.

| Documentation | Docs Build Status | Coveralls | |:-----------------:|:---------------------:|:--------:| | Docs | Docs Status | Coveralls | | Zenodo DOI | Testing Status | Codecov | | DOI | CI Status | Codecov |

Table of Contents

Overview

This repository is a research project for working with ontologies with Adaptive Resonance Theory (ART) algorithms.

This project contains Julia (docs), Python (docs), and Rust (docs) experiments, so typical project structures for these languages are overlapping in this repository. This generally does not result in software collision, but this is noted here to clarify any confusion that could arise from this to the reader.

The majority of the project is structured as a DrWatson.jl research project, but the source files are organized into a Julia Package for documentation, testing, and reproducibility. Documentation is generated by Documenter.jl and DemoCards.jl via a GitHub workflow and statically hosted in this repository.

Usage

This project has both Julia, Python, and Rust code, so files and experiments using each of these languages are listed separately. Some experiments are implemented as scripts in their respective languages, and others are implemented as Jupyter notebooks to be run with IPython or IJulia kernels. Some Julia experiments are even implemented in Pluto.jl notebooks, which are interactive environments specifically designed for use with Julia.

For a detailed usage guide and outline, please see the Languages section in the documentation.

Links

This section contains several categories of links to useful resources when working with ontologies and the programming techniques of this research project.

Ontology

Packages

Miscellaneous

Attribution

Citations

Authors

Assets

This project uses the following images:

This project also uses the following fonts in generated imagery:

Owner

  • Name: Sasha Petrenko
  • Login: AP6YC
  • Kind: user

Graduate researcher of applied computational intelligence at the Missouri University of Science and Technology.

GitHub Events

Total
  • Push event: 5
Last Year
  • Push event: 5

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 27
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.07
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 27
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • github-actions[bot] (26)
Top Labels
Issue Labels
Pull Request Labels
compat (18) enhancement (2)

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • coverallsapp/github-action master composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
  • styfle/cancel-workflow-action 0.11.0 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Docker.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
  • styfle/cancel-workflow-action 0.9.1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
oar/Cargo.lock cargo
oar/Cargo.toml cargo
dockerfiles/Dockerfile docker
  • julia latest build
requirements-omim.txt pypi
  • jupyterlab *
  • matplotlib *
  • networkx *
  • owlready2 *
  • pandas *
  • rdflib *
  • scipy *
requirements.txt pypi
  • datasets *
  • jupyterlab *
  • networkx *
  • numpy *
  • requests *
  • tensorflow *
  • tqdm *
  • transformers *
  • trimesh *