guangchuang yu authored on 08/03/2017 08:42:56
Showing 7 changed files

... ...
@@ -47,9 +47,7 @@ mkdocs: mdfiles
47 47
 	mkdocs build;\
48 48
 	cd ../docs;\
49 49
 	rm -rf fonts;\
50
-	rm -rf css/font-awesome*;\
51
-	Rscript -e 'library(ypages); add_biobabble("index.html")'
52
-
50
+	rm -rf css/font-awesome*
53 51
 
54 52
 mdfiles:
55 53
 	cd mkdocs;\
... ...
@@ -234,12 +234,12 @@ published using <code>ggtree</code> and your publication will be featured here.<
234 234
     height: 300px;
235 235
   }<br />
236 236
   </style>
237
-<div id="chart561c721f7a23" class="rChart morris"></p>
237
+<div id="chart6a3238092255" class="rChart morris"></p>
238 238
 </div>
239 239
 
240 240
 <script type='text/javascript'>
241 241
     var chartParams = {
242
- "element": "chart561c721f7a23",
242
+ "element": "chart6a3238092255",
243 243
 "width":            800,
244 244
 "height":            400,
245 245
 "xkey": "year",
... ...
@@ -258,7 +258,7 @@ published using <code>ggtree</code> and your publication will be featured here.<
258 258
 "pubid": "HtEfBTGE9r8C" 
259 259
 } 
260 260
 ],
261
-"id": "chart561c721f7a23",
261
+"id": "chart6a3238092255",
262 262
 "labels": "cites" 
263 263
 },
264 264
       chartType = "Bar"
... ...
@@ -205,8 +205,6 @@
205 205
             <li><a href="#projects-that-depend-on-ggtree"> Projects that depend on ggtree</a></li>
206 206
         
207 207
             <li><a href="#feedback"> Feedback</a></li>
208
-<img src="https://guangchuangyu.github.io/blog_images/biobabble.jpg" align="center" width="200"/>
209
-<br>关注Y叔微信公众号biobabble
210 208
         
211 209
     
212 210
     </ul>
... ...
@@ -232,7 +230,8 @@
232 230
 <!-- AddToAny END -->
233 231
 
234 232
 <p><img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" /></p>
235
-<p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p>
233
+<p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
234
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css"></p>
236 235
 <p><a href="https://bioconductor.org/packages/ggtree"><img alt="releaseVersion" src="https://img.shields.io/badge/release%20version-1.6.10-blue.svg?style=flat" /></a>
237 236
 <a href="https://github.com/guangchuangyu/ggtree"><img alt="develVersion" src="https://img.shields.io/badge/devel%20version-1.7.9-blue.svg?style=flat" /></a>
238 237
 <a href="https://bioconductor.org/packages/stats/bioc/ggtree"><img alt="total" src="https://img.shields.io/badge/downloads-12364/total-blue.svg?style=flat" /></a>
... ...
@@ -248,6 +247,12 @@ GitHub</a>.</p>
248 247
 <h2 id="authors"><i class="fa fa-user"></i> Authors</h2>
249 248
 <p>Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The
250 249
 University of Hong Kong.</p>
250
+<p><a href="https://twitter.com/guangchuangyu"><i class="fa fa-twitter fa-3x"></i></a>
251
+<a href="https://guangchuangyu.github.io/blog_images/biobabble.jpg"><i class="fa fa-wechat fa-3x"></i></a>
252
+<a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=Guangchuang+Yu[Author+-+Full]"><i class="ai ai-pubmed ai-3x"></i></a>
253
+<a href="https://scholar.google.com.hk/citations?user=DO5oG40AAAAJ&hl=en"><i class="ai ai-google-scholar ai-3x"></i></a>
254
+<a href="https://orcid.org/0000-0002-6485-8781"><i class="ai ai-orcid ai-3x"></i></a>
255
+<a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a></p>
251 256
 <h2 id="citation"><i class="fa fa-book"></i> Citation</h2>
252 257
 <p>Please cite the following article when using <code>ggtree</code>:</p>
253 258
 <p><a href="http://dx.doi.org/10.1111/2041-210X.12628"><img alt="doi" src="https://img.shields.io/badge/doi-10.1111/2041--210X.12628-blue.svg?style=flat" /></a>
... ...
@@ -371,4 +376,4 @@ wiki page.</p>
371 376
             </div>
372 377
         </div>
373 378
     </body>
