diff --git a/04_PFIM.qmd b/01_PFIM.qmd similarity index 100% rename from 04_PFIM.qmd rename to 01_PFIM.qmd diff --git a/07_adbm.qmd b/01_adbm.qmd similarity index 100% rename from 07_adbm.qmd rename to 01_adbm.qmd diff --git a/02_bodymass_ratio.qmd b/01_bodymass_ratio.qmd similarity index 100% rename from 02_bodymass_ratio.qmd rename to 01_bodymass_ratio.qmd diff --git a/08_compare.qmd b/01_compare.qmd similarity index 97% rename from 08_compare.qmd rename to 01_compare.qmd index ffc1077..f65162c 100644 --- a/08_compare.qmd +++ b/01_compare.qmd @@ -70,7 +70,7 @@ ggplot(df, ``` -We can obviously look at different 'summary statistics' (see [Form v Function](10_structure_vs_form.qmd)) but just throwing these out for now... +We can obviously look at different 'summary statistics' (see [Form v Function](03_structure.qmd)) but just throwing these out for now... Similar signal but different values... diff --git a/05_contemporary.qmd b/01_contemporary.qmd similarity index 100% rename from 05_contemporary.qmd rename to 01_contemporary.qmd diff --git a/03_expert_knowledge.qmd b/01_expert_knowledge.qmd similarity index 100% rename from 03_expert_knowledge.qmd rename to 01_expert_knowledge.qmd diff --git a/06_niche.qmd b/01_niche.qmd similarity index 100% rename from 06_niche.qmd rename to 01_niche.qmd diff --git a/09_downsampling.qmd b/02_downsampling.qmd similarity index 100% rename from 09_downsampling.qmd rename to 02_downsampling.qmd diff --git a/10_structure_vs_form.qmd b/03_structure.qmd similarity index 99% rename from 10_structure_vs_form.qmd rename to 03_structure.qmd index 9e93ad7..9de94d7 100644 --- a/10_structure_vs_form.qmd +++ b/03_structure.qmd @@ -1,5 +1,5 @@ --- -title: "Structure vs Function" +title: "Structure" date: last-modified format: html: diff --git a/_freeze/01_compare/execute-results/html.json b/_freeze/01_compare/execute-results/html.json new file mode 100644 index 0000000..8184a7b --- /dev/null +++ b/_freeze/01_compare/execute-results/html.json @@ -0,0 +1,17 @@ +{ + "hash": "d9468894249e91172b5b1e446e953de9", + "result": { + "engine": "knitr", + "markdown": "---\ntitle: \"Comparing different methods\"\ndate: last-modified\nformat:\n html:\n embed-resources: true\ntitle-block-banner: true\nbibliography: references.bib\n---\n\n\n- We can use the networks that we built from the previous section and showcase how they (maybe) are giving way different metrics (telling different stories)\n\n- I think if we have multiple networks for different time points as well we can compare within and between network differences? (need to have a think on that)\n\n\n::: {.cell}\n\n:::\n\n::: {.cell}\n::: {.cell-output-display}\n![Comparing the different structures that are recovered by the different models (colours) over a time series. We can ignore richness - that's more a sanity check for me. S1, S2, S4, S5 are motifs; S1 = Number of linear chains, S2 = Number of omnivory motifs, S4 = Number of apparent competition motifs, S5 = Number of direct competition motifs](01_compare_files/figure-html/fig-line-1.png){#fig-line width=672}\n:::\n:::\n\n\nWe can obviously look at different 'summary statistics' (see [Form v Function](03_structure.qmd)) but just throwing these out for now...\n\nSimilar signal but different values... \n\nAlso the challenge that we don't really know what is 'true' so don't actually know how much we can infer but it is interesting to see what the different models are spitting out even if they are potentially wrong... \n\nAlso also does this influence the way we are thinking about the idea of 'feasibility' vs 'energy' networks? One would think they might have clustered a bit differently... although arguably the PFIM is the only feasibility network here and it is often the (visual) outlier...", + "supporting": [ + "01_compare_files" + ], + "filters": [ + "rmarkdown/pagebreak.lua" + ], + "includes": {}, + "engineDependencies": {}, + "preserve": {}, + "postProcess": true + } +} \ No newline at end of file diff --git a/_freeze/01_compare/figure-html/fig-line-1.png b/_freeze/01_compare/figure-html/fig-line-1.png new file mode 100644 index 0000000..a67aca2 Binary files /dev/null and b/_freeze/01_compare/figure-html/fig-line-1.png differ diff --git a/_quarto.yml b/_quarto.yml index 846a0a0..22f6a32 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -14,20 +14,22 @@ website: - index.qmd - section: "(Re)constructing paleo networks" contents: - - 01_reconstruction_methods.qmd - - 02_bodymass_ratio.qmd - - 03_expert_knowledge.qmd - - 04_PFIM.qmd - - 05_contemporary.qmd - - 06_niche.qmd - - 07_adbm.qmd - - 08_compare.qmd + - 01_reconstruction_methods.qmd + - section: "Methods" + contents: + - 01_bodymass_ratio.qmd + - 01_expert_knowledge.qmd + - 01_PFIM.qmd + - 01_contemporary.qmd + - 01_niche.qmd + - 01_adbm.qmd + - 01_compare.qmd - section: "Downsampling" contents: - - 09_downsampling.qmd + - 02_downsampling.qmd - section: "Form vs Function" contents: - - 10_structure_vs_form.qmd + - 03_structure.qmd author: