Update theme. Remove sail-library section
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -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];
|
||||
```
|
||||
|
Reference in New Issue
Block a user