374
-</html>
379
+</html>
375 380
\ No newline at end of file
... ...
@@ -2,7 +2,7 @@
2 2
     "docs": [
3 3
         {
4 4
             "location": "/", 
5
-            "text": "ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe \nggtree\n package extending the \nggplot2\n package. It based on\ngrammar of graphics and takes all the good parts of \nggplot2\n. \nggtree\n\nis designed for not only viewing phylogenetic tree but also displaying\nannotation data on the tree. \nggtree\n is released within the\n\nBioconductor\n project and\nthe source code is hosted on\n\n\nGitHub\n.\n\n\n Authors\n\n\nGuangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The\nUniversity of Hong Kong.\n\n\n Citation\n\n\nPlease cite the following article when using \nggtree\n:\n\n\n\n\n\n\n\n\nG Yu\n, DK Smith, H Zhu, Y Guan, TTY Lam\n*\n. ggtree: an R\npackage for visualization and annotation of phylogenetic trees with\ntheir covariates and other associated data. \nMethods in Ecology and\nEvolution\n. 2017, 8(1):28-36.\n\n\n Featured Articles\n\n\n\n\n Find out more on\n\n \nFeatured\nArticles\n.\n\n\n Installation\n\n\nInstall \nggtree\n is easy, follow the guide on the \nBioconductor\npage\n:\n\n\n## try http:// if https:// URLs are not supported\nsource(\nhttps://bioconductor.org/biocLite.R\n)\n## biocLite(\nBiocUpgrade\n) ## you may need this\nbiocLite(\nggtree\n)\n\n\n\n\nIf you have problems when installing some of the dependent packages,\nplease refer to the\n\nggtree-installation\n\nwiki page.\n\n\n Overview\n\n\n Getting tree into R\n\n\n\n\ntree parsers: bring evolution evidences to be used/analyzed in \nR\n\n\nmerge_tree\n: allows evolution evidences to be merged and compared\n\n\nfortify\n methods: convert tree objects into tidy data frame\n\n\n\n\n Tree visualization \n annotation\n\n\n\n\nparsing tree as a collection of nodes allows grammar of graphics to\n    be supported\n\n\ngeom_tree\n: extends \nggplot2\n to support tree structure\n\n\nseveral layers and functions for tree annotation\n\n\nsupports annotating phylogenetic trees with user's own data\n\n\n\n\n Tree manipulation\n\n\n\n\nhelper functions for tree manipulation, make it possible to explore\n    the tree visually\n\n\n\n\n Find out details and examples on\n\n\n\nDocumentation\n.\n\n\n Projects that depend on \nggtree\n\n\n CRAN packages\n\n\n\n\nharrietr\n: Wrangle\n    Phylogenetic Distance Matrices and Other Utilities\n\n\n\n\n Bioconductor packages\n\n\n\n\nLINC\n: co-expression of\n    lincRNAs and protein-coding genes\n\n\nphilr\n: Phylogenetic\n    partitioning based ILR transform for metagenomics data\n\n\n\n\n Other applications\n\n\n\n\nBreadCrumbs\n:\n    Collection of scripts for metagenomics analysis\n\n\nDegeneratePrimerTools\n:\n    Utilities for Creating and Validating Degenerate primers\n\n\nphyloscan\n: scan phylogenies\n    created along a genome for patterns\n\n\n\n\n Feedback\n\n\n\n    \n Please make sure you have followed \nthe important guide\n before posting any issue/question\n\n    \n For bugs or feature requests, please post to \n \ngithub issue\n\n    \n  For user questions, please post to \n \ngoogle group\n\n    \n We are also following every post tagged with \nggtree\n on \nBioconductor support site\n and \nBiostars\n\n    \n Join the group chat on \n and", 
5
+            "text": "ggtree: an R package for visualization and annotation of phylogenetic trees with their covariates and other associated data\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe \nggtree\n package extending the \nggplot2\n package. It based on\ngrammar of graphics and takes all the good parts of \nggplot2\n. \nggtree\n\nis designed for not only viewing phylogenetic tree but also displaying\nannotation data on the tree. \nggtree\n is released within the\n\nBioconductor\n project and\nthe source code is hosted on\n\n\nGitHub\n.\n\n\n Authors\n\n\nGuangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The\nUniversity of Hong Kong.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Citation\n\n\nPlease cite the following article when using \nggtree\n:\n\n\n\n\n\n\n\n\nG Yu\n, DK Smith, H Zhu, Y Guan, TTY Lam\n*\n. ggtree: an R\npackage for visualization and annotation of phylogenetic trees with\ntheir covariates and other associated data. \nMethods in Ecology and\nEvolution\n. 2017, 8(1):28-36.\n\n\n Featured Articles\n\n\n\n\n Find out more on\n\n \nFeatured\nArticles\n.\n\n\n Installation\n\n\nInstall \nggtree\n is easy, follow the guide on the \nBioconductor\npage\n:\n\n\n## try http:// if https:// URLs are not supported\nsource(\nhttps://bioconductor.org/biocLite.R\n)\n## biocLite(\nBiocUpgrade\n) ## you may need this\nbiocLite(\nggtree\n)\n\n\n\n\nIf you have problems when installing some of the dependent packages,\nplease refer to the\n\nggtree-installation\n\nwiki page.\n\n\n Overview\n\n\n Getting tree into R\n\n\n\n\ntree parsers: bring evolution evidences to be used/analyzed in \nR\n\n\nmerge_tree\n: allows evolution evidences to be merged and compared\n\n\nfortify\n methods: convert tree objects into tidy data frame\n\n\n\n\n Tree visualization \n annotation\n\n\n\n\nparsing tree as a collection of nodes allows grammar of graphics to\n    be supported\n\n\ngeom_tree\n: extends \nggplot2\n to support tree structure\n\n\nseveral layers and functions for tree annotation\n\n\nsupports annotating phylogenetic trees with user's own data\n\n\n\n\n Tree manipulation\n\n\n\n\nhelper functions for tree manipulation, make it possible to explore\n    the tree visually\n\n\n\n\n Find out details and examples on\n\n\n\nDocumentation\n.\n\n\n Projects that depend on \nggtree\n\n\n CRAN packages\n\n\n\n\nharrietr\n: Wrangle\n    Phylogenetic Distance Matrices and Other Utilities\n\n\n\n\n Bioconductor packages\n\n\n\n\nLINC\n: co-expression of\n    lincRNAs and protein-coding genes\n\n\nphilr\n: Phylogenetic\n    partitioning based ILR transform for metagenomics data\n\n\n\n\n Other applications\n\n\n\n\nBreadCrumbs\n:\n    Collection of scripts for metagenomics analysis\n\n\nDegeneratePrimerTools\n:\n    Utilities for Creating and Validating Degenerate primers\n\n\nphyloscan\n: scan phylogenies\n    created along a genome for patterns\n\n\n\n\n Feedback\n\n\n\n    \n Please make sure you have followed \nthe important guide\n before posting any issue/question\n\n    \n For bugs or feature requests, please post to \n \ngithub issue\n\n    \n  For user questions, please post to \n \ngoogle group\n\n    \n We are also following every post tagged with \nggtree\n on \nBioconductor support site\n and \nBiostars\n\n    \n Join the group chat on \n and", 
6 6
             "title": "Home"
7 7
         }, 
8 8
         {
... ...
@@ -217,7 +217,7 @@
217 217
         }, 
218 218
         {
219 219
             "location": "/featuredArticles/", 
220
-            "text": "Let us know\n if you have\npublished using \nggtree\n and your publication will be featured here.\n\n\n\n\n\n\n\n\n\n\n\n\n\n  .rChart {\n    display: block;\n    margin-left: auto; \n    margin-right: auto;\n    width: 800px;\n    height: 300px;\n  }<br />\n  \n\n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart561c721f7a23\",\n\"width\":            800,\n\"height\":            400,\n\"xkey\": \"year\",\n\"ykeys\": [\n \"cites\" \n],\n\"data\": [\n {\n \"year\": 2016,\n\"cites\":              1,\n\"pubid\": \"HtEfBTGE9r8C\" \n},\n{\n \"year\": 2017,\n\"cites\":              7,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart561c721f7a23\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n\n\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals\nquantitative signatures of immune senescence and\naging\n. \nPNAS\n, 2017\n\n\nGut metagenomes of type 2 diabetic patients have characteristic\nsingle-nucleotide polymorphism distribution in \nBacteroides\ncoprocola\n.\n\nMicrobiome\n, 2017, 5:15\n\n\n 2016\n\n\nFunction and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate\nTransferases and Their Diversity in the Proximal Colon of\nSwine\n. \nApplied and\nEnvironmental Microbiology\n. 2016,82(22):6788-6798.", 
220
+            "text": "Let us know\n if you have\npublished using \nggtree\n and your publication will be featured here.\n\n\n\n\n\n\n\n\n\n\n\n\n\n  .rChart {\n    display: block;\n    margin-left: auto; \n    margin-right: auto;\n    width: 800px;\n    height: 300px;\n  }<br />\n  \n\n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart6a3238092255\",\n\"width\":            800,\n\"height\":            400,\n\"xkey\": \"year\",\n\"ykeys\": [\n \"cites\" \n],\n\"data\": [\n {\n \"year\": 2016,\n\"cites\":              1,\n\"pubid\": \"HtEfBTGE9r8C\" \n},\n{\n \"year\": 2017,\n\"cites\":              7,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart6a3238092255\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n\n\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals\nquantitative signatures of immune senescence and\naging\n. \nPNAS\n, 2017\n\n\nGut metagenomes of type 2 diabetic patients have characteristic\nsingle-nucleotide polymorphism distribution in \nBacteroides\ncoprocola\n.\n\nMicrobiome\n, 2017, 5:15\n\n\n 2016\n\n\nFunction and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate\nTransferases and Their Diversity in the Proximal Colon of\nSwine\n. \nApplied and\nEnvironmental Microbiology\n. 2016,82(22):6788-6798.", 
221 221
             "title": "Featured Articles"
222 222
         }, 
223 223
         {
... ...
@@ -38,13 +38,13 @@ published using `ggtree` and your publication will be featured here.
38 38
     height: 300px;
39 39
   }  
40 40
   </style>
41
-<div id="chart561c721f7a23" class="rChart morris">
41
+<div id="chart6a3238092255" class="rChart morris">
42 42
 
43 43
 </div>
44 44
 
45 45
 <script type='text/javascript'>
46 46
     var chartParams = {
47
- "element": "chart561c721f7a23",
47
+ "element": "chart6a3238092255",
48 48
 "width":            800,
49 49
 "height":            400,
50 50
 "xkey": "year",
... ...
@@ -63,7 +63,7 @@ published using `ggtree` and your publication will be featured here.
63 63
 "pubid": "HtEfBTGE9r8C" 
64 64
 } 
65 65
 ],
