Some addition and correction to the Readme

This commit is contained in:
joladisto 2025-01-25 11:24:58 +01:00
parent f3730a8971
commit 18c953fac8
5 changed files with 42 additions and 19 deletions

View file

@ -8,3 +8,17 @@
:warning: **ATTENTION : _Nous DÉCONSEILLONS FORTEMENT d'utiliser ce tourniquet en situation réel tant que plus de test n'ont pas été fait._** :warning:
_Ce Readme sera ecrit plus tard._
## Licence
_Le texte de la licence "Creative Common" est en anglais si dessous pour info :_
```
"3D-printed SOF-T-like tourniquet" (c) by @distorsion
"3D-printed SOF-T-like tourniquet" is licensed under a
Creative Commons Attribution 4.0 International License.
You should have received a copy of the license along with this
work. If not, see <https://creativecommons.org/licenses/by/4.0/>.
```

View file

@ -1,6 +1,6 @@
# 3D-printed SOF-T-like tourniquet
## Tourniquet de type SOF-T imprimé en 3D
## _Tourniquet de type SOF-T imprimé en 3D (**version francaise [ici](./Readme.fr.md)**)_
[![fr](https://img.shields.io/badge/lang-fr-red.svg)](./Readme.fr.md)
[![en](https://img.shields.io/badge/lang-en-green.svg)](./Readme.md)
@ -16,6 +16,28 @@ We will use a lot of their testing as comparison, and recommend using the same p
Even though the GliaX tourniquet project is an amazing and fully developed project, we still thought that their could be place four our design, as we designed a tourniquet that requires some sawing, but way less than the GliaX design (_as ours is design around the SOF-T design rather than the CAT design_) ; with also less printed parts.
We know our design makes application slightly slower than with a CAT-like tourniquet (like the GliaX tourniquet), but we estimate the difference to be marginal (less than 5 seconds), thus we believe the gain in cost and manufacturing could still make it a viable option in some context.
## 2 - Design of our tourniquet
## 2 - The design of our tourniquet
_This Readme will be written later._
_To do._
## 3 - Recommanded usage of our tourniquet
_To do._
## 4 - Testing and performance of our tourniquet
We have a detailed review of our current performance testing of this tourniquet available at [manual/tests-results.md](./manual/tests-results.md).
If you have the ability to do more lab performance testing, don't hesitate to contact us by email at the address [distorsion@systemli.org](mailto:distorsion@systemli.org), we would be happy to send you a few assembled tourniquet to get testing data !
## License
```
"3D-printed SOF-T-like tourniquet" (c) by @distorsion
"3D-printed SOF-T-like tourniquet" is licensed under a
Creative Commons Attribution 4.0 International License.
You should have received a copy of the license along with this
work. If not, see <https://creativecommons.org/licenses/by/4.0/>.
```

View file

@ -1,13 +0,0 @@
#!/bin/bash
files=$(ls *.md)
OIFS="$IFS"
IFS=$'\n'
for file in $files; do
tmpfile=.$(basename "${file%.*}").html
outfile=$(basename "${file%.*}").pdf
pandoc -f markdown+emoji -t html -o $tmpfile $file
pandoc -f html -t pdf -o $outfile $tmpfile --pdf-engine=lualatex -V geometry:margin=2.5cm -V mainfont="DejaVu Sans"
done
IFS=$OIFS

View file

@ -1,3 +0,0 @@
# _3D-printed SOF-T-like tourniquet_ - Test results
_This page will be written later._

3
manual/tests-results.md Normal file
View file

@ -0,0 +1,3 @@
# _3D-printed SOF-T-like tourniquet_ - Tests results
_This page will be written later._