-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
587 lines (286 loc) · 22.3 KB
/
Copy pathindex.xml
File metadata and controls
587 lines (286 loc) · 22.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>ECOSTAB on ECOSTAB</title>
<link>https://ecostab.github.io/</link>
<description>Recent content in ECOSTAB on ECOSTAB</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
<language>en-us</language>
<copyright>&copy; 2018</copyright>
<lastBuildDate>Tue, 01 Jan 2019 00:00:00 +0100</lastBuildDate>
<atom:link href="/" rel="self" type="application/rss+xml" />
<item>
<title>Landing Page</title>
<link>https://ecostab.github.io/people2/</link>
<pubDate>Tue, 01 Jan 2019 00:00:00 +0100</pubDate>
<guid>https://ecostab.github.io/people2/</guid>
<description></description>
</item>
<item>
<title>R Markdown Page</title>
<link>https://ecostab.github.io/docs/rmarkdown/</link>
<pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/docs/rmarkdown/</guid>
<description>
<p>This page provides an example of using R Markdown.</p>
<h2 id="code-block">Code block</h2>
<pre><code class="language-r">x &lt;- 1:10
y &lt;- round(rnorm(10, x, 1), 2)
df &lt;- data.frame(x, y)
df
</code></pre>
<pre><code>## x y
## 1 1 0.48
## 2 2 2.38
## 3 3 1.39
## 4 4 5.02
## 5 5 3.75
## 6 6 5.89
## 7 7 6.21
## 8 8 7.79
## 9 9 9.28
## 10 10 10.55
</code></pre>
</description>
</item>
<item>
<title>Example Page</title>
<link>https://ecostab.github.io/docs/example/</link>
<pubDate>Sun, 09 Sep 2018 00:00:00 +0200</pubDate>
<guid>https://ecostab.github.io/docs/example/</guid>
<description>
<p>In this tutorial, I&rsquo;ll share my top 10 tips for getting started with Academic:</p>
<h2 id="tip-1">Tip 1</h2>
<p>&hellip;</p>
<h2 id="tip-2">Tip 2</h2>
<p>&hellip;</p>
</description>
</item>
<item>
<title>Example Talk</title>
<link>https://ecostab.github.io/talk/example/</link>
<pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/talk/example/</guid>
<description><p>Slides can be added in a few ways:</p>
<ul>
<li><strong>Create</strong> slides using Academic&rsquo;s <em>Slides</em> feature and link using <code>url_slides</code> parameter in the front matter of the talk file</li>
<li><strong>Upload</strong> an existing slide deck to <code>static/</code> and link using <code>url_slides</code> parameter in the front matter of the talk file</li>
<li><strong>Embed</strong> your slides (e.g. Google Slides) or presentation video on this page using <a href="https://sourcethemes.com/academic/docs/writing-markdown-latex/" target="_blank">shortcodes</a>.</li>
</ul>
<p>Further talk details can easily be added to this page using <em>RMarkdown</em>.</p>
</description>
</item>
<item>
<title>Empirical</title>
<link>https://ecostab.github.io/project/empirical/</link>
<pubDate>Wed, 27 Apr 2016 00:00:00 +0200</pubDate>
<guid>https://ecostab.github.io/project/empirical/</guid>
<description><p>Une évaluation à une large échelle temporelle et spatiale des effets des
altérations de l’utilisation des terres et de la variabilité climatique sur la
structure trophique de communautés terrestres et aquatiques, et sur la stabilité
de groupes fonctionnels ayant une valeur commerciale ou patrimoniale (e.g.
poissons commercialisés, oiseaux, papillons)</p>
</description>
</item>
<item>
<title>Experimental</title>
<link>https://ecostab.github.io/project/experimental/</link>
<pubDate>Wed, 27 Apr 2016 00:00:00 +0200</pubDate>
<guid>https://ecostab.github.io/project/experimental/</guid>
<description><p>Un test expérimental unique des conséquences de deux aspects majeurs des
changements globaux (eutrophisation et perte des prédateurs de sommet), et de
leurs interactions, sur la structure des réseaux trophique et la stabilité des
écosystèmes d’eaux douces, à une fine résolution temporelle.</p>
</description>
</item>
<item>
<title>Theoretical</title>
<link>https://ecostab.github.io/project/theoretical/</link>
<pubDate>Wed, 27 Apr 2016 00:00:00 +0200</pubDate>
<guid>https://ecostab.github.io/project/theoretical/</guid>
<description><p>De nouveaux modèles avec des prédictions connectées à la stabilité des
écosystèmes naturels pour comprendre les conséquences de différentes composantes
des changements globaux (e.g. variabilité climatique, enrichissement en
nutriments) sur la stabilité des écosystèmes dans des réseaux trophiques
complexes.</p>
</description>
</item>
<item>
<title>Academic: the website designer for Hugo</title>
<link>https://ecostab.github.io/post/getting-started/</link>
<pubDate>Wed, 20 Apr 2016 00:00:00 +0200</pubDate>
<guid>https://ecostab.github.io/post/getting-started/</guid>
<description>
<p><strong>Academic</strong> makes it easy to create a beautiful website for free using Markdown. Customize anything on your site with widgets, themes, and language packs.</p>
<p>Follow our easy <a href="https://sourcethemes.com/academic/docs/install/" target="_blank">step by step guide</a> to learn how to build your own free website with Academic. <a href="https://themes.gohugo.io/theme/academic/" target="_blank">Check out the personal demo</a> or the <a href="https://sourcethemes.com/academic/" target="_blank">business demo</a> of what you&rsquo;ll get in less than 10 minutes.</p>
<ul>
<li><a href="https://sourcethemes.com/academic/docs/" target="_blank">View the documentation</a></li>
<li><a href="http://discuss.gohugo.io/" target="_blank">Ask a question</a></li>
<li><a href="https://github.com/gcushen/hugo-academic/issues" target="_blank">Request a feature or report a bug</a></li>
<li>Updating? View the <a href="https://sourcethemes.com/academic/docs/update/" target="_blank">Update Guide</a> and <a href="https://sourcethemes.com/academic/updates/" target="_blank">Release Notes</a></li>
<li>Support development of Academic:
<ul>
<li><a href="https://paypal.me/cushen" target="_blank">Donate a coffee</a></li>
<li><a href="https://www.patreon.com/cushen" target="_blank">Become a backer on Patreon</a></li>
<li><a href="https://www.redbubble.com/people/neutreno/works/34387919-academic" target="_blank">Decorate your laptop or journal with an Academic sticker</a></li>
<li><a href="https://academic.threadless.com/" target="_blank">Wear the T-shirt</a></li>
</ul></li>
</ul>
<p><a href="https://github.com/gcushen/hugo-academic/" target="_blank"><img src="https://raw.githubusercontent.com/gcushen/hugo-academic/master/academic.png" alt="Screenshot" /></a></p>
<p>Key features:</p>
<ul>
<li>Easily manage various content including homepage, blog posts, publications, talks, and projects</li>
<li>Extensible via <strong>color themes</strong> and <strong>widgets/plugins</strong></li>
<li>Write in <a href="https://sourcethemes.com/academic/docs/writing-markdown-latex/" target="_blank">Markdown</a> for easy formatting and code highlighting, with <a href="https://en.wikibooks.org/wiki/LaTeX/Mathematics" target="_blank">LaTeX</a> for mathematical expressions</li>
<li>Social/academic network linking, <a href="https://analytics.google.com" target="_blank">Google Analytics</a>, and <a href="https://disqus.com" target="_blank">Disqus</a> comments</li>
<li>Responsive and mobile friendly</li>
<li>Simple and refreshing one page design</li>
<li>Multilingual and easy to customize</li>
</ul>
<h2 id="color-themes">Color Themes</h2>
<p>Academic is available in different color themes and font themes.</p>
<div class="gallery">
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-1950s.png" data-caption="1950s">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-1950s_huaf5482f8cea0c5a703a328640e3b7509_21614_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-apogee.png" data-caption="Apogee">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-apogee_hu4b45d99db97150df01464c393bfd17d4_24119_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-coffee-playfair.png" data-caption="Coffee theme with Playfair font">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-coffee-playfair_hu446a8f670cc5622adcc77b97ba95f6c5_22462_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-cupcake.png" data-caption="Cupcake">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-cupcake_hueba8cfa8cfbc7543924fcbf387a99e92_23986_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-dark.png" data-caption="Dark">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-dark_hu1e8601ecc47f58eada7743fdcd709d3d_21456_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-default.png" data-caption="Default">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-default_huba6228b7bdf30e2f03f12ea91b2cba0d_21751_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-forest.png" data-caption="Forest">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-forest_hu4f093a1c683134431456584193ea41ee_21797_0x190_resize_box_2.png" alt="">
</a>
<a data-fancybox="gallery-gallery" href="https://ecostab.github.io/post/getting-started/gallery/theme-ocean.png" data-caption="Ocean">
<img src="https://ecostab.github.io/post/getting-started/gallery/theme-ocean_hu14831ccafc2219f30a7a096fa7617e01_21760_0x190_resize_box_2.png" alt="">
</a>
</div>
<h2 id="ecosystem">Ecosystem</h2>
<ul>
<li><strong><a href="https://github.com/sourcethemes/academic-admin" target="_blank">Academic Admin</a>:</strong> An admin tool to import publications from BibTeX or import assets for an offline site</li>
<li><strong><a href="https://github.com/sourcethemes/academic-scripts" target="_blank">Academic Scripts</a>:</strong> Scripts to help migrate content to new versions of Academic</li>
</ul>
<h2 id="install">Install</h2>
<p>You can choose from one of the following four methods to install:</p>
<ul>
<li>one-click install using your web browser (recommended)</li>
<li>install on your computer using Git with the Command Prompt/Terminal app</li>
<li>install on your computer by downloading the ZIP files</li>
<li>install on your computer with RStudio</li>
</ul>
<h3 id="quick-install-using-your-web-browser">Quick install using your web browser</h3>
<ol>
<li><a href="https://app.netlify.com/start/deploy?repository=https://github.com/sourcethemes/academic-kickstart" target="_blank">Install Academic with Netlify</a>
<ul>
<li>Netlify will provide you with a customizable URL to access your new site</li>
</ul></li>
<li>On GitHub, go to your newly created <code>academic-kickstart</code> repository and edit <code>config.toml</code> to personalize your site. Shortly after saving the file, your site will automatically update</li>
<li>Read the <a href="https://sourcethemes.com/academic/docs/" target="_blank">Quick Start Guide</a> to learn how to add Markdown content. For inspiration, refer to the <a href="https://github.com/gcushen/hugo-academic/tree/master/exampleSite" target="_blank">Markdown content</a> which powers the <a href="https://themes.gohugo.io/theme/academic/" target="_blank">Demo</a></li>
</ol>
<h3 id="install-with-git">Install with Git</h3>
<p>Prerequisites:</p>
<ul>
<li><a href="https://git-scm.com/downloads" target="_blank">Download and install Git</a></li>
<li><a href="https://gohugo.io/getting-started/installing/#quick-install" target="_blank">Download and install Hugo</a></li>
</ul>
<ol>
<li><p><a href="https://github.com/sourcethemes/academic-kickstart#fork-destination-box" target="_blank">Fork</a> the <em>Academic Kickstart</em> repository and clone your fork with Git:</p>
<pre><code>git clone https://github.com/sourcethemes/academic-kickstart.git My_Website
</code></pre>
<p><em>Note that if you forked Academic Kickstart, the above command should be edited to clone your fork, i.e. replace <code>sourcethemes</code> with your GitHub username.</em></p></li>
<li><p>Initialize the theme:</p>
<pre><code>cd My_Website
git submodule update --init --recursive
</code></pre></li>
</ol>
<h3 id="install-with-zip">Install with ZIP</h3>
<ol>
<li><a href="https://github.com/sourcethemes/academic-kickstart/archive/master.zip" target="_blank">Download</a> and extract <em>Academic Kickstart</em></li>
<li><a href="https://github.com/gcushen/hugo-academic/archive/master.zip" target="_blank">Download</a> and extract the <em>Academic theme</em> to the <code>themes/academic/</code> folder from the above step</li>
</ol>
<h3 id="install-with-rstudio">Install with RStudio</h3>
<p><a href="https://sourcethemes.com/academic/docs/install/#install-with-rstudio" target="_blank">View the guide to installing Academic with RStudio</a></p>
<h2 id="quick-start">Quick start</h2>
<ol>
<li><p>If you installed on your computer, view your new website by running the following command:</p>
<pre><code>hugo server
</code></pre>
<p>Now visit <a href="http://localhost:1313" target="_blank">localhost:1313</a> and your new Academic powered website will appear. Otherwise, if using Netlify, they will provide you with your URL.</p></li>
<li><p>Read the <a href="https://sourcethemes.com/academic/docs/" target="_blank">Quick Start Guide</a> to learn how to add Markdown content, customize your site, and deploy it. For inspiration, refer to the <a href="https://github.com/gcushen/hugo-academic/tree/master/exampleSite" target="_blank">Markdown content</a> which powers the <a href="https://themes.gohugo.io/theme/academic/" target="_blank">Demo</a></p></li>
<li><p>Build your site by running the <code>hugo</code> command. Then <a href="https://georgecushen.com/create-your-website-with-hugo/" target="_blank">host it for free using Github Pages</a> or Netlify (refer to the first installation method). Alternatively, copy the generated <code>public/</code> directory (by FTP, Rsync, etc.) to your production web server (such as a university&rsquo;s hosting service).</p></li>
</ol>
<h2 id="updating">Updating</h2>
<p>Feel free to <em>star</em> the project on <a href="https://github.com/gcushen/hugo-academic/" target="_blank">Github</a> to help keep track of updates and check out the <a href="https://sourcethemes.com/academic/updates" target="_blank">release notes</a> prior to updating your site.</p>
<p>Before updating the framework, it is recommended to make a backup of your entire website directory (or at least your <code>themes/academic</code> directory) and record your current version number.</p>
<p>By default, Academic is installed as a Git submodule which can be updated by running the following command:</p>
<pre><code class="language-bash">git submodule update --remote --merge
</code></pre>
<p><a href="https://sourcethemes.com/academic/docs/update/" target="_blank">Check out the update guide</a> for full instructions and alternative methods.</p>
<h2 id="feedback-contributing">Feedback &amp; Contributing</h2>
<p>Please use the <a href="https://github.com/gcushen/hugo-academic/issues" target="_blank">issue tracker</a> to let me know about any bugs or feature requests, or alternatively make a pull request.</p>
<p>For support, head over to the <a href="http://discuss.gohugo.io" target="_blank">Hugo discussion forum</a>.</p>
<h2 id="license">License</h2>
<p>Copyright 2016-present <a href="https://georgecushen.com" target="_blank">George Cushen</a>.</p>
<p>Released under the <a href="https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md" target="_blank">MIT</a> license.</p>
</description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/alain/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/alain/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/alexis/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/alexis/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/beatriz/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/beatriz/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/benoit/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/benoit/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/colin/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/colin/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/elisa/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/elisa/</guid>
<description></description>
</item>
<item>
<title></title>
<link>https://ecostab.github.io/author/eric/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://ecostab.github.io/author/eric/</guid>
<description></description>
</item>
</channel>
</rss>