You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/datasets.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
### Example datasets
1
+
---
2
+
title: Example datasets
3
+
subtitle: Data from the scientific literature that you can use with SuchTree.
4
+
icon: material/bee-flower
5
+
---
2
6
3
7
For analysis of ecological interactions, `SuchTree` is distributed
4
8
with a curated collection of several different examples from the
@@ -7,7 +11,7 @@ various properties, along with an annotated notebook of `Python` code
7
11
for generating them, is also included. Interactions are registered in
8
12
a JSON object (`data/studies.json`).
9
13
10
-
####Host/Parasite
14
+
## Host/Parasite
11
15
12
16
***gopher-louse** Hafner, M.S. & Nadler, S.A. 1988. *Phylogenetic trees support the coevolution of parasites and their hosts.* Nature 332: 258-259)
13
17
***dove-louse** Dale H. Clayton, Sarah E. Bush, Brad M. Goates, and Kevin P. Johnson. 2003. *Host defense reinforces host–parasite cospeciation.* PNAS.
@@ -20,7 +24,7 @@ Joost A. M. Raeymaekers, Pascal I. Hablützel, Céline Gillardin, Bart Hellemans
20
24
Floris C. Breman, Stephan Koblmüller, Christian Sturmbauer, Jos Snoeks,
21
25
Filip A. M. Volckaert & Tine Huyse. 2015. *Hidden biodiversity in an ancient lake: phylogenetic congruence between Lake Tanganyika tropheine cichlids and their monogenean flatworm parasites*, Scientific Reports.
22
26
23
-
####Plant/Pollinator (visitor) interactions
27
+
## Plant/Pollinator (visitor) interactions
24
28
25
29
These were originally collected by Enrico Rezende *et al.* :
26
30
@@ -64,7 +68,7 @@ These were originally collected by Enrico Rezende *et al.* :
64
68
***smal** Small, E. 1976. *Insect pollinators of the Mer Bleue peat bog of Ottawa.* Canadian Field Naturalist 90:22-28.
65
69
***smra** Smith-Ramírez C., P. Martinez, M. Nuñez, C. González and J. J. Armesto 2005 *Diversity, flower visitation frequency and generalism of pollinators in temperate rain forests of Chiloé Island,Chile.* Botanical Journal of the Linnean Society, 2005, 147, 399–416.
66
70
67
-
####Frugivory interactions
71
+
## Frugivory interactions
68
72
69
73
***bair** Baird, J.W. 1980. *The selection and use of fruit by birds in an eastern forest.* Wilson Bulletin 92: 63-73.
70
74
***beeh** Beehler, B. 1983. *Frugivory and polygamy in birds of paradise.* Auk, 100: 1-12.
Copy file name to clipboardExpand all lines: docs/examples/SuchLinkedTree_examples.ipynb
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"metadata": {},
6
+
"source": [
7
+
"---\n",
8
+
"title: SuchLinkedTrees, with working examples\n",
9
+
"subtitle: Worked examples illustrating some basic applications of SuchLinkedTrees. This file is available as a Jupyter Notebook in the project repository under docs/examples.\n",
Copy file name to clipboardExpand all lines: docs/examples/SuchLinkedTree_examples.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# SuchLinkedTree_examples
1
+
---
2
+
title: SuchLinkedTrees, with working examples
3
+
subtitle: Worked examples illustrating some basic applications of SuchLinkedTrees. This file is available as a Jupyter Notebook in the project repository under docs/examples.
4
+
icon: material/notebook-outline
5
+
---
2
6
3
7
# SuchLinkedTrees
4
8
@@ -185,7 +189,7 @@ seaborn.jointplot( 'microbe tree distances', 'host tree distances',
Copy file name to clipboardExpand all lines: docs/examples/SuchTree_examples.ipynb
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"metadata": {
6
+
"editable": true,
7
+
"slideshow": {
8
+
"slide_type": ""
9
+
},
10
+
"tags": []
11
+
},
12
+
"source": [
13
+
"---\n",
14
+
"title: SuchTree, with working examples\n",
15
+
"subtitle: Worked examples illustrating some basic applications of SuchTree. This file is available as a Jupyter Notebook in the project repository under docs/examples.\n",
Copy file name to clipboardExpand all lines: docs/examples/SuchTree_examples.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
# SuchTree_examples
1
+
---
2
+
title: SuchTree, with working examples
3
+
subtitle: Worked examples illustrating some basic applications of SuchTree. This file is available as a Jupyter Notebook in the project repository under docs/examples.
0 commit comments