Skip to content

Commit 96a7b50

Browse files
committed
update funding and doc
1 parent b03cdab commit 96a7b50

9 files changed

Lines changed: 24 additions & 16 deletions

File tree

_posts/news/2021-05-17-code-of-conduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ enforcement ladder](https://github.com/mozilla/diversity).
136136
For answers to common questions about this code of conduct, see the FAQ at
137137
<https://www.contributor-covenant.org/faq>. Translations are available at
138138
<https://www.contributor-covenant.org/translations>.
139+

about.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,14 @@ <h3>Credits </h3>
6565

6666
<h3>Fundings</h3>
6767
<div class="hline"></div>
68-
<p>Generous fundings for the IQ-TREE project are provided by the <a href="http://www.fwf.ac.at">Austrian Science Fund - FWF</a> (grants I 760-B17 from 2012-2015 and I 2508-B29 from 2016-2019) and the <a href="https://www.univie.ac.at">University of Vienna</a> (Initiativkolleg I059-N from 2011-2014).</p>
68+
<p>Generous fundings for the IQ-TREE project are provided by the
69+
<a href="http://www.fwf.ac.at">Austrian Science Fund - FWF</a>
70+
(grants I 760-B17 from 2012-2015 and I 2508-B29 from 2016-2019),
71+
<a href="https://www.univie.ac.at">University of Vienna</a>
72+
(Initiativkolleg I059-N from 2011-2014),
73+
<a href="https://www.arc.gov.au">Australian Research Council</a>
74+
Discovery Project (DP200103151),
75+
and <a href="https://chanzuckerberg.com">Chan-Zuckerberg Initiative</a> (EOSS-0000000132).</p>
6976

7077
</div>
7178
</div><!--/row -->

doc/Advanced-Tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: userdoc
33
title: "Advanced Tutorial"
44
author: Jana, Minh Bui
5-
date: 2019-12-01
5+
date: 2021-05-19
66
docid: 4
77
icon: info-circle
88
doctype: tutorial
@@ -196,7 +196,7 @@ IQ-TREE supports the partition-resampling strategy as suggested by ([Nei et al.,
196196

197197

198198
to resample partitions instead of sites. Moreover, IQ-TREE allows an even more complicated
199-
strategy: resampling partitions and then sites within resampled partitions ([Gadagkar et al., 2005]). This may help to reduce false positives (i.e. wrong branch receiving 100% support):
199+
strategy: resampling partitions and then sites within resampled partitions ([Gadagkar et al., 2005]; [Seo et al., 2005]). This may help to reduce false positives (i.e. wrong branch receiving 100% support):
200200

201201

202202
iqtree -s example.phy -p example.nex -B 1000 --sampling GENESITE
@@ -533,6 +533,7 @@ See [Command Reference](Command-Reference) for a complete list of all options av
533533
[Lanfear et al., 2014]: https://doi.org/10.1186/1471-2148-14-82
534534
[Lopez et al., 2002]: http://mbe.oxfordjournals.org/content/19/1/1.full
535535
[Nei et al., 2001]: https://doi.org/10.1073/pnas.051611498
536+
[Seo et al., 2005]: https://doi.org/10.1073/pnas.0408313102
536537
[Shimodaira and Hasegawa, 1999]: https://doi.org/10.1093/oxfordjournals.molbev.a026201
537538
[Shimodaira, 2002]: https://doi.org/10.1080/10635150290069913
538539
[Strimmer and Rambaut, 2002]: https://doi.org/10.1098/rspb.2001.1862

doc/Command-Reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: userdoc
33
title: "Command Reference"
44
author: Diep Thi Hoang, Dominik Schrempf, Heiko Schmidt, Jana Trifinopoulos, Minh Bui
5-
date: 2021-03-15
5+
date: 2021-05-19
66
docid: 19
77
icon: book
88
doctype: manual
@@ -429,7 +429,7 @@ The ultrafast bootstrap (UFBoot) approximation ([Minh et al., 2013]; [Hoang et a
429429
| `-bcor` | Specify minimum correlation coefficient for UFBoot convergence criterion. *DEFAULT: 0.99* |
430430
| `-beps` | Specify a small epsilon to break tie in RELL evaluation for bootstrap trees. *DEFAULT: 0.5* |
431431
| `-bnni` | Perform an additional step to further optimize UFBoot trees by nearest neighbor interchange (NNI) based directly on bootstrap alignments. This option is recommended in the presence of **severe model violations**. It increases computing time by 2-fold but reduces the risk of overestimating branch supports due to severe model violations. Introduced in IQ-TREE 1.6. |
432-
| `-bsam` | Specify the resampling strategies for partitioned analysis. By default, IQ-TREE resamples alignment sites within partitions. With `-bsam GENE` IQ-TREE will resample partitions. With `-bsam GENESITE` IQ-TREE will resample partitions and then resample sites within resampled partitions ([Gadagkar et al., 2005]). |
432+
| `-bsam` | Specify the resampling strategies for partitioned analysis. By default, IQ-TREE resamples alignment sites within partitions. With `-bsam GENE` IQ-TREE will resample partitions. With `-bsam GENESITE` IQ-TREE will resample partitions and then resample sites within resampled partitions ([Gadagkar et al., 2005]; [Seo et al., 2005]). |
433433
| `-nm` | Specify maximum number of iterations to stop. *DEFAULT: 1000* |
434434
| `-nstep` | Specify iteration interval checking for UFBoot convergence. *DEFAULT: every 100 iterations* |
435435
| `-wbt` | Turn on writing bootstrap trees to `.ufboot` file. *DEFAULT: OFF* |
@@ -729,6 +729,7 @@ The first few lines of the output file example.phy.sitelh (printed by `-wslr` op
729729
[Lartillot and Philippe, 2004]: https://doi.org/10.1093/molbev/msh112
730730
[Minh et al., 2013]: https://doi.org/10.1093/molbev/mst024
731731
[Nguyen et al., 2015]: https://doi.org/10.1093/molbev/msu300
732+
[Seo et al., 2005]: https://doi.org/10.1073/pnas.0408313102
732733
[Shimodaira and Hasegawa, 1999]: https://doi.org/10.1093/oxfordjournals.molbev.a026201
733734
[Shimodaira, 2002]: https://doi.org/10.1080/10635150290069913
734735
[Soubrier et al., 2012]: https://doi.org/10.1093/molbev/mss140

doc/Rootstrap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: userdoc
33
title: "Rooting phylogenies"
4-
author: 152suha, Minh Bui
5-
date: 2021-04-21
4+
author: Minh Bui, Suha Naser
5+
date: 2021-05-18
66
docid: 8
77
icon: info-circle
88
doctype: tutorial
@@ -108,7 +108,7 @@ as the run above to infer an unrooted tree using reversible models:
108108
This run will also write the best partitioning scheme to `rev_dna.best_scheme.nex` file.
109109
In the second step, we will re-use this best scheme but replace the substitution model
110110
with the most general non-reversible DNA model, 12.12 or UNREST
111-
(see [this doc]((Substitution-Models#lie-markov-models))) to obtain a rooted tree:
111+
(see [this doc](Substitution-Models#lie-markov-models)) to obtain a rooted tree:
112112

113113
iqtree2 -s bovidae.phy -p rev_dna.best_scheme.nex --model-joint 12.12 -B 1000 -T AUTO --prefix nonrev_dna
114114

doc/convertwiki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for f in *.md workshop/*.md; do
3131

3232
let file_changed++
3333

34-
AUTHOR=`git log $f | grep Author: | sed 's/m.bui@anu/minh.bui@anu/' | sed 's/.* <//' | sed 's/@.*//' | sed 's/\./ /g' | sort | uniq | tr '\n' ',' | sed 's/,$//' | sed 's/,/, /g' | awk '{for(i=1;i<=NF;i++){ $i=toupper(substr($i,1,1)) substr($i,2) }}1'`
34+
AUTHOR=`git log $f | grep Author: | sed 's/m.bui@anu/minh.bui@anu/' | sed 's/152suha/suha.naser/' | sed 's/.* <//' | sed 's/@.*//' | sed 's/\./ /g' | sort | uniq | tr '\n' ',' | sed 's/,$//' | sed 's/,/, /g' | awk '{for(i=1;i<=NF;i++){ $i=toupper(substr($i,1,1)) substr($i,2) }}1'`
3535
DATE=`git log --date=short $f | grep Date: | head -n 1 | sed 's/Date://'`
3636

3737
sed "s/_AUTHOR_/$AUTHOR/" $f | sed "s/_DATE_/$DATE/" | sed 's/\.\.\//\.\.\/doc\//g' > $destf

doc/iqtree-doc.pdf

4 Bytes
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ <h3>COVID-19 release {{page.version_new}} ({{page.releasedate_new}})</h3>
8181
<div class="list-group">
8282
<div class="list-group-item list-group-item-success">
8383
<h4 class="centered">LATEST NEWS</h4>
84-
April 24, 2020: <a href="doc/Dating">Phylogenetic dating</a> is now available in v2.0.3.<br>
85-
One <a href="news/phd-position">PhD position</a> and one software engineer available. Please contact m.bui (-a-) anu.edu.au<br>
84+
May 17, 2021: We published a <a href="news/code-of-conduct">Code of Conduct</a> for the IQ-TREE community<br>
85+
April 21, 2021: <a href="doc/Rootstrap">Rooting phylogenies and Rootstrap measure</a> is now available in v2.1.3<br>
8686
</div>
8787
</div>
8888
</div>

workshop/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: workshop
33
title: "Workshop"
4-
date: 2021-05-17
4+
date: 2019-08-01
55
---
66

77
Throughout the year, members of IQ-TREE development team teach workshops on molecular evolution, phylogenetics, phylogenomics, and maximum likelihood using IQ-TREE.
@@ -11,7 +11,8 @@ Throughout the year, members of IQ-TREE development team teach workshops on mole
1111

1212
| Date | Course Title | Location | Instructor |
1313
|------|---------------|----------------------------|-------------|
14-
| late July, 2021 | Phylogenetic Analysis with IQ-TREE | [Sydney Phylogenetics Workshop](https://meep.sydney.edu.au/workshops/), virtual workshop | Bui Quang Minh |
14+
| Aug 1-11, 2019 | [IQ-TREE Workshop Tutorial](molevol2019) | [Workshop on Molecular Evolution](https://molevol.mbl.edu), Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
15+
| Aug 4-9, 2019 | Several sessions | [Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2019), The University of Hong Kong, Hong Kong | Heiko Schmidt |
1516

1617

1718
### Past Workshops
@@ -20,9 +21,6 @@ IQ-TREE was taught as part of the following workshops:
2021

2122
| Date | Course Title | Location | Instructor |
2223
|------|---------------|----------------------------|-------------|
23-
| Jan 28-29, 2021 | Phylogenetic Analysis with IQ-TREE | [Sydney Phylogenetics Workshop](https://meep.sydney.edu.au/workshops/), virtual workshop | Bui Quang Minh |
24-
| Aug 1-11, 2019 | [IQ-TREE Workshop Tutorial](molevol2019) | [Workshop on Molecular Evolution](https://molevol.mbl.edu), Marine Biological Laboratory, Woods Hole, USA | Bui Quang Minh |
25-
| Aug 4-9, 2019 | Several sessions | [Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2019), The University of Hong Kong, Hong Kong | Heiko Schmidt |
2624
| Jan 24, 2019 | [IQ-TREE intro and lab](ck2019) | [Workshop on Phylogenomics](http://evomics.org/workshops/2019-workshop-on-phylogenomics-cesky-krumlov/), Cesky Krumlov, Czech Republic | Stephen Crotty |
2725
| Dec 7, 2018 | [Phylogenomics using IQ-TREE](anu2018) | [Phylogenomics Workshop using IQ-TREE](http://cba.anu.edu.au/news-events/phylogenomics-workshop-using-iq-tree), Australian National University, Canberra, Australia | Rob Lanfear, Minh Bui |
2826
| Aug 26, 2018 | ML Phylogenetics and IQ-TREE | [Workshop on Virus Evolution and Molecular Epidemiology](https://rega.kuleuven.be/cev/veme-workshop/2018), Robert Koch-Institut, Berlin, Germany | Heiko Schmidt |

0 commit comments

Comments
 (0)