Skip to content

Commit

Permalink
Project - Jason Brunner (#80)
Browse files Browse the repository at this point in the history
* My first initial upload

* My first commit (or second, im not sure if the first worked)

* This is almost final, there will come more but not too many changes (I still want to try and fix the lengend).

* Final Version
Will double check for spelling errors in the next days. Open for any feedback

* Thanks a lot for the inputs. About the annotations: I agree, that it would be nicer to not need to just copy past the ones for the labels down, but when I try to put them in to a variable i get an error. First i thought its caused by the geom_point parts but also just the ones with annotate dont work. I also tried bypassing it by formating them as a list, but this did not work aswell :/. I hope its still allright like this.

* some cleanup

---------

Co-authored-by: Iñaki Úcar <[email protected]>
  • Loading branch information
Jbrunner1809 and Enchufa2 authored Jan 13, 2025
1 parent 5be85fb commit 6ccd351
Show file tree
Hide file tree
Showing 23 changed files with 15,244 additions and 0 deletions.
901 changes: 901 additions & 0 deletions _projects/2024/100543010/100543010.Rmd

Large diffs are not rendered by default.

2,440 changes: 2,440 additions & 0 deletions _projects/2024/100543010/100543010.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

744 changes: 744 additions & 0 deletions _projects/2024/100543010/100543010_files/distill-2.2.21/template.v2.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit 6ccd351

Please sign in to comment.