commit fdd44e58746338c83ffbf9bef2f836fdcd6ca7b5
parent ee1ee161da0f62fab7e1f47e6093d31223275e34
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 16 Nov 2019 04:24:05 +0100
Small improvements in writing
Diffstat:
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/pages/002-scholarref.cfg b/pages/002-scholarref.cfg
@@ -4,5 +4,5 @@ description=Fetch publications and bibliography references from the command line
id=scholarref
tags=scholarref, references, academia, bibtex, latex
created=2019-11-15
-updated=2019-11-15
+updated=2019-11-16
#index=0
diff --git a/pages/002-scholarref.html b/pages/002-scholarref.html
@@ -79,9 +79,9 @@ $ getdoi 'damsgaard sergienko adcroft journal advances modeling earth systems'
<h3>getref</h3>
<p>The <strong>getref</strong> tool fetches the BibTeX citation for a
-given DOI from <a href="https://doi.org">doi.org</a>. By default,
-the journal names and author first names are abbreviated, which is
-what most journals want. I have taken most abbreviations from the <a
+given DOI from <a href="https://doi.org">doi.org</a>. By default, the
+journal names and author first names are abbreviated, which is what most
+journals want. I have taken abbreviations from the <a
href="https://www.library.caltech.edu/journal-title-abbreviations">Caltech
Library list of Journal Title Abbreviations</a>. The
<strong>getref</strong> ruleset of journal-title abbreviations is
@@ -186,12 +186,10 @@ nnoremap <leader>R :r !scholarref --add<space> " append reference i
</code></pre>
<h3>vis</h3>
-<p>The <a href="https://github.com/martanne/vis">vis(1)</a>
-editor is an interesting combination of modal editing
-and structural regular expressions from the plan9 editor <a
-href="https://sam.cat-v.org/">sam(1)</a>. However, after using
-it exclusively for three months, I concluded that it is too
-immature for general use. If desired, add the following binding to
+<p>The <a href="https://github.com/martanne/vis">vis(1)</a> editor is an
+interesting combination of modal editing and structural regular expressions
+from the plan9 editor <a href="https://sam.cat-v.org/">sam(1)</a>. If
+desired, add the following binding to
<strong>~/.config/vis/visrc.lua</strong>:</p>
<pre><code>vis:map(vis.modes.NORMAL, leader..'r', ':< scholarref ')</code></pre>