https://github.com/davecumin/ancir_next
https://github.com/davecumin/ancir_next
analysis chronobiology circadian d3 data data-analysis data-visualization svelte timeseries
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davecumin/ancir_next
- Owner: DaveCumin
- Created: 2025-04-16T03:10:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T09:18:00.000Z (28 days ago)
- Last Synced: 2025-09-11T12:35:11.404Z (28 days ago)
- Topics: analysis, chronobiology, circadian, d3, data, data-analysis, data-visualization, svelte, timeseries
- Language: HTML
- Homepage: https://ancir.pages.dev/
- Size: 3.77 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Analysis of Circadian Rhythms (AnCiR) v4.3
This is our 'AnCiR' to the need for a simple-to-use (GUI; no coding) tool for analysis of circadian rhythms.
This version is written in [Svelte](https://svelte.dev/) by [DaveCumin](https://github.com/davecumin) and [yz-329](https://github.com/yz-329). There have been two previous versions (see [here](https://github.com/DaveCumin/ancir_svelte) and [here](https://github.com/DaveCumin/AnCiR)).
This version was financially supported by a University of Auckland Teaching and Learning Development and Innovation Grant (2024).
**Please feel free to send any bug reports, feature requests, or offers of support to [d.cumin@auckland.ac.nz](mailto:d.cumin@auckland.ac.nz?subject=AnCiR)**
The following packages were used in this project:
- [D3](https://d3js.org/) is used for plotting (ISC licensed).
- [Papaparse](https://www.papaparse.com/) is used for importing the data (MIT licensed).
- [Moment-guess](https://www.npmjs.com/package/moment-guess) was adapted to guess the time format of data (MIT licensed).
- [Stats functions from](https://github.com/ytliu0/p-value_calculators/blob/master/statFunctions.js) [@ytliu0](https://github.com/ytliu0) (GPL-3.0 licensed).
- [Luxon](https://www.npmjs.com/package/luxon) is used for date manipulation and caluclations (MIT licensed).
- Icons are from [FontAwesome](https://github.com/FortAwesome/Font-Awesome) (CC BY 4.0 Licensed) and the [Tabler set](https://icon-sets.iconify.design/tabler) (MIT Licensed).Default colours for the plots are taken from the [maps designed and curated by Fabio Crameri](https://www.fabiocrameri.ch/colourmaps/) (MIT licensed). See Crameri, F., G.E. Shephard, and P.J. Heron (2020), The misuse of colour in science communication, Nature Communications, 11, 5444.
As such, this software is licensed under the stricter of the above - the GPL-3.0 license ([http://fsf.org/](http://fsf.org/)).