Skip to content
Snippets Groups Projects
Unverified Commit f4072d20 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

simplifies motivation structure to flowchart

gitk was not a good vis
parent 69f23b08
Branches
No related tags found
No related merge requests found
paper.html
paper.pdf
img/git-remote-contributor.svg img/git-remote-contributor.svg
img/git-remote-maintainer.svg img/git-remote-maintainer.svg
img/git-remote-solo.svg img/git-remote-solo.svg
img/license-chooser.svg img/license-chooser.svg
img/motivation-structure.svg
img/motivation-throwaway-playground.svg img/motivation-throwaway-playground.svg
img/staging-area.svg img/staging-area.svg
paper.html
paper.pdf
*.pdf *.pdf
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
- statistics and R support @ iDiv since 2014 - statistics and R support @ iDiv since 2014
- knows that kind of pain: - knows that kind of pain:
![blah](img/draft_mess_half_size.png) ![blah](img/motivation-draft-mess-half-size.png)
</section> </section>
<section id="intro-about-you" data-markdown> <section id="intro-about-you" data-markdown>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
## motivation #1 ## motivation #1
### avoid mess ### avoid mess
![blah](img/draft_mess.png) ![blah](img/motivation-draft-mess.png)
notes: notes:
- who has seen such a mess? - who has seen such a mess?
...@@ -165,11 +165,12 @@ ...@@ -165,11 +165,12 @@
## motivation #1 ## motivation #1
### want structure ### want structure
![blah](img/gitk-pretty-history.png) ![blah](img/motivation-structure.svg)
notes: notes:
- structure - structure
- who, when, why - who, when, why
- (and you can see how fast you are with git *joke*)
</section> </section>
<section id="motivation-playground" data-markdown> <section id="motivation-playground" data-markdown>
......
File moved
File moved
digraph {
node [shape = "box", style = "filled, rounded"]
subgraph clustermaster {
label = "master"
node [color = limegreen]
master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
master1[label = "...", color = grey]
master4 -> master3 -> master2 -> master1
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment