mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
updates
This commit is contained in:
BIN
content/articles/bob-the-algorithm/Cover.png
Normal file
BIN
content/articles/bob-the-algorithm/Cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
BIN
content/articles/bob-the-algorithm/GraphStep1.png
Normal file
BIN
content/articles/bob-the-algorithm/GraphStep1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
content/articles/bob-the-algorithm/GraphStep2.png
Normal file
BIN
content/articles/bob-the-algorithm/GraphStep2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
content/articles/bob-the-algorithm/Planned.png
Normal file
BIN
content/articles/bob-the-algorithm/Planned.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
BIN
content/articles/bob-the-algorithm/TaskBounds.png
Normal file
BIN
content/articles/bob-the-algorithm/TaskBounds.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
4
content/articles/bob-the-algorithm/index.yml
Normal file
4
content/articles/bob-the-algorithm/index.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
title: My day is being planned by an algorithm
|
||||||
|
cover: ./Cover.png
|
||||||
|
parts:
|
||||||
|
- main.md
|
||||||
17
content/articles/bob-the-algorithm/main.md
Normal file
17
content/articles/bob-the-algorithm/main.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Meet "Bob", my new personal assistant tasked with planning my day for me.
|
||||||
|
|
||||||
|
Bob is an algorithm.
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Hello
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
World
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
@@ -28,13 +28,7 @@ const resume: LatexGenerator<Data> = async (data, location) => {
|
|||||||
\\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
|
\\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
|
||||||
\\def \\columncount {3}
|
\\def \\columncount {3}
|
||||||
\\def \\skillcolumncount {2}
|
\\def \\skillcolumncount {2}
|
||||||
\\usepackage{pagecolor}
|
|
||||||
\\usepackage{paracol}
|
|
||||||
\\usepackage{kantlipsum}
|
|
||||||
\\usepackage{multicol}
|
\\usepackage{multicol}
|
||||||
\\usepackage{xifthen}
|
|
||||||
\\usepackage{tcolorbox}
|
|
||||||
\\usepackage{wrapfig}
|
|
||||||
\\usepackage{graphicx}
|
\\usepackage{graphicx}
|
||||||
\\usepackage{fancyhdr}
|
\\usepackage{fancyhdr}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user