Skip to content

Commit 0737045

Browse files
committed
Merge branch 'main' into newdocs
2 parents 535345b + 1b8a858 commit 0737045

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: check-merge-conflict
2727
args: [--assume-in-merge]
2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.42.0
29+
rev: v0.43.0
3030
hooks:
3131
- id: markdownlint-fix
3232
- repo: https://github.com/citation-file-format/cffconvert
@@ -44,6 +44,6 @@ repos:
4444
hooks:
4545
- id: yamllint
4646
- repo: https://github.com/domluna/JuliaFormatter.jl
47-
rev: v1.0.61
47+
rev: v2.0.0
4848
hooks:
4949
- id: julia-formatter

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ PDFIO = "4d0d745f-9d9a-592e-8d18-1ad8a0f42b92"
1111
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
1212

1313
[compat]
14+
Makie = "0.21"
15+
MakieCore = "0.8"
16+
BSplineKit = "0.17"
17+
PDFIO = "0.1"
18+
RollingFunctions = "0.8"
1419
julia = "1"
1520

1621
[extras]

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ThesisArt
1+
# ThesisArt - A visual representation of intellectual pursuits
22

33
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://s-ccs.github.io/ThesisArt.jl/stable)
44
[![In development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://s-ccs.github.io/ThesisArt.jl/dev)
@@ -12,6 +12,18 @@
1212
[![All Contributors](https://img.shields.io/github/all-contributors/s-ccs/ThesisArt.jl?labelColor=5e1ec7&color=c0ffee&style=flat-square)](#contributors)
1313
[![BestieTemplate](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/JuliaBesties/BestieTemplate.jl/main/docs/src/assets/badge.json)](https://github.com/JuliaBesties/BestieTemplate.jl)
1414

15+
## About
16+
17+
<img src="https://github.com/user-attachments/assets/719c1a7c-f1a8-4b2e-8a2c-f5412e69fa29" width="30%"/>
18+
19+
This package facilitates generation of ThesisArt pieces, which can be used as a thank-you for my BSc/MSc students. Based on their work I create a piece of art, typically with the text of the thesis. To facilitate this, plotting functions are exportet, especially the `TextOnPath` which allows, well, text on path plotting.
20+
21+
A list of all ThesisArt can be found here: https://www.s-ccs.de/thesis-art
22+
23+
## Thanks to
24+
Julius Krumbiegel for help with the TextOnPath implementation
25+
26+
1527
## How to Cite
1628

1729
If you use ThesisArt.jl in your work, please cite using the reference given in [CITATION.cff](https://github.com/s-ccs/ThesisArt.jl/blob/main/CITATION.cff).

0 commit comments

Comments
 (0)