https://github.com/dmgordo/circulant-weighing-matrix-jupyter-book
Data on circulant weighing matrices from the La Jolla Combinatorics Repository
https://github.com/dmgordo/circulant-weighing-matrix-jupyter-book
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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 (5.3%) to scientific vocabulary
Repository
Data on circulant weighing matrices from the La Jolla Combinatorics Repository
Basic Info
- Host: GitHub
- Owner: dmgordo
- License: other
- Language: Jupyter Notebook
- Default Branch: main
- Size: 126 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
circulant-weighing-matrices
Data on circulant weighing matrices from the La Jolla Combinatorics Repository
This repository holds the source of a Jupyter Book containing
information on circulant weighing matrices CW(n,k) for
n<1000 and k < 400$. It is a version of data available at
Building the Book
- Pull the book repository
```bash
git clone https://github.com/
cd cwm
2. Install [*Jupyter Book*][jb-pypi] (`requirements.txt`)
bash
pip install -r requirements.txt
3. Build the book
bash
jb build .
4. Open the html build
bash
open _build/html/index.html
or run it as a server (to get the embedded Jupyter Notebook to work)
bash
python -m http.server --directory _build/html
open http://localhost:8000
```
Owner
- Name: Dan Gordon
- Login: dmgordo
- Kind: user
- Website: dmgordon.org
- Repositories: 1
- Profile: https://github.com/dmgordo
GitHub Events
Total
Last Year
Dependencies
- jupyter-book *
- matplotlib *
- networkx *
- numpy *
- pandas *
- scipy *