Browse code

gallery page

GuangchuangYu authored on 21/01/2017 04:04:10
Showing 22 changed files

... ...
@@ -56,6 +56,7 @@ mdfiles:
56 56
 	Rscript -e 'library(ypages); gendoc("src/index.md", "blue", "docs/index.md")';\
57 57
 	Rscript -e 'library(ypages); gendoc("src/documentation.md", "blue", "docs/documentation.md")';\
58 58
 	Rscript -e 'library(ypages); gendoc("src/featuredArticles.md", "blue", "docs/featuredArticles.md")';\
59
+	Rscript -e 'library(ypages); gendoc("src/gallery.md", "blue", "docs/gallery.md")';\
59 60
 	Rscript -e 'library(ypages); gendoc("src/faq.md", "blue", "docs/faq.md")';\
60 61
 	cd docs;\
61 62
 	ln -f -s ../mysoftware/* ./
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -156,7 +162,7 @@
156 162
                     </a>
157 163
                 </li>
158 164
                 <li >
159
-                    <a rel="next" href="../featuredArticles/">
165
+                    <a rel="next" href="../gallery/">
160 166
                         <i class="fa fa-arrow-left"></i> Previous
161 167
                     </a>
162 168
                 </li>
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -161,7 +167,7 @@
161 167
                     </a>
162 168
                 </li>
163 169
                 <li >
164
-                    <a rel="prev" href="../ChIPseeker/">
170
+                    <a rel="prev" href="../gallery/">
165 171
                         Next <i class="fa fa-arrow-right"></i>
166 172
                     </a>
167 173
                 </li>
... ...
@@ -190,9 +196,6 @@
190 196
         <li class="main "><a href="#2016"> 2016</a></li>
191 197
         
192 198
     
193
-        <li class="main "><a href="#2015"> 2015</a></li>
194
-        
195
-    
196 199
     </ul>
197 200
 </div></div>
198 201
             <div class="col-md-9" role="main">
... ...
@@ -232,11 +235,11 @@
232 235
   }  
233 236
   </style>
234 237
 
235
-<div id = 'chart7ea0521d7be6' class = 'rChart morris'></div>
238
+<div id = 'chart1bc474772a20' class = 'rChart morris'></div>
236 239
 
237 240
 <script type='text/javascript'>
238 241
     var chartParams = {
239
- "element": "chart7ea0521d7be6",
242
+ "element": "chart1bc474772a20",
240 243
 "width":            800,
241 244
 "height":            400,
242 245
 "xkey": "year",
... ...
@@ -255,7 +258,7 @@
255 258
 "pubid": "HtEfBTGE9r8C" 
256 259
 } 
257 260
 ],
258
-"id": "chart7ea0521d7be6",
261
+"id": "chart1bc474772a20",
259 262
 "labels": "cites" 
260 263
 },
261 264
       chartType = "Bar"
... ...
@@ -265,28 +268,7 @@
265 268
 <h2 id="2017"><i class="fa fa-calendar"></i> 2017</h2>
266 269
 <p><a href="http://dx.doi.org/10.1073/pnas.1617959114">Phylogenetic analysis of the human antibody repertoire reveals quantitative signatures of immune senescence and aging</a>. <strong><em>PNAS</em></strong>, 2017</p>
267 270
 <h2 id="2016"><i class="fa fa-calendar"></i> 2016</h2>
268
-<p>Lack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient <em>Arabidopsis</em></p>
269
-<p><strong>Plant Physiology</strong> May. 2016 <http:/​/​dx.​doi.​org/​10.​1104/​pp.​16.​00359></p>
270
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2016_PlantPhysiology.png" /></p>
271
-<p>Range overlap drives chromosome inversion fixation in passerine birds</p>
272
-<p><strong>bioRxiv</strong> May. 2016 <a href="http://dx.doi.org/10.1101/053371">http://dx.doi.org/10.1101/053371</a></p>
273
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/passerine_birds.png" /></p>
274
-<p>Phenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape</p>
275
-<p><strong>Front. Cell. Infect. Microbiol.</strong> Apr. 2016 <a href="http://dx.doi.org/10.3389%2Ffcimb.2016.00036">http://dx.doi.org/10.3389%2Ffcimb.2016.00036</a></p>
276
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg" /></p>
277
-<p><em>Ws-2</em> Introgression in a Proportion of <em>Arabidopsis thaliana Col-0</em> Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification</p>
278
-<p><strong>Plant Cell</strong> Mar. 2016 <a href="http://dx.doi.org/10.1105/tpc.16.00053">http://dx.doi.org/10.1105/tpc.16.00053</a></p>
279
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/plantcell_2016.png" /></p>
280
-<h2 id="2015"><i class="fa fa-calendar"></i> 2015</h2>
281
-<p>The population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens</p>
282
-<p><strong>Molecuar Ecology</strong> Dec. 2015 <a href="http://dx.doi.org/10.1111/mec.13474">http://dx.doi.org/10.1111/mec.13474</a></p>
283
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2015_ME_image_n_mec13474-fig-0003.png" /></p>
284
-<p>Genetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015</p>
285
-<p><strong>Infection, Genetics and Evolution</strong> Dec. 2015 <a href="http://dx.doi.org/10.1016/j.meegid.2015.12.006">http://dx.doi.org/10.1016/j.meegid.2015.12.006</a></p>
286
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg" /></p>
287
-<p>Trans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species</p>
288
-<p><strong>PeerJ</strong> May 2015 <a href="https://doi.org/10.7717/peerj.976">https://doi.org/10.7717/peerj.976</a></p>
289
-<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2015_peerJ_fig-9-2x.jpg" /></p></div>
271
+<p><a href="http://aem.asm.org/content/82/22/6788.short">Function and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate Transferases and Their Diversity in the Proximal Colon of Swine</a>. <strong><em>Applied and Environmental Microbiology</em></strong>. 2016,82(22):6788-6798. </p></div>
290 272
         </div>
291 273
 
292 274
         <footer class="col-md-12">
293 275
new file mode 100644
... ...
@@ -0,0 +1,316 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+    <head>
4
+        <meta charset="utf-8">
5
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+        
8
+        <meta name="author" content="Guangchuang Yu">
9
+        <link rel="canonical" href="https://guangchuangyu.github.io/ggtree/gallery/">
10
+        <link rel="shortcut icon" href="../img/favicon.ico">
11
+
12
+	<title>Gallery - ggtree</title>
13
+
14
+        <link href="../css/bootstrap-custom.min.css" rel="stylesheet">
15
+        <link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
16
+        <link rel="stylesheet" href="../css/highlight.css">
17
+        <link href="../css/base.css" rel="stylesheet">
18
+
19
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
20
+        <!--[if lt IE 9]>
21
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
22
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
23
+        <![endif]-->
24
+
25
+        
26
+        <script>
27
+            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
28
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
29
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
30
+            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
31
+
32
+            ga('create', 'UA-77901140-1', 'guangchuangyu.github.io');
33
+            ga('send', 'pageview');
34
+        </script>
35
+        
36
+    </head>
37
+
38
+    <body>
39
+
40
+        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
41
+    <div class="container">
42
+
43
+        <!-- Collapsed navigation -->
44
+        <div class="navbar-header">
45
+            <!-- Expander button -->
46
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
47
+                <span class="sr-only">Toggle navigation</span>
48
+                <span class="icon-bar"></span>
49
+                <span class="icon-bar"></span>
50
+                <span class="icon-bar"></span>
51
+            </button>
52
+
53
+            <!-- Main title -->
54
+            <a class="navbar-brand" href="..">ggtree</a>
55
+        </div>
56
+
57
+        <!-- Expanded navigation -->
58
+        <div class="navbar-collapse collapse">
59
+            <!-- Main navigation -->
60
+            <ul class="nav navbar-nav">
61
+            
62
+            
63
+                <li >
64
+                    <a href="..">Home</a>
65
+                </li>
66
+            
67
+            
68
+            
69
+                <li >
70
+                    <a href="../documentation/">Documentation</a>
71
+                </li>
72
+            
73
+            
74
+            
75
+                <li >
76
+                    <a href="../faq/">FAQ</a>
77
+                </li>
78
+            
79
+            
80
+            
81
+                <li >
82
+                    <a href="../featuredArticles/">Featured Articles</a>
83
+                </li>
84
+            
85
+            
86
+            
87
+                <li class="active">
88
+                    <a href="./">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
93
+                <li class="dropdown">
94
+                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
95
+                    <ul class="dropdown-menu">
96
+                    
97
+                        
98
+<li >
99
+    <a href="../ChIPseeker/">ChIPseeker</a>
100
+</li>
101
+
102
+                    
103
+                        
104
+<li >
105
+    <a href="../clusterProfiler/">clusterProfiler</a>
106
+</li>
107
+
108
+                    
109
+                        
110
+<li >
111
+    <a href="../DOSE/">DOSE</a>
112
+</li>
113
+
114
+                    
115
+                        
116
+<li >
117
+    <a href="../emojifont/">emojifont</a>
118
+</li>
119
+
120
+                    
121
+                        
122
+<li >
123
+    <a href="../ggtree/">ggtree</a>
124
+</li>
125
+
126
+                    
127
+                        
128
+<li >
129
+    <a href="../GOSemSim/">GOSemSim</a>
130
+</li>
131
+
132
+                    
133
+                        
134
+<li >
135
+    <a href="../meshes/">meshes</a>
136
+</li>
137
+
138
+                    
139
+                        
140
+<li >
141
+    <a href="../ReactomePA/">ReactomePA</a>
142
+</li>
143
+
144
+                    
145
+                        
146
+<li >
147
+    <a href="../treeio/">treeio</a>
148
+</li>
149
+
150
+                    
151
+                    </ul>
152
+                </li>
153
+            
154
+            
155
+            </ul>
156
+
157
+            <!-- Search, Navigation and Repo links -->
158
+            <ul class="nav navbar-nav navbar-right">
159
+                <li>
160
+                    <a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
161
+                        <i class="fa fa-search"></i> Search
162
+                    </a>
163
+                </li>
164
+                <li >
165
+                    <a rel="next" href="../featuredArticles/">
166
+                        <i class="fa fa-arrow-left"></i> Previous
167
+                    </a>
168
+                </li>
169
+                <li >
170
+                    <a rel="prev" href="../ChIPseeker/">
171
+                        Next <i class="fa fa-arrow-right"></i>
172
+                    </a>
173
+                </li>
174
+                
175
+                <li>
176
+                    <a href="https://github.com/GuangchuangYu/ggtree">
177
+                        
178
+                            <i class="fa fa-github"></i>
179
+                        
180
+                        GitHub
181
+                    </a>
182
+                </li>
183
+                
184
+            </ul>
185
+        </div>
186
+    </div>
187
+</div>
188
+
189
+        <div class="container">
190
+            <div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
191
+    <ul class="nav bs-sidenav">
192
+    
193
+    </ul>
194
+</div></div>
195
+            <div class="col-md-9" role="main">
196
+
197
+<!-- AddToAny BEGIN -->
198
+
199
+<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
200
+<a class="a2a_dd" href="//www.addtoany.com/share"></a>
201
+<a class="a2a_button_facebook"></a>
202
+<a class="a2a_button_twitter"></a>
203
+<a class="a2a_button_google_plus"></a>
204
+<a class="a2a_button_pinterest"></a>
205
+<a class="a2a_button_reddit"></a>
206
+<a class="a2a_button_sina_weibo"></a>
207
+<a class="a2a_button_wechat"></a>
208
+<a class="a2a_button_douban"></a>
209
+</div>
210
+
211
+<script async src="//static.addtoany.com/menu/page.js"></script>
212
+
213
+<!-- AddToAny END -->
214
+
215
+<p><link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css"></p>
216
+<p><a href="https://github.com/GuangchuangYu/featured_img">Let us know</a> if you have published using <code>ggtree</code> and your publication will be featured here.</p>
217
+<p><a href="https://scholar.google.com.hk/scholar?oi=bibs&amp;hl=en&amp;cites=7268358477862164627"><img alt="citation" src="https://img.shields.io/badge/cited%20by-2-blue.svg?style=flat" /></a></p>
218
+<p><link rel='stylesheet' href=https://guangchuangyu.github.io/resume/css/morris.css>
219
+<script src='https://guangchuangyu.github.io/resume/css/jquery.min.js' type='text/javascript'></script>
220
+<script src='https://guangchuangyu.github.io/resume/css/raphael-min.js' type='text/javascript'></script>
221
+<script src='https://guangchuangyu.github.io/resume/css/morris-0.4.2.min.js' type='text/javascript'></script></p>
222
+<style>
223
+  .rChart {
224
+    display: block;
225
+    margin-left: auto; 
226
+    margin-right: auto;
227
+    width: 800px;
228
+    height: 300px;
229
+  }  
230
+  </style>
231
+
232
+<div id = 'chart1be632e92863' class = 'rChart morris'></div>
233
+
234
+<script type='text/javascript'>
235
+    var chartParams = {
236
+ "element": "chart1be632e92863",
237
+"width":            800,
238
+"height":            400,
239
+"xkey": "year",
240
+"ykeys": [
241
+ "cites" 
242
+],
243
+"data": [
244
+ {
245
+ "year": 2016,
246
+"cites":              1,
247
+"pubid": "HtEfBTGE9r8C" 
248
+},
249
+{
250
+ "year": 2017,
251
+"cites":              1,
252
+"pubid": "HtEfBTGE9r8C" 
253
+} 
254
+],
255
+"id": "chart1be632e92863",
256
+"labels": "cites" 
257
+},
258
+      chartType = "Bar"
259
+    new Morris[chartType](chartParams)
260
+</script>
261
+
262
+<ul>
263
+<li><a href="http://dx.doi.org/10.1128/AEM.02307-16">http://dx.doi.org/10.1128/AEM.02307-16</a></li>
264
+</ul>
265
+<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2017-01-21-115646_969x444_scrot.png" /></p>
266
+<ul>
267
+<li><a href="http://dx.doi.org/10.3389%2Ffcimb.2016.00036">http://dx.doi.org/10.3389%2Ffcimb.2016.00036</a></li>
268
+</ul>
269
+<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg" /></p>
270
+<ul>
271
+<li><a href="http://dx.doi.org/10.1016/j.meegid.2015.12.006">http://dx.doi.org/10.1016/j.meegid.2015.12.006</a></li>
272
+</ul>
273
+<p><img alt="" src="https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg" /></p></div>
274
+        </div>
275
+
276
+        <footer class="col-md-12">
277
+            <hr>
278
+            
279
+                <center>Copyright &copy; 2016 <a href="https://guangchuangyu.github.io">Guangchuang Yu</a>.<div style="width:250px;margin:auto;"><script type="text/javascript" src="//rf.revolvermaps.com/0/0/7.js?i=5qpvv5zz7fp&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;sx=0" async="async"></script></div></center>
280
+            
281
+            <center>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</center>
282
+        </footer>
283
+
284
+        <script src="../js/jquery-1.10.2.min.js"></script>
285
+        <script src="../js/bootstrap-3.0.3.min.js"></script>
286
+        <script src="../js/highlight.pack.js"></script>
287
+        <script>var base_url = '..';</script>
288
+        <script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>
289
+        <script src="../js/base.js"></script>
290
+
291
+        <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
292
+            <div class="modal-dialog">
293
+                <div class="modal-content">
294
+                    <div class="modal-header">
295
+                        <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
296
+                        <h4 class="modal-title" id="exampleModalLabel">Search</h4>
297
+                    </div>
298
+                    <div class="modal-body">
299
+                        <p>
300
+                            From here you can search these documents. Enter
301
+                            your search terms below.
302
+                        </p>
303
+                        <form role="form">
304
+                            <div class="form-group">
305
+                                <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
306
+                            </div>
307
+                        </form>
308
+                        <div id="mkdocs-search-results"></div>
309
+                    </div>
310
+                    <div class="modal-footer">
311
+                    </div>
312
+                </div>
313
+            </div>
314
+        </div>
315
+    </body>
316
+</html>
0 317
\ No newline at end of file
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -207,7 +207,7 @@
207 207
         },
208 208
         {
209 209
             "location": "/featuredArticles/",
210
-            "text": "Let us know\n if you have published 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  }  \n  \n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart7ea0521d7be6\",\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\":              1,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart7ea0521d7be6\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals quantitative signatures of immune senescence and aging\n. \nPNAS\n, 2017\n\n\n 2016\n\n\nLack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient \nArabidopsis\n\n\nPlant Physiology\n May. 2016 \n\n\n\n\nRange overlap drives chromosome inversion fixation in passerine birds\n\n\nbioRxiv\n May. 2016 \nhttp://dx.doi.org/10.1101/053371\n\n\n\n\nPhenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape\n\n\nFront. Cell. Infect. Microbiol.\n Apr. 2016 \nhttp://dx.doi.org/10.3389%2Ffcimb.2016.00036\n\n\n\n\nWs-2\n Introgression in a Proportion of \nArabidopsis thaliana Col-0\n Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification\n\n\nPlant Cell\n Mar. 2016 \nhttp://dx.doi.org/10.1105/tpc.16.00053\n\n\n\n\n 2015\n\n\nThe population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens\n\n\nMolecuar Ecology\n Dec. 2015 \nhttp://dx.doi.org/10.1111/mec.13474\n\n\n\n\nGenetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015\n\n\nInfection, Genetics and Evolution\n Dec. 2015 \nhttp://dx.doi.org/10.1016/j.meegid.2015.12.006\n\n\n\n\nTrans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species\n\n\nPeerJ\n May 2015 \nhttps://doi.org/10.7717/peerj.976",
210
+            "text": "Let us know\n if you have published 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  }  \n  \n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart1bc474772a20\",\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\":              1,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart1bc474772a20\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n 2017\n\n\nPhylogenetic analysis of the human antibody repertoire reveals quantitative signatures of immune senescence and aging\n. \nPNAS\n, 2017\n\n\n 2016\n\n\nFunction and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate Transferases and Their Diversity in the Proximal Colon of Swine\n. \nApplied and Environmental Microbiology\n. 2016,82(22):6788-6798.",
211 211
             "title": "Featured Articles"
212 212
         },
213 213
         {
... ...
@@ -217,13 +217,13 @@
217 217
         },
218 218
         {
219 219
             "location": "/featuredArticles/#2016",
220
-            "text": "Lack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient  Arabidopsis  Plant Physiology  May. 2016    Range overlap drives chromosome inversion fixation in passerine birds  bioRxiv  May. 2016  http://dx.doi.org/10.1101/053371   Phenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape  Front. Cell. Infect. Microbiol.  Apr. 2016  http://dx.doi.org/10.3389%2Ffcimb.2016.00036   Ws-2  Introgression in a Proportion of  Arabidopsis thaliana Col-0  Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification  Plant Cell  Mar. 2016  http://dx.doi.org/10.1105/tpc.16.00053",
220
+            "text": "Function and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate Transferases and Their Diversity in the Proximal Colon of Swine .  Applied and Environmental Microbiology . 2016,82(22):6788-6798.",
221 221
             "title": " 2016"
222 222
         },
223 223
         {
224
-            "location": "/featuredArticles/#2015",
225
-            "text": "The population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens  Molecuar Ecology  Dec. 2015  http://dx.doi.org/10.1111/mec.13474   Genetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015  Infection, Genetics and Evolution  Dec. 2015  http://dx.doi.org/10.1016/j.meegid.2015.12.006   Trans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species  PeerJ  May 2015  https://doi.org/10.7717/peerj.976",
226
-            "title": " 2015"
224
+            "location": "/gallery/",
225
+            "text": "Let us know\n if you have published 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  }  \n  \n\n\n\n\n\n\n\n    var chartParams = {\n \"element\": \"chart1be632e92863\",\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\":              1,\n\"pubid\": \"HtEfBTGE9r8C\" \n} \n],\n\"id\": \"chart1be632e92863\",\n\"labels\": \"cites\" \n},\n      chartType = \"Bar\"\n    new Morris[chartType](chartParams)\n\n\n\n\n\n\nhttp://dx.doi.org/10.1128/AEM.02307-16\n\n\n\n\n\n\n\n\nhttp://dx.doi.org/10.3389%2Ffcimb.2016.00036\n\n\n\n\n\n\n\n\nhttp://dx.doi.org/10.1016/j.meegid.2015.12.006",
226
+            "title": "Gallery"
227 227
         },
228 228
         {
229 229
             "location": "/ChIPseeker/",
... ...
@@ -34,6 +34,14 @@
34 34
     
35 35
 
36 36
     
37
+    <url>
38
+     <loc>https://guangchuangyu.github.io/ggtree/gallery/</loc>
39
+     <lastmod>2017-01-21</lastmod>
40
+     <changefreq>daily</changefreq>
41
+    </url>
42
+    
43
+
44
+    
37 45
         
38 46
     <url>
39 47
      <loc>https://guangchuangyu.github.io/ggtree/ChIPseeker/</loc>
... ...
@@ -84,6 +84,12 @@
84 84
             
85 85
             
86 86
             
87
+                <li >
88
+                    <a href="../gallery/">Gallery</a>
89
+                </li>
90
+            
91
+            
92
+            
87 93
                 <li class="dropdown active">
88 94
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a>
89 95
                     <ul class="dropdown-menu">
... ...
@@ -36,10 +36,10 @@
36 36
   }  
37 37
   </style>
38 38
 
39
-<div id = 'chart7ea0521d7be6' class = 'rChart morris'></div>
39
+<div id = 'chart1bc474772a20' class = 'rChart morris'></div>
40 40
 <script type='text/javascript'>
41 41
     var chartParams = {
42
- "element": "chart7ea0521d7be6",
42
+ "element": "chart1bc474772a20",
43 43
 "width":            800,
44 44
 "height":            400,
45 45
 "xkey": "year",
... ...
@@ -58,7 +58,7 @@
58 58
 "pubid": "HtEfBTGE9r8C" 
59 59
 } 
60 60
 ],
61
-"id": "chart7ea0521d7be6",
61
+"id": "chart1bc474772a20",
62 62
 "labels": "cites" 
63 63
 },
64 64
       chartType = "Bar"
... ...
@@ -73,47 +73,6 @@
73 73
 
74 74
 ## <i class="fa fa-calendar"></i> 2016
75 75
 
76
-Lack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient *Arabidopsis*
76
+[Function and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate Transferases and Their Diversity in the Proximal Colon of Swine](http://aem.asm.org/content/82/22/6788.short). ***Applied and Environmental Microbiology***. 2016,82(22):6788-6798. 
77 77
 
78
-**Plant Physiology** May. 2016 <http:/​/​dx.​doi.​org/​10.​1104/​pp.​16.​00359>
79
-
80
-![](https://guangchuangyu.github.io/featured_img/ggtree/2016_PlantPhysiology.png)
81
-
82
-Range overlap drives chromosome inversion fixation in passerine birds
83
-
84
-**bioRxiv** May. 2016 <http://dx.doi.org/10.1101/053371>
85
-
86
-![](https://guangchuangyu.github.io/featured_img/ggtree/passerine_birds.png)
87
-
88
-Phenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape
89
-
90
-**Front. Cell. Infect. Microbiol.** Apr. 2016 <http://dx.doi.org/10.3389%2Ffcimb.2016.00036>
91
-
92
-![](https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg)
93
-
94
-*Ws-2* Introgression in a Proportion of *Arabidopsis thaliana Col-0* Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification
95
-
96
-**Plant Cell** Mar. 2016 <http://dx.doi.org/10.1105/tpc.16.00053>
97
-
98
-![](https://guangchuangyu.github.io/featured_img/ggtree/plantcell_2016.png)
99
-
100
-## <i class="fa fa-calendar"></i> 2015
101
-
102
-The population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens
103
-
104
-**Molecuar Ecology** Dec. 2015 <http://dx.doi.org/10.1111/mec.13474>
105
-
106
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_ME_image_n_mec13474-fig-0003.png)
107
-
108
-Genetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015
109
-
110
-**Infection, Genetics and Evolution** Dec. 2015 <http://dx.doi.org/10.1016/j.meegid.2015.12.006>
111
-
112
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg)
113
-
114
-Trans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species
115
-
116
-**PeerJ** May 2015 <https://doi.org/10.7717/peerj.976>
117
-
118
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peerJ_fig-9-2x.jpg)
119 78
 
120 79
new file mode 100644
... ...
@@ -0,0 +1,80 @@
1
+<!-- AddToAny BEGIN -->
2
+<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
3
+<a class="a2a_dd" href="//www.addtoany.com/share"></a>
4
+<a class="a2a_button_facebook"></a>
5
+<a class="a2a_button_twitter"></a>
6
+<a class="a2a_button_google_plus"></a>
7
+<a class="a2a_button_pinterest"></a>
8
+<a class="a2a_button_reddit"></a>
9
+<a class="a2a_button_sina_weibo"></a>
10
+<a class="a2a_button_wechat"></a>
11
+<a class="a2a_button_douban"></a>
12
+</div>
13
+<script async src="//static.addtoany.com/menu/page.js"></script>
14
+<!-- AddToAny END -->
15
+
16
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
17
+
18
+
19
+[Let us know](https://github.com/GuangchuangYu/featured_img) if you have published using `ggtree` and your publication will be featured here.
20
+
21
+[![citation](https://img.shields.io/badge/cited%20by-2-blue.svg?style=flat)](https://scholar.google.com.hk/scholar?oi=bibs&hl=en&cites=7268358477862164627)
22
+
23
+<link rel='stylesheet' href=https://guangchuangyu.github.io/resume/css/morris.css>
24
+<script src='https://guangchuangyu.github.io/resume/css/jquery.min.js' type='text/javascript'></script>
25
+<script src='https://guangchuangyu.github.io/resume/css/raphael-min.js' type='text/javascript'></script>
26
+<script src='https://guangchuangyu.github.io/resume/css/morris-0.4.2.min.js' type='text/javascript'></script>
27
+
28
+
29
+<style>
30
+  .rChart {
31
+    display: block;
32
+    margin-left: auto; 
33
+    margin-right: auto;
34
+    width: 800px;
35
+    height: 300px;
36
+  }  
37
+  </style>
38
+
39
+<div id = 'chart1be632e92863' class = 'rChart morris'></div>
40
+<script type='text/javascript'>
41
+    var chartParams = {
42
+ "element": "chart1be632e92863",
43
+"width":            800,
44
+"height":            400,
45
+"xkey": "year",
46
+"ykeys": [
47
+ "cites" 
48
+],
49
+"data": [
50
+ {
51
+ "year": 2016,
52
+"cites":              1,
53
+"pubid": "HtEfBTGE9r8C" 
54
+},
55
+{
56
+ "year": 2017,
57
+"cites":              1,
58
+"pubid": "HtEfBTGE9r8C" 
59
+} 
60
+],
61
+"id": "chart1be632e92863",
62
+"labels": "cites" 
63
+},
64
+      chartType = "Bar"
65
+    new Morris[chartType](chartParams)
66
+</script>
67
+
68
+
69
++ <http://dx.doi.org/10.1128/AEM.02307-16>
70
+
71
+![](https://guangchuangyu.github.io/featured_img/ggtree/2017-01-21-115646_969x444_scrot.png)
72
+
73
++ <http://dx.doi.org/10.3389%2Ffcimb.2016.00036>
74
+
75
+![](https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg)
76
+
77
++ <http://dx.doi.org/10.1016/j.meegid.2015.12.006>
78
+
79
+![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg)
80
+
... ...
@@ -10,6 +10,7 @@ pages:
10 10
 - Documentation: documentation.md
11 11
 - FAQ: faq.md
12 12
 - Featured Articles: featuredArticles.md
13
+- Gallery: gallery.md
13 14
 - My Software:
14 15
   - ChIPseeker: ChIPseeker.md
15 16
   - clusterProfiler: clusterProfiler.md
... ...
@@ -17,47 +17,6 @@
17 17
 
18 18
 ## <i class="fa fa-calendar"></i> 2016
19 19
 
20
-Lack of GLYCOLATE OXIDASE 1, but not GLYCOLATE OXIDASE 2, attenuates the photorespiratory phenotype of CATALASE2-deficient *Arabidopsis*
20
+[Function and Phylogeny of Bacterial Butyryl Coenzyme A:Acetate Transferases and Their Diversity in the Proximal Colon of Swine](http://aem.asm.org/content/82/22/6788.short). ***Applied and Environmental Microbiology***. 2016,82(22):6788-6798. 
21 21
 
22
-**Plant Physiology** May. 2016 <http:/​/​dx.​doi.​org/​10.​1104/​pp.​16.​00359>
23
-
24
-![](https://guangchuangyu.github.io/featured_img/ggtree/2016_PlantPhysiology.png)
25
-
26
-Range overlap drives chromosome inversion fixation in passerine birds
27
-
28
-**bioRxiv** May. 2016 <http://dx.doi.org/10.1101/053371>
29
-
30
-![](https://guangchuangyu.github.io/featured_img/ggtree/passerine_birds.png)
31
-
32
-Phenotypic and Genotypic Characteristics of Shiga Toxin-Producing Escherichia coli Isolated from Surface Waters and Sediments in a Canadian Urban-Agricultural Landscape
33
-
34
-**Front. Cell. Infect. Microbiol.** Apr. 2016 <http://dx.doi.org/10.3389%2Ffcimb.2016.00036>
35
-
36
-![](https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg)
37
-
38
-*Ws-2* Introgression in a Proportion of *Arabidopsis thaliana Col-0* Stock Seed Produces Specific Phenotypes and Highlights the Importance of Routine Genetic Verification
39
-
40
-**Plant Cell** Mar. 2016 <http://dx.doi.org/10.1105/tpc.16.00053>
41
-
42
-![](https://guangchuangyu.github.io/featured_img/ggtree/plantcell_2016.png)
43
-
44
-## <i class="fa fa-calendar"></i> 2015
45
-
46
-The population genetics of drug resistance evolution in natural populations of viral, bacterial and eukaryotic pathogens
47
-
48
-**Molecuar Ecology** Dec. 2015 <http://dx.doi.org/10.1111/mec.13474>
49
-
50
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_ME_image_n_mec13474-fig-0003.png)
51
-
52
-Genetic characterization of highly pathogenic H5 influenza viruses from poultry in Taiwan, 2015
53
-
54
-**Infection, Genetics and Evolution** Dec. 2015 <http://dx.doi.org/10.1016/j.meegid.2015.12.006>
55
-
56
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg)
57
-
58
-Trans-species polymorphism at antimicrobial innate immunity cathelicidin genes of Atlantic cod and related species
59
-
60
-**PeerJ** May 2015 <https://doi.org/10.7717/peerj.976>
61
-
62
-![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peerJ_fig-9-2x.jpg)
63 22
 
64 23
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+<!-- addtoany:= -->
2
+
3
+<link rel="stylesheet" href="https://guangchuangyu.github.io/css/font-awesome.min.css">
4
+
5
+
6
+[Let us know](https://github.com/GuangchuangYu/featured_img) if you have published using `ggtree` and your publication will be featured here.
7
+
8
+<!-- citation:=HtEfBTGE9r8C:=7268358477862164627 -->
9
+
10
+<!-- article_citation:=HtEfBTGE9r8C -->
11
+
12
+
13
++ <http://dx.doi.org/10.1128/AEM.02307-16>
14
+
15
+![](https://guangchuangyu.github.io/featured_img/ggtree/2017-01-21-115646_969x444_scrot.png)
16
+
17
++ <http://dx.doi.org/10.3389%2Ffcimb.2016.00036>
18
+
19
+![](https://guangchuangyu.github.io/featured_img/ggtree/2016_fcimb-06-00036-g003.jpg)
20
+
21
++ <http://dx.doi.org/10.1016/j.meegid.2015.12.006>
22
+
23
+![](https://guangchuangyu.github.io/featured_img/ggtree/2015_peiyu_1-s2.0-S1567134815300721-gr1.jpg)
24
+