autocorrelationart
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.2%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: DarrenOngChungLee
- License: gpl-3.0
- Language: Java
- Default Branch: main
- Size: 4.21 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
README.md
AutocorrelationArt
This program is written in Java 8. There are two components to the program. The first program, TMauto.java generates an array of 4th-order Thue-Morse autocorrelation functions called ArtOutput.csv . TMart.java converts the array into a bitmap, each entry of the array has its output as a color.
You may change the size of the array by changing the input[3] integer in TMauto.java. Let's call this integer z. Then the (x,y) entry of the array will consist of Thue-Morse autocorrelation function with parameters (x,y,z), with x ranging from input[1] to z, and y ranging from input[2] to z.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Ong
given-names: Darren C.
orcid: https://orcid.org/0000-0003-4942-4376
title: "AutoCorrelation Art"
version: 1.0.0
date-released: 2022-09-08