66
-"id": "chart561c721f7a23",
66
+"id": "chart6a3238092255",
67 67
 "labels": "cites" 
68 68
 },
69 69
       chartType = "Bar"
... ...
@@ -25,6 +25,7 @@ ggtree: an R package for visualization and annotation of phylogenetic trees with
25 25
 <img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
26 26
 
27 27
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
28
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css">
28 29
 
29 30
 [![releaseVersion](https://img.shields.io/badge/release%20version-1.6.10-blue.svg?style=flat)](https://bioconductor.org/packages/ggtree)
30 31
 [![develVersion](https://img.shields.io/badge/devel%20version-1.7.9-blue.svg?style=flat)](https://github.com/guangchuangyu/ggtree)
... ...
@@ -46,6 +47,13 @@ GitHub</a>.
46 47
 Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The
47 48
 University of Hong Kong.
48 49
 
50
+<a href="https://twitter.com/guangchuangyu"><i class="fa fa-twitter fa-3x"></i></a>
51
+<a href="https://guangchuangyu.github.io/blog_images/biobabble.jpg"><i class="fa fa-wechat fa-3x"></i></a>
52
+<a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=Guangchuang+Yu[Author+-+Full]"><i class="ai ai-pubmed ai-3x"></i></a>
53
+<a href="https://scholar.google.com.hk/citations?user=DO5oG40AAAAJ&hl=en"><i class="ai ai-google-scholar ai-3x"></i></a>
54
+<a href="https://orcid.org/0000-0002-6485-8781"><i class="ai ai-orcid ai-3x"></i></a>
55
+<a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a>
56
+
49 57
 <i class="fa fa-book"></i> Citation
50 58
 -----------------------------------
51 59
 
... ...
@@ -19,6 +19,7 @@ library("ypages")
19 19
 <img src="https://raw.githubusercontent.com/jotsetung/BioC-stickers/master/ggtree/ggtree.png" height="128", align="right" />
20 20
 
21 21
 <link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
22
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/academicons.min.css">
22 23
 
23 24
 `r badge_bioc_release("ggtree", "blue")`
24 25
 `r badge_devel("guangchuangyu/ggtree", "blue")`
... ...
@@ -33,6 +34,14 @@ The `ggtree` package extending the *ggplot2* package. It based on grammar of gra
33 34
 
34 35
 Guangchuang Yu and Tommy Tsan-Yuk Lam, School of Public Health, The University of Hong Kong.
35 36
 
37
+<a href="https://twitter.com/guangchuangyu"><i class="fa fa-twitter fa-3x"></i></a>
38
+<a href="https://guangchuangyu.github.io/blog_images/biobabble.jpg"><i class="fa fa-wechat fa-3x"></i></a>
39
+<a href="https://www.ncbi.nlm.nih.gov/pubmed/?term=Guangchuang+Yu[Author+-+Full]"><i class="ai ai-pubmed ai-3x"></i></a>
40
+<a href="https://scholar.google.com.hk/citations?user=DO5oG40AAAAJ&hl=en"><i class="ai ai-google-scholar ai-3x"></i></a>
41
+<a href="https://orcid.org/0000-0002-6485-8781"><i class="ai ai-orcid ai-3x"></i></a>
42
+<a href="https://impactstory.org/u/0000-0002-6485-8781"><i class="ai ai-impactstory ai-3x"></i></a>
43
+
44
+
36 45
 ## <i class="fa fa-book"></i> Citation
37 46
 
38 47
 Please cite the following article when using `ggtree`: