Merge branch 'master' of https://code.jcktrue.dk/jct/jcktrue.dk
This commit is contained in:
3
Makefile
3
Makefile
@ -1,5 +1,8 @@
|
|||||||
update:
|
update:
|
||||||
hugo mod get -u ./...
|
hugo mod get -u ./...
|
||||||
|
|
||||||
|
serve_ide:
|
||||||
|
hugo serve --port 443 -b "https://443.ide.jcktrue.dk/"
|
||||||
|
|
||||||
images:
|
images:
|
||||||
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp
|
FOR %F IN (*.jpg) DO cwebp -af -pass 10 -mt -m 6 -preset picture %F -o %~nF.webp
|
@ -34,7 +34,7 @@ ignoreFiles: ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_
|
|||||||
disableAliases: true
|
disableAliases: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
|
home: [HTML, RSS, JSON, WebAppManifest]
|
||||||
section: [HTML, RSS]
|
section: [HTML, RSS]
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
title: Sail Racing Library
|
|
||||||
summary: Terms, abbreviations, ticks, tricks and much more related to sailboat racing.
|
|
||||||
|
|
||||||
date: 2021-05-23
|
|
||||||
type: book
|
|
||||||
weight: 1
|
|
||||||
---
|
|
||||||
- Instruments
|
|
||||||
- Abbreviations
|
|
||||||
- NMEA0183/NMEA2000
|
|
||||||
- Smart phone apps
|
|
||||||
- Notes on instruments
|
|
||||||
- Rules
|
|
||||||
- Offical rule links
|
|
||||||
- Reading guidelines
|
|
||||||
- Flowcharts
|
|
||||||
- Protest Hearings
|
|
||||||
- Rule 42
|
|
||||||
- Racing
|
|
||||||
- The race course
|
|
||||||
- Terms
|
|
||||||
- Lifts/Headers
|
|
||||||
- Current
|
|
||||||
- Handicap systems
|
|
||||||
- Boat optimizations
|
|
||||||
- Crew positions
|
|
||||||
- Bow
|
|
||||||
- Mast
|
|
||||||
- Pit
|
|
||||||
- Trimmer
|
|
||||||
- Tailor
|
|
||||||
- Mainsail
|
|
||||||
- Helmsman
|
|
||||||
- Navigator/Tactician
|
|
||||||
- Dinghy Sailing
|
|
||||||
- Sails
|
|
||||||
- Main
|
|
||||||
- Jib/Genoa
|
|
||||||
- Downwind sails
|
|
||||||
- Others (Code, Drifter, Blooper, Staysail)
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: Instruments
|
|
||||||
date: 2021-05-23
|
|
||||||
type: book
|
|
||||||
weight: 1
|
|
||||||
---
|
|
@ -1,29 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Abbreviations"
|
|
||||||
summary: "Making sense of TWA, AWA, TWD, BS etc etc."
|
|
||||||
date: 2021-05-23T20:08:17+02:00
|
|
||||||
type: book
|
|
||||||
------
|
|
||||||
# Sailing Instruments
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Abbreviation | Technical name | Description |
|
|
||||||
|---------------|----------------|-------------|
|
|
||||||
| AWA | Apparent Wind Angle | Wind angle as seen onboard the boat
|
|
||||||
| AWS | Apparent Wind Speed | Wind speed as seen onboard the boat
|
|
||||||
| TWA | True Wind Angle | Wind angle compensated for the movement of the boat
|
|
||||||
| TWS | True Wind Speed | Wind speed compensated for the movement of the boat
|
|
||||||
| TWD | True Wind Direction | The magnetic orientation of the wind over ground |
|
|
||||||
| GWD | Ground Wind Direction | The magnetic orientation of the wind (Same as TWD) |
|
|
||||||
| BS | Boat Speed | Speed of the hull through the water |
|
|
||||||
| VS | Velocity (Speed) | Speed of the hull through the water (Same as BS) |
|
|
||||||
| SOG | Speed Over Ground | Speed from the GPS sensor |
|
|
||||||
| HDG | Heading | Magnetic orientation of the bow. |
|
|
||||||
| COG | Course Over Ground | GPS direction the boat is moving |
|
|
||||||
| VMG | Velocity Made Good | How fast the is boat moving towards (or away) the direction of the wind.
|
|
||||||
| CMG | Course Made Good | How fast the boat is moving towards the waypoint.
|
|
||||||
| DTG | Distance To Go | Distance to next waypoint |
|
|
||||||
| DTM | Distance To Mark | Distance to next mark (Same as DTG) |
|
|
||||||
| TTG | Time To Go | Time to reach next waypoint
|
|
||||||
| TTM | Time To Mark | Time to reach next mark (Same as TTG) |
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: Rules
|
|
||||||
date: 2021-05-23
|
|
||||||
type: book
|
|
||||||
weight: 1
|
|
||||||
---
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
title: Rule flowchart
|
|
||||||
date: 2021-05-23
|
|
||||||
type: book
|
|
||||||
weight: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
```mermaid
|
|
||||||
graph TD
|
|
||||||
Start[Started] --> B{Same tack?};
|
|
||||||
B -- Yes --> C[Overlapped];
|
|
||||||
B -- No --> D[Non overlapped]
|
|
||||||
C --> D[Rethink];
|
|
||||||
D --> B;
|
|
||||||
B -- No ----> E[End];
|
|
||||||
```
|
|
||||||
|
|
2
go.mod
2
go.mod
@ -6,5 +6,5 @@ require (
|
|||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa
|
||||||
)
|
)
|
||||||
|
4
go.sum
4
go.sum
@ -8,3 +8,7 @@ github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0/g
|
|||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.0/go.mod h1:R01vz++1i/KR2n00aWGcs6m/L7ky1klbrpqA2KXjMCk=
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.0/go.mod h1:R01vz++1i/KR2n00aWGcs6m/L7ky1klbrpqA2KXjMCk=
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a h1:Wcffy/ON9ALAjpeOsy8Fldbp79I22p4rjIywtD0w2qM=
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a h1:Wcffy/ON9ALAjpeOsy8Fldbp79I22p4rjIywtD0w2qM=
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||||
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593 h1:qjabfojpyyPc42An6Wcz+erUimvAX0PR7yWwqHqNHVg=
|
||||||
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||||
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa h1:PGT6AHIKSoI+sOyKxoqCJe35VLHmUKLIhRh+D4yU3sk=
|
||||||
|
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||||
|
Reference in New Issue
Block a user