Science Score: 67.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
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Repository
La Jolla Combinatorics Repository
Basic Info
- Host: GitHub
- Owner: dmgordo
- License: other
- Language: Jupyter Notebook
- Default Branch: main
- Size: 1.37 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
The La Jolla Combinatorics Repository
This repository is a port of the datasets on my website. It contains datasets and existence results on four combinatorial objects I've studied over the years:
- Covering Designs
- Difference Sets
- Circulant Weighing Matrices
- Signed Difference Sets
There is a large literature on all of these but the last, which were defined by me in a recent paper. For mathematical background on some of these objects, see my papers on arXiv.
For each one there is a Jupyter Notebook, Sage code, and one or more json files containing data about the objects. Each notebook describes the corresponding object, and runs through how to access and manipulate the data.
The same data is available on my website as a MySQL database. Both will be available for the near term, but eventually the website will go away, while this is a permanent location for the data.
This is also an experiment in making a FAIR (Findable, Accessible, Interoperable, Reusable) mathematical database (see The FAIR Guiding Principles for scientific data management and stewardship for details. After researching different approaches used by researchers in many different scientific areas, implementing it as a Jupyter Notebook seemed like the best current option.
The repository files may be downloaded and run locally, viewed statically in nbviewer, or run in your browser using binder. The last option may be slow, especially for covering designs, which has a far larger database (2.7GB) than the other datasets.
Covering Designs
| Dataset | Nbviewer | binder |
| -- | --- | --- |
| Covering Designs | covering_designs.ipynb | |
| Difference Sets | difference_sets.ipynb |
|
| Circulant Weighing Matricess | circulantweighingmatrices.ipynb |
|
| Signed Difference Sets | signeddifferencesets.ipynb |
|
Contact
If you encounter any problems with this repository, please report them to dmgordo@gmail.com.
Owner
- Name: Dan Gordon
- Login: dmgordo
- Kind: user
- Website: dmgordon.org
- Repositories: 1
- Profile: https://github.com/dmgordo
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: La Jolla Combinatorics Repository
message: >-
If you use this dataset, please cite it using the
metadata from this file.
type: dataset
authors:
- given-names: Daniel M.
family-names: Gordon
email: gordon@ccr-lajolla.org
affiliation: IDA Center for Communications Research-La Jolla
orcid: 'https://orcid.org/0000-0003-4373-3637'
license: CC-BY-4.0
version: '1.0'
date-released: '2022-12-20'
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-4.0",
"dateCreated": "2022-12-20",
"datePublished": "2022-12-20",
"dateModified": "2022-12-20",
"downloadUrl": "https://dmgordon.org",
"name": "La Jolla Combinatorics Repository",
"description": "Code and JSON data giving covering designs, difference sets, circulant weighing matrices and signed difference sets, as well as existence information.",
"applicationCategory": "Combinatorics",
"keywords": [
"combinatorial design"
],
"programmingLanguage": [
"Python 3"
],
"softwareRequirements": [
"Jupyter Notebook"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0003-4373-3637",
"givenName": "Daniel M.",
"familyName": "Gordon",
"email": "dmgordo@gmail.com",
"affiliation": {
"@type": "Organization",
"name": "Center for Communications Research-La Jolla"
}
}
]
}
GitHub Events
Total
- Issue comment event: 1
Last Year
- Issue comment event: 1