https://github.com/blakenaccarato/c-therm-tci
Process data exported from the C-Therm TCi thermal conductivity analyzer
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Process data exported from the C-Therm TCi thermal conductivity analyzer
Basic Info
- Host: GitHub
- Owner: blakeNaccarato
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://blakenaccarato.github.io/c-therm-tci/
- Size: 37.4 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 0
Created almost 2 years ago
· Last pushed 8 months ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Security
README.md
C-Therm TCi instrument usage and data process
Process data exported from the C-Therm TCi thermal conductivity analyzer. See how to process data exported from the instrument or the tutorial to learn how to use the instrument.
Project information
Owner
- Name: Blake Naccarato
- Login: blakeNaccarato
- Kind: user
- Location: Las Vegas, NV
- Company: @UNLV
- Website: https://www.blakenaccarato.com/
- Twitter: blakeNaccarato
- Repositories: 70
- Profile: https://github.com/blakeNaccarato
Research assistant studying boiling and condensation phenomena in the Active Materials and Smart Living laboratory at UNLV.
GitHub Events
Total
- Issue comment event: 1
- Push event: 6
- Pull request event: 5
Last Year
- Issue comment event: 1
- Push event: 6
- Pull request event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.33
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 13 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.33
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- blakeNaccarato (3)
- renovate[bot] (2)
Pull Request Authors
- renovate[bot] (6)
- pre-commit-ci[bot] (4)
- blakeNaccarato (2)
Top Labels
Issue Labels
documentation (2)
deps (1)
bug (1)
Pull Request Labels
dependencies (4)
deps (2)
Dependencies
.github/workflows/changerelease.yml
actions
- dropseed/changerelease 3b121c9e98fa055f59a32b023cb4fd2325f4d9dc composite
.github/workflows/ci.yml
actions
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/download-artifact c850b930e6ba138125429b7e5c93fc707a7f8427 composite
- actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
- actions/upload-artifact 5d5d22a31266ced268874388b861e4b58bb5c2f3 composite
- codecov/codecov-action c16abc29c95fcf9174b58eb7e1abf4c866893bc8 composite
- stefanzweifel/git-auto-commit-action 8756aa072ef5b4a080af5dc8fef36c5d586e521d composite
.github/workflows/contrib.yml
actions
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
.github/workflows/docs.yml
actions
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/deploy-pages d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e composite
- actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
- actions/upload-pages-artifact 56afc609e74202658d3ffba0e8f6dda462b719fa composite
.github/workflows/high.yml
actions
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
.github/workflows/release.yml
actions
- actions/checkout b4ffde65f46336ab88eb53be808477a3936bae11 composite
- actions/setup-python 82c7e631bb3cdc910f68e0081d67478d79c6982d composite
- dropseed/changerelease 3b121c9e98fa055f59a32b023cb4fd2325f4d9dc composite
docs/pyproject.toml
pypi
- linkify-it-py ==2.0.3
- myst-nb ==1.0.0
- nbformat ==5.10.3
- sphinx ==7.2.6
- sphinx-autobuild ==2024.2.4
- sphinx-autodoc2 ==0.5.0
- sphinx-book-theme ==1.1.2
- sphinx-design ==0.5.0
- sphinx-thebe ==0.3.1
- sphinx-tippy ==0.4.1
- sphinx-togglebutton ==0.3.2
- sphinxcontrib-bibtex ==2.6.2
- sphinxcontrib-mermaid ==0.9.2
pyproject.toml
pypi
- parsel >=1.8.1
requirements/dev.in
pypi
- debugpy ==1.8.1 development
- fawltydeps ==0.15.0 development
- flit ==3.9.0 development
- keyring ==25.0.0 development
- packaging ==24.0 development
- pyright ==1.1.356 development
- ruff ==0.3.4 development
- snakeviz ==2.2.0 development
- sourcery-cli ==1.16.0 development
requirements/install.in
pypi
- zstandard ==0.22.0
requirements/nodeps.in
pypi
requirements/uv.in
pypi
- uv ==0.1.24
scripts/pyproject.toml
pypi
- copier ==9.1.1
- cyclopts ==2.5.0
- pre-commit ==3.7.0
- zstandard ==0.22.0
tests/pyproject.toml
pypi
- pytest ==8.0.0
- pytest-cov ==4.1.0
- pytest-custom-exit-code ==0.3.0
- pytest-github-actions-annotate-failures ==0.2.0