diff --git a/index.Rmd b/index.Rmd index f4d2569..7f827c5 100644 --- a/index.Rmd +++ b/index.Rmd @@ -6,6 +6,7 @@ output: df_print: paged number_sections: true toc: true + toc_depth: 2 toc_float: collapsed: false smooth_scroll: false @@ -227,7 +228,7 @@ df.single <- authors %>% # Descriptive -## Data after pre-processing +## Pre-processing result ### Number of unique papers @@ -287,7 +288,7 @@ articles %>% na.omit() ``` -## Preprints considered per year and model +## Preprints considered ### All authors @@ -369,7 +370,7 @@ authors %>% mutate(prop = n / pp.single$n) ``` -## Evolution per category over time +## Evolution over time ### Number of papers per month diff --git a/index.html b/index.html index c83bcdb..8e8f223 100644 --- a/index.html +++ b/index.html @@ -3000,8 +3000,8 @@

1.2 Feature engineer

2 Descriptive

-
-

2.1 Data after pre-processing

+
+

2.1 Pre-processing result

2.1.1 Number of unique papers

articles %>%
@@ -3078,8 +3078,8 @@ 

2.2.2 Missing auth

-
-

2.3 Preprints considered per year and model

+
+

2.3 Preprints considered

2.3.1 All authors

pp.all <- articles %>%
@@ -3173,8 +3173,8 @@ 

2.3.4 Single autho

-
-

2.4 Evolution per category over time

+
+

2.4 Evolution over time

2.4.1 Number of papers per month

library(ggplot2)
@@ -3791,7 +3791,7 @@ 

3.3 All together

-

+

@@ -3844,7 +3844,7 @@

3.3 All together