Parallel-in-Time / parallel-in-time.github.io

sources and generated static pages for
https://www.parallel-in-time.org
14 stars 41 forks source link

Links in references not parsed #44

Closed danielru closed 8 years ago

danielru commented 9 years ago

In the current version, the links under references appear in markdown syntax and are not parsed into links: For example, the link in the first entry is

[http://arxiv.org/abs/1503.02094v1](http://arxiv.org/abs/1503.02094v1)

instead of

http://arxiv.org/abs/1503.02094v1

danielru commented 9 years ago

Note: When delivering the site locally with jekyll, the URLs are correctly generated - the problem is only at the version delivered at parallelintime.org

torbjoernk commented 9 years ago

Finally, I had another look into that issue. And can reproduce the same error locally. @danielru what setup do you have locally? What Ruby version are you using and when the specific gemset activated for local testing, what does gem list tell you?

The site is generated with Ruby 2.1.5 and the following gems:

bibtex-ruby (4.0.14)
bigdecimal (1.2.4)
blankslate (2.1.2.4)
bundler (1.7.6)
bundler-unload (1.0.2)
celluloid (0.16.0)
citeproc (1.0.2)
citeproc-ruby (1.1.0)
classifier-reborn (2.0.3)
coffee-script (2.4.1)
coffee-script-source (1.9.1.1)
colorator (0.1)
csl (1.4.3)
csl-styles (1.0.1.6)
execjs (2.6.0)
executable-hooks (1.3.2)
fast-stemmer (1.0.2)
ffi (1.9.10)
gem-wrappers (1.2.7)
hitimes (1.2.3, 1.2.2)
io-console (0.4.2)
jekyll (2.5.3)
jekyll-coffeescript (1.0.1)
jekyll-gist (1.3.4, 1.3.3)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
jekyll-scholar (4.5.0)
jekyll-watch (1.3.0, 1.2.1)
json (1.8.1)
kramdown (1.8.0)
latex-decode (0.2.2)
liquid (2.6.3)
listen (3.0.3, 2.10.1)
mercenary (0.3.5)
minitest (4.7.5)
namae (0.10.1)
octopress (3.0.11)
octopress-deploy (1.3.0)
octopress-escape-code (2.0.6)
octopress-hooks (2.6.1)
parslet (1.5.0)
posix-spawn (0.3.11)
psych (2.0.5)
pygments.rb (0.6.3)
rake (10.1.0)
rb-fsevent (0.9.6, 0.9.5)
rb-inotify (0.9.5)
rdoc (4.1.0)
redcarpet (3.3.2)
rubygems-bundler (1.4.4)
rvm (1.11.3.9)
safe_yaml (1.0.4)
sass (3.4.18, 3.4.17)
stringex (2.5.2)
test-unit (2.1.5.0)
timers (4.0.4, 4.0.1)
titlecase (0.1.1)
toml (0.1.2)
unicode (0.4.4.2)
yajl-ruby (1.2.1)
danielru commented 9 years ago

I am using ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0].

The output of gem list is

torbjoernk commented 9 years ago

yeah finally ...

danielru commented 8 years ago

For some strange reason, the issue resurfaced. On the website, the links are again not correctly parsed :(

torbjoernk commented 8 years ago

Not so strage reason: the Jekyll/scholar plugin has changed its internals after some version upgrades, thus the previous monkey-patch didn't work any more.