Skip to content

Commit

Permalink
Merge pull request #34 from adtzlr/more-badges-enhance-logo
Browse files Browse the repository at this point in the history
More Badges and changed Logo
  • Loading branch information
adtzlr authored May 13, 2023
2 parents 90fb5f4 + 7fc3857 commit b82fd46
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 52 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [1.1.2] - 2023-05-13

### Added
- Add more badges in `README.md` (documentation, latest release).

### Changed
- Better readability of text logo on white background.

## [1.1.1] - 2023-05-13

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
<p align="center">Tensor Toolbox for Modern Fortran.</p>
</p>

![GitHub release (latest by date)](https://img.shields.io/github/v/release/adtzlr/ttb?color=green)
![Fortran](https://img.shields.io/badge/modern-fortran-blueviolet)
![License](https://img.shields.io/github/license/adtzlr/ttb)
[![Documentation](https://img.shields.io/badge/docs-html-blue)](https://adtzlr.github.io/ttb)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4077378.svg)](https://doi.org/10.5281/zenodo.4077378)

Commercial FEM software packages offer interfaces (user subroutines written in Fortran) for custom defined user materials like UMAT in [Abaqus](https://www.3ds.com/products-services/simulia/products/abaqus/) or HYPELA2 in [MSC.Marc](http://www.mscsoftware.com/product/marc). In comparison to other scientific programming languages like MATLAB or Python Fortran is not as comfortable to use when dealing with high level programming features of tensor manipulation. On the other hand it's super fast - so why not combine the handy features from MATLAB or Python's NumPy/Scipy with the speed of Fortran? That's the reason why I started working on a simple but effective module called **Tensor Toolbox for Modern Fortran**. I adopted the idea to my needs from [Naumann, C. (2016)](http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-222075).
Expand Down
Binary file removed docs/images/header.jpg
Binary file not shown.
Binary file modified docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 27 additions & 50 deletions docs/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation

![Tensor Toolbox for Modern Fortran](images/header.jpg)
![Tensor Toolbox for Modern Fortran](images/deformation.png)

## What is this toolbox about?

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit b82fd46

Please sign in to comment.