... | ... |
@@ -51,10 +51,10 @@ mkdocs: mdfiles |
51 | 51 |
|
52 | 52 |
mdfiles: |
53 | 53 |
cd mkdocs;\ |
54 |
- Rscript -e 'library(ypages); gendoc("private/index.md", "blue", "docs/index.md")';\ |
|
55 |
- Rscript -e 'library(ypages); gendoc("private/documentation.md", "blue", "docs/documentation.md")';\ |
|
56 |
- Rscript -e 'library(ypages); gendoc("private/featuredArticles.md", "blue", "docs/featuredArticles.md")';\ |
|
57 |
- Rscript -e 'library(ypages); gendoc("private/faq.md", "blue", "docs/faq.md")';\ |
|
54 |
+ Rscript -e 'library(ypages); gendoc("src/index.md", "blue", "docs/index.md")';\ |
|
55 |
+ Rscript -e 'library(ypages); gendoc("src/documentation.md", "blue", "docs/documentation.md")';\ |
|
56 |
+ Rscript -e 'library(ypages); gendoc("src/featuredArticles.md", "blue", "docs/featuredArticles.md")';\ |
|
57 |
+ Rscript -e 'library(ypages); gendoc("src/faq.md", "blue", "docs/faq.md")';\ |
|
58 | 58 |
cd docs;\ |
59 | 59 |
ln -f -s ../mysoftware/* ./ |
60 | 60 |
|
... | ... |
@@ -119,6 +119,12 @@ |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
+<li > |
|
123 |
+ <a href="../meshes/">meshes</a> |
|
124 |
+</li> |
|
125 |
+ |
|
126 |
+ |
|
127 |
+ |
|
122 | 128 |
<li > |
123 | 129 |
<a href="../ReactomePA/">ReactomePA</a> |
124 | 130 |
</li> |
... | ... |
@@ -143,7 +149,7 @@ |
143 | 149 |
</a> |
144 | 150 |
</li> |
145 | 151 |
<li > |
146 |
- <a rel="prev" href="../ReactomePA/"> |
|
152 |
+ <a rel="prev" href="../meshes/"> |
|
147 | 153 |
Next <i class="fa fa-arrow-right"></i> |
148 | 154 |
</a> |
149 | 155 |
</li> |
... | ... |
@@ -119,6 +119,12 @@ |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
+<li > |
|
123 |
+ <a href="../meshes/">meshes</a> |
|
124 |
+</li> |
|
125 |
+ |
|
126 |
+ |
|
127 |
+ |
|
122 | 128 |
<li class="active"> |
123 | 129 |
<a href="./">ReactomePA</a> |
124 | 130 |
</li> |
... | ... |
@@ -138,7 +144,7 @@ |
138 | 144 |
</a> |
139 | 145 |
</li> |
140 | 146 |
<li > |
141 |
- <a rel="next" href="../GOSemSim/"> |
|
147 |
+ <a rel="next" href="../meshes/"> |
|
142 | 148 |
<i class="fa fa-arrow-left"></i> Previous |
143 | 149 |
</a> |
144 | 150 |
</li> |
... | ... |
@@ -119,6 +119,12 @@ |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
+<li > |
|
123 |
+ <a href="../meshes/">meshes</a> |
|
124 |
+</li> |
|
125 |
+ |
|
126 |
+ |
|
127 |
+ |
|
122 | 128 |
<li > |
123 | 129 |
<a href="../ReactomePA/">ReactomePA</a> |
124 | 130 |
</li> |
... | ... |
@@ -211,11 +217,11 @@ |
211 | 217 |
} |
212 | 218 |
</style> |
213 | 219 |
|
214 |
-<div id = 'chart150268e55865' class = 'rChart morris'></div> |
|
220 |
+<div id = 'chart24642708de9f' class = 'rChart morris'></div> |
|
215 | 221 |
|
216 | 222 |
<script type='text/javascript'> |
217 | 223 |
var chartParams = { |
218 |
- "element": "chart150268e55865", |
|
224 |
+ "element": "chart24642708de9f", |
|
219 | 225 |
"width": 800, |
220 | 226 |
"height": 400, |
221 | 227 |
"xkey": "year", |
... | ... |
@@ -229,7 +235,7 @@ |
229 | 235 |
"pubid": "HtEfBTGE9r8C" |
230 | 236 |
} |
231 | 237 |
], |
232 |
-"id": "chart150268e55865", |
|
238 |
+"id": "chart24642708de9f", |
|
233 | 239 |
"labels": "cites" |
234 | 240 |
}, |
235 | 241 |
chartType = "Bar" |
125 | 131 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,222 @@ |
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/meshes/"> |
|
10 |
+ <link rel="shortcut icon" href="../img/favicon.ico"> |
|
11 |
+ |
|
12 |
+ <title>meshes - 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="dropdown active"> |
|
88 |
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Software <b class="caret"></b></a> |
|
89 |
+ <ul class="dropdown-menu"> |
|
90 |
+ |
|
91 |
+ |
|
92 |
+<li > |
|
93 |
+ <a href="../ChIPseeker/">ChIPseeker</a> |
|
94 |
+</li> |
|
95 |
+ |
|
96 |
+ |
|
97 |
+ |
|
98 |
+<li > |
|
99 |
+ <a href="../clusterProfiler/">clusterProfiler</a> |
|
100 |
+</li> |
|
101 |
+ |
|
102 |
+ |
|
103 |
+ |
|
104 |
+<li > |
|
105 |
+ <a href="../DOSE/">DOSE</a> |
|
106 |
+</li> |
|
107 |
+ |
|
108 |
+ |
|
109 |
+ |
|
110 |
+<li > |
|
111 |
+ <a href="../ggtree/">ggtree</a> |
|
112 |
+</li> |
|
113 |
+ |
|
114 |
+ |
|
115 |
+ |
|
116 |
+<li > |
|
117 |
+ <a href="../GOSemSim/">GOSemSim</a> |
|
118 |
+</li> |
|
119 |
+ |
|
120 |
+ |
|
121 |
+ |
|
122 |
+<li class="active"> |
|
123 |
+ <a href="./">meshes</a> |
|
124 |
+</li> |
|
125 |
+ |
|
126 |
+ |
|
127 |
+ |
|
128 |
+<li > |
|
129 |
+ <a href="../ReactomePA/">ReactomePA</a> |
|
130 |
+</li> |
|
131 |
+ |
|
132 |
+ |
|
133 |
+ </ul> |
|
134 |
+ </li> |
|
135 |
+ |
|
136 |
+ |
|
137 |
+ </ul> |
|
138 |
+ |
|
139 |
+ <!-- Search, Navigation and Repo links --> |
|
140 |
+ <ul class="nav navbar-nav navbar-right"> |
|
141 |
+ <li> |
|
142 |
+ <a href="#" data-toggle="modal" data-target="#mkdocs_search_modal"> |
|
143 |
+ <i class="fa fa-search"></i> Search |
|
144 |
+ </a> |
|
145 |
+ </li> |
|
146 |
+ <li > |
|
147 |
+ <a rel="next" href="../GOSemSim/"> |
|
148 |
+ <i class="fa fa-arrow-left"></i> Previous |
|
149 |
+ </a> |
|
150 |
+ </li> |
|
151 |
+ <li > |
|
152 |
+ <a rel="prev" href="../ReactomePA/"> |
|
153 |
+ Next <i class="fa fa-arrow-right"></i> |
|
154 |
+ </a> |
|
155 |
+ </li> |
|
156 |
+ |
|
157 |
+ <li> |
|
158 |
+ <a href="https://github.com/GuangchuangYu/ggtree"> |
|
159 |
+ |
|
160 |
+ <i class="fa fa-github"></i> |
|
161 |
+ |
|
162 |
+ GitHub |
|
163 |
+ </a> |
|
164 |
+ </li> |
|
165 |
+ |
|
166 |
+ </ul> |
|
167 |
+ </div> |
|
168 |
+ </div> |
|
169 |
+</div> |
|
170 |
+ |
|
171 |
+ <div class="container"> |
|
172 |
+ <div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary"> |
|
173 |
+ <ul class="nav bs-sidenav"> |
|
174 |
+ |
|
175 |
+ </ul> |
|
176 |
+</div></div> |
|
177 |
+ <div class="col-md-9" role="main"> |
|
178 |
+ |
|
179 |
+<p><meta http-equiv="refresh" content="0; url=https://guangchuangyu.github.io/meshes" /></p></div> |
|
180 |
+ </div> |
|
181 |
+ |
|
182 |
+ <footer class="col-md-12"> |
|
183 |
+ <hr> |
|
184 |
+ |
|
185 |
+ <center>Copyright © 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&m=0&c=ff0000&cr1=ffffff&sx=0" async="async"></script></div></center> |
|
186 |
+ |
|
187 |
+ <center>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</center> |
|
188 |
+ </footer> |
|
189 |
+ |
|
190 |
+ <script src="../js/jquery-1.10.2.min.js"></script> |
|
191 |
+ <script src="../js/bootstrap-3.0.3.min.js"></script> |
|
192 |
+ <script src="../js/highlight.pack.js"></script> |
|
193 |
+ <script>var base_url = '..';</script> |
|
194 |
+ <script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script> |
|
195 |
+ <script src="../js/base.js"></script> |
|
196 |
+ |
|
197 |
+ <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true"> |
|
198 |
+ <div class="modal-dialog"> |
|
199 |
+ <div class="modal-content"> |
|
200 |
+ <div class="modal-header"> |
|
201 |
+ <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> |
|
202 |
+ <h4 class="modal-title" id="exampleModalLabel">Search</h4> |
|
203 |
+ </div> |
|
204 |
+ <div class="modal-body"> |
|
205 |
+ <p> |
|
206 |
+ From here you can search these documents. Enter |
|
207 |
+ your search terms below. |
|
208 |
+ </p> |
|
209 |
+ <form role="form"> |
|
210 |
+ <div class="form-group"> |
|
211 |
+ <input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query"> |
|
212 |
+ </div> |
|
213 |
+ </form> |
|
214 |
+ <div id="mkdocs-search-results"></div> |
|
215 |
+ </div> |
|
216 |
+ <div class="modal-footer"> |
|
217 |
+ </div> |
|
218 |
+ </div> |
|
219 |
+ </div> |
|
220 |
+ </div> |
|
221 |
+ </body> |
|
222 |
+</html> |
|
0 | 223 |
\ No newline at end of file |
... | ... |
@@ -192,7 +192,7 @@ |
192 | 192 |
}, |
193 | 193 |
{ |
194 | 194 |
"location": "/featuredArticles/", |
195 |
- "text": "Let us know 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\": \"chart150268e55865\",\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\"id\": \"chart150268e55865\",\n\"labels\": \"cites\" \n},\n chartType = \"Bar\"\n new Morris[chartType](chartParams)\n\n\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", |
|
195 |
+ "text": "Let us know 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\": \"chart24642708de9f\",\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\"id\": \"chart24642708de9f\",\n\"labels\": \"cites\" \n},\n chartType = \"Bar\"\n new Morris[chartType](chartParams)\n\n\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", |
|
196 | 196 |
"title": "Featured Articles" |
197 | 197 |
}, |
198 | 198 |
{ |
... | ... |
@@ -230,6 +230,11 @@ |
230 | 230 |
"text": "", |
231 | 231 |
"title": "GOSemSim" |
232 | 232 |
}, |
233 |
+ { |
|
234 |
+ "location": "/meshes/", |
|
235 |
+ "text": "", |
|
236 |
+ "title": "meshes" |
|
237 |
+ }, |
|
233 | 238 |
{ |
234 | 239 |
"location": "/ReactomePA/", |
235 | 240 |
"text": "", |
... | ... |
@@ -65,6 +65,12 @@ |
65 | 65 |
<changefreq>daily</changefreq> |
66 | 66 |
</url> |
67 | 67 |
|
68 |
+ <url> |
|
69 |
+ <loc>https://guangchuangyu.github.io/ggtree/meshes/</loc> |
|
70 |
+ <lastmod>2016-10-17</lastmod> |
|
71 |
+ <changefreq>daily</changefreq> |
|
72 |
+ </url> |
|
73 |
+ |
|
68 | 74 |
<url> |
69 | 75 |
<loc>https://guangchuangyu.github.io/ggtree/ReactomePA/</loc> |
70 | 76 |
<lastmod>2016-10-17</lastmod> |
... | ... |
@@ -36,10 +36,10 @@ Let us know if you have published using `ggtree` and your publication will be fe |
36 | 36 |
} |
37 | 37 |
</style> |
38 | 38 |
|
39 |
-<div id = 'chart150268e55865' class = 'rChart morris'></div> |
|
39 |
+<div id = 'chart24642708de9f' class = 'rChart morris'></div> |
|
40 | 40 |
<script type='text/javascript'> |
41 | 41 |
var chartParams = { |
42 |
- "element": "chart150268e55865", |
|
42 |
+ "element": "chart24642708de9f", |
|
43 | 43 |
"width": 800, |
44 | 44 |
"height": 400, |
45 | 45 |
"xkey": "year", |
... | ... |
@@ -53,7 +53,7 @@ Let us know if you have published using `ggtree` and your publication will be fe |
53 | 53 |
"pubid": "HtEfBTGE9r8C" |
54 | 54 |
} |
55 | 55 |
], |
56 |
-"id": "chart150268e55865", |
|
56 |
+"id": "chart24642708de9f", |
|
57 | 57 |
"labels": "cites" |
58 | 58 |
}, |
59 | 59 |
chartType = "Bar" |