tdo not open page on localhost. Change indent of bibtex snippet - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ab21116125fd5ecfc0dba602e37002956425a25e
DIR parent b664ced4ada83e6c3ebae4324345701016cc1cca
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 23 Nov 2015 13:38:09 +0100
do not open page on localhost. Change indent of bibtex snippet
Diffstat:
M Makefile | 2 +-
M pages/methods.html | 30 +++++++++++++++---------------
2 files changed, 16 insertions(+), 16 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -4,7 +4,7 @@ documentroot=/var/www/html
#python -m http.server & open "http://localhost:8000"
open:
- open "http://cosmo.au.dk" && open "http://localhost/~ad/cosmo"
+ open "https://cosmo.au.dk" #&& open "http://localhost/~ad/cosmo"
folders:
mkdir -p input && chmod 777 input && mkdir -p archive
DIR diff --git a/pages/methods.html b/pages/methods.html
t@@ -70,21 +70,21 @@
<p>You may use the following BibTeX entry:</p>
<div class="row">
- <pre><code class="language-markup col s12"> @article{Knudsen2015,
- author = "Knudsen, M. F. and Egholm, D. L. and Jacobsen, B. H.
- and Larsen, N. K. and Jansen, J. D. and Andersen, J. L.
- and Linge, H. C.",
- title = "A multi-nuclide approach to constrain landscape
- evolution and past erosion rates in previously glaciated
- terrains",
- journal = "Quaternary Geochronology",
- volume = "30, Part A",
- number = "",
- pages = "100--113",
- year = "2015",
- issn = "1871-1014",
- doi = "http://dx.doi.org/10.1016/j.quageo.2015.08.004",
- }
+ <pre><code class="language-markup col s12"> @article{Knudsen2015,
+ author = "Knudsen, M. F. and Egholm, D. L. and Jacobsen, B. H.
+ and Larsen, N. K. and Jansen, J. D. and Andersen, J. L.
+ and Linge, H. C.",
+ title = "A multi-nuclide approach to constrain landscape
+ evolution and past erosion rates in previously glaciated
+ terrains",
+ journal = "Quaternary Geochronology",
+ volume = "30, Part A",
+ number = "",
+ pages = "100--113",
+ year = "2015",
+ issn = "1871-1014",
+ doi = "http://dx.doi.org/10.1016/j.quageo.2015.08.004",
+ }
</code></pre>
</div>
</div>