vofotensors

Bauer, J. K., & Böhlke, T. (2022). Variety of fiber orientation tensors. Mathematics and Mechanics of Solids, 10812865211057602.

https://github.com/juliankarlbauer/vofotensors

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: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary

Keywords

anisotropy fiber-orientation-tensor mechanics python
Last synced: 6 months ago · JSON representation ·

Repository

Bauer, J. K., & Böhlke, T. (2022). Variety of fiber orientation tensors. Mathematics and Mechanics of Solids, 10812865211057602.

Basic Info
  • Host: GitHub
  • Owner: JulianKarlBauer
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1 MB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 6
Topics
anisotropy fiber-orientation-tensor mechanics python
Created almost 5 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation

README.md

PyPI version Documentation status License: MIT DOI Black Binder

VoFoTensors

V(ariety) o(f) F(iber) O(rientation) Tensors

This repository contains a Python package called vofotensors
which contains most of the parameterizations of fiber orientation tensors defined in the paper

bibtex @article{ title={Variety of fiber orientation tensors}, author={Bauer, Julian Karl and B{\"o}hlke, Thomas}, journal={Mathematics and Mechanics of Solids}, publisher={SAGE Publications Sage UK: London, England}, doi={10.1177/10812865211057602}, volume={27}, number={7}, pages={1185-1211}, year={2022}, }

Please see license, acknowledgment and cite the paper given above and the latest Zenodo-DOI.

Installation

Install directly from github

python -m pip install git+https://github.com/JulianKarlBauer/vofotensors.git

Install from PyPI

bash pip install vofotensors

Install from local clone

  • Clone this repository to your machine
  • Open a terminal and navigate to your local clone
  • Install the package from the local clone into the current environment in develop mode: shell python setup.py develop

Note: Develop vs. install

Examples

Rendered example notebooks are in the docs. These notebooks and corresponding scripts can be found here.

Acknowledgment

The research documented in this repository has been funded by the German Research Foundation (DFG, Deutsche Forschungsgemeinschaft) - project number 255730231. The support by the German Research Foundation within the International Research Training Group “Integrated engineering of continuous-discontinuous long fiber reinforced polymer structures“ (GRK 2078) is gratefully acknowledged.

Owner

  • Name: JulianKarlBauer
  • Login: JulianKarlBauer
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: >-
  Please cite this software using the metadata from
  'preferred-citation'.
authors:
  - given-names: Julian Karl
    family-names: Bauer
    email: juliankarlbauer@gmx.de
    affiliation: Karlsruhe Institute of Technology
    orcid: 'https://orcid.org/0000-0002-4931-5869'
  - given-names: Thomas
    family-names: Böhlke
    email: thomas.boehlke@kit.edu
    affiliation: Karlsruhe Institute of Technology
    orcid: 'https://orcid.org/0000-0001-6884-0530'
repository-code: >-
    https://github.com/JulianKarlBauer/vofotensors
identifiers:
  - type: doi
    value: 10.5281/zenodo.5789939
license: MIT
preferred-citation:
    type: article
    authors:
      - given-names: Julian Karl
        family-names: Bauer
        email: juliankarlbauer@gmx.de
        affiliation: Karlsruhe Institute of Technology
        orcid: 'https://orcid.org/0000-0002-4931-5869'
      - given-names: Thomas
        family-names: Böhlke
        email: thomas.boehlke@kit.edu
        affiliation: Karlsruhe Institute of Technology
        orcid: 'https://orcid.org/0000-0001-6884-0530'
    journal: "Mathematics and Mechanics of Solids"
    title: "Variety of fiber orientation tensors"
    volume: "27"
    year: 2022
    identifiers:
      - type: doi
        value: 10.1177/10812865211057602
    keywords:
      - Fiber orientation tensor
      - Anisotropy
      - Harmonic decomposition
      - Fiber reinforced composites
    license: CC BY-NC 4.0

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 135
  • Total Committers: 1
  • Avg Commits per committer: 135.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
JulianKarlBauer j****r@g****e 135
Committer Domains (Top 20 + Academic)
gmx.de: 1

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 17 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 7
  • Total maintainers: 1
pypi.org: vofotensors

V(ariety)O(f)F(iber)O(rientation)TENSORS contains selected contributions of Bauer JK, Böhlke T. Variety of fiber orientation tensors. Mathematics and Mechanics of Solids. 2022. doi:10.1177/10812865211057602

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 17 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Stargazers count: 25.1%
Average: 26.0%
Forks count: 29.8%
Downloads: 43.4%
Maintainers (1)
Last synced: 7 months ago

Dependencies

docs/requirements.txt pypi
  • ipykernel *
  • mechkit *
  • nbsphinx *
  • numpy *
  • pandas *
  • sympy *
setup.py pypi
  • numpy *
  • pandas *
  • sympy *
.github/workflows/build_pypi.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
.github/workflows/publish_pypi.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/pytest.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
docs/environment.yml conda
  • _libgcc_mutex 0.1
  • _openmp_mutex 4.5
  • alabaster 0.7.12
  • argon2-cffi 20.1.0
  • async_generator 1.10
  • attrs 21.2.0
  • babel 2.8.0
  • backcall 0.2.0
  • backports 1.0
  • backports.functools_lru_cache 1.6.4
  • blas 1.0
  • bleach 4.1.0
  • brotlipy 0.7.0
  • ca-certificates 2021.10.8
  • certifi 2021.10.8
  • cffi 1.14.6
  • charset-normalizer 2.0.4
  • cryptography 36.0.0
  • dataclasses 0.8
  • decorator 5.1.0
  • defusedxml 0.7.1
  • docutils 0.18.1
  • entrypoints 0.3
  • gmp 6.2.1
  • gmpy2 2.0.8
  • idna 2.10
  • imagesize 1.2.0
  • importlib-metadata 4.10.0
  • importlib_resources 5.4.0
  • intel-openmp 2021.4.0
  • ipykernel 5.5.5
  • ipython 7.29.0
  • ipython_genutils 0.2.0
  • jedi 0.18.1
  • jinja2 3.0.3
  • jsonschema 4.3.2
  • jupyter_client 7.1.0
  • jupyter_core 4.9.1
  • jupyterlab_pygments 0.1.2
  • jupytext 1.13.5
  • latexcodec 2.0.1
  • ld_impl_linux-64 2.35.1
  • libffi 3.3
  • libgcc-ng 9.3.0
  • libgfortran-ng 7.5.0
  • libgfortran4 7.5.0
  • libgomp 9.3.0
  • libsodium 1.0.18
  • libstdcxx-ng 9.3.0
  • markdown-it-py 1.1.0
  • markupsafe 2.0.1
  • matplotlib-inline 0.1.3
  • mdit-py-plugins 0.3.0
  • mistune 0.8.4
  • mkl 2021.4.0
  • mkl-service 2.4.0
  • mkl_fft 1.3.1
  • mkl_random 1.2.2
  • mpc 1.1.0
  • mpfr 4.0.2
  • mpmath 1.2.1
  • nbclient 0.5.9
  • nbconvert 6.3.0
  • nbformat 5.1.3
  • nbsphinx 0.8.8
  • ncurses 6.3
  • nest-asyncio 1.5.4
  • notebook 6.4.6
  • numpy 1.21.2
  • numpy-base 1.21.2
  • openssl 1.1.1l
  • packaging 21.3
  • pandoc 2.16.2
  • pandocfilters 1.5.0
  • parso 0.8.3
  • pexpect 4.8.0
  • pickleshare 0.7.5
  • pip 21.2.4
  • prometheus_client 0.12.0
  • prompt-toolkit 3.0.24
  • ptyprocess 0.7.0
  • pybtex 0.24.0
  • pybtex-docutils 1.0.1
  • pycparser 2.21
  • pygments 2.10.0
  • pyopenssl 19.1.0
  • pyparsing 3.0.6
  • pyrsistent 0.18.0
  • pysocks 1.7.1
  • python 3.9.7
  • python-dateutil 2.8.2
  • python_abi 3.9
  • pyyaml 5.4.1
  • pyzmq 19.0.2
  • readline 8.1
  • requests 2.27.1
  • scipy 1.7.1
  • send2trash 1.8.0
  • setuptools 58.0.4
  • six 1.16.0
  • snowballstemmer 2.0.0
  • sphinx 3.2.1
  • sphinx_rtd_theme 0.4.3
  • sphinxcontrib-applehelp 1.0.2
  • sphinxcontrib-bibtex 2.4.1
  • sphinxcontrib-devhelp 1.0.2
  • sphinxcontrib-htmlhelp 1.0.3
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 1.0.3
  • sphinxcontrib-serializinghtml 1.1.4
  • sqlite 3.37.0
  • sympy 1.9
  • terminado 0.12.1
  • testpath 0.5.0
  • tk 8.6.11
  • toml 0.10.2
  • tornado 6.1
  • traitlets 5.1.1
  • typing_extensions 4.0.1
  • tzdata 2021e
  • urllib3 1.25.11
  • wcwidth 0.2.5
  • webencodings 0.5.1
  • wheel 0.37.0
  • xz 5.2.5
  • yaml 0.2.5
  • zeromq 4.3.4
  • zipp 3.6.0
  • zlib 1.2.11
environment.yaml conda
  • _libgcc_mutex 0.1
  • _openmp_mutex 4.5
  • argon2-cffi 20.1.0
  • async_generator 1.10
  • attrs 21.2.0
  • backcall 0.2.0
  • blas 1.0
  • bleach 4.1.0
  • bottleneck 1.3.2
  • brotli 1.0.9
  • brotlipy 0.7.0
  • ca-certificates 2022.4.26
  • certifi 2021.10.8
  • cffi 1.14.6
  • charset-normalizer 2.0.4
  • cmarkgfm 0.4.2
  • colorama 0.4.4
  • cryptography 36.0.0
  • cycler 0.11.0
  • dbus 1.13.18
  • decorator 5.1.0
  • defusedxml 0.7.1
  • docutils 0.18.1
  • entrypoints 0.3
  • expat 2.4.1
  • fontconfig 2.13.1
  • fonttools 4.25.0
  • freetype 2.11.0
  • future 0.18.2
  • giflib 5.2.1
  • glib 2.69.1
  • gmp 6.2.1
  • gmpy2 2.0.8
  • gst-plugins-base 1.14.0
  • gstreamer 1.14.0
  • icu 58.2
  • idna 3.3
  • importlib-metadata 4.10.0
  • importlib_resources 5.4.0
  • iniconfig 1.1.1
  • intel-openmp 2021.4.0
  • ipykernel 5.5.5
  • ipython 7.29.0
  • ipython_genutils 0.2.0
  • jedi 0.18.0
  • jinja2 3.0.3
  • jpeg 9d
  • jsonschema 4.3.2
  • jupyter_client 7.1.0
  • jupyter_core 4.9.1
  • jupyterlab_pygments 0.1.2
  • kiwisolver 1.3.1
  • lcms2 2.12
  • ld_impl_linux-64 2.35.1
  • libffi 3.3
  • libgcc-ng 9.3.0
  • libgfortran-ng 7.5.0
  • libgfortran4 7.5.0
  • libgomp 9.3.0
  • libpng 1.6.37
  • libsodium 1.0.18
  • libstdcxx-ng 9.3.0
  • libtiff 4.2.0
  • libuuid 1.0.3
  • libwebp 1.2.0
  • libwebp-base 1.2.0
  • libxcb 1.14
  • libxml2 2.9.12
  • lz4-c 1.9.3
  • markupsafe 2.0.1
  • matplotlib 3.5.0
  • matplotlib-base 3.5.0
  • matplotlib-inline 0.1.2
  • mistune 0.8.4
  • mkl 2021.4.0
  • mkl-service 2.4.0
  • mkl_fft 1.3.1
  • mkl_random 1.2.2
  • mpc 1.1.0
  • mpfr 4.0.2
  • mpmath 1.2.1
  • munkres 1.1.4
  • nbclient 0.5.9
  • nbconvert 6.3.0
  • nbformat 5.1.3
  • ncurses 6.3
  • nest-asyncio 1.5.4
  • notebook 6.4.6
  • numexpr 2.7.3
  • numpy 1.21.2
  • numpy-base 1.21.2
  • olefile 0.46
  • openssl 1.1.1n
  • packaging 21.3
  • pandas 1.3.4
  • pandoc 2.16.2
  • pandocfilters 1.5.0
  • parso 0.8.2
  • pcre 8.45
  • pexpect 4.8.0
  • pickleshare 0.7.5
  • pillow 8.4.0
  • pip 21.2.4
  • pkginfo 1.8.2
  • pluggy 1.0.0
  • prometheus_client 0.12.0
  • prompt-toolkit 3.0.20
  • ptyprocess 0.7.0
  • py 1.10.0
  • pycparser 2.21
  • pygments 2.10.0
  • pyopenssl 22.0.0
  • pyparsing 3.0.4
  • pyqt 5.9.2
  • pyrsistent 0.18.0
  • pysocks 1.7.1
  • pytest 6.2.5
  • python 3.9.7
  • python-dateutil 2.8.2
  • python_abi 3.9
  • pytz 2021.3
  • pyzmq 19.0.2
  • qt 5.9.7
  • readline 8.1
  • readme_renderer 24.0
  • requests 2.27.1
  • requests-toolbelt 0.9.1
  • scipy 1.7.1
  • send2trash 1.8.0
  • setuptools 58.0.4
  • sip 4.19.13
  • six 1.16.0
  • sqlite 3.36.0
  • sympy 1.9
  • terminado 0.12.1
  • testpath 0.5.0
  • tk 8.6.11
  • toml 0.10.2
  • tornado 6.1
  • tqdm 4.64.0
  • traitlets 5.1.1
  • twine 3.2.0
  • tzdata 2021e
  • urllib3 1.26.9
  • wcwidth 0.2.5
  • webencodings 0.5.1
  • wheel 0.37.0
  • xz 5.2.5
  • zeromq 4.3.4
  • zipp 3.6.0
  • zlib 1.2.11
  • zstd 1.4.9