diff options
| -rw-r--r-- | mmm/mmmfs/plugins/cites.moon | 3 | ||||
| -rw-r--r-- | root/articles/mmmfs/references/memex/text$bibtex | 6 | ||||
| -rw-r--r-- | root/articles/mmmfs/references/unix/text$bibtex | 2 | ||||
| -rw-r--r-- | root/articles/mmmfs/title/text$html+frag.html | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/mmm/mmmfs/plugins/cites.moon b/mmm/mmmfs/plugins/cites.moon index 10fd874..527416e 100644 --- a/mmm/mmmfs/plugins/cites.moon +++ b/mmm/mmmfs/plugins/cites.moon @@ -38,6 +38,9 @@ format_full = () => \insert ", No. #{@number}" if @number \insert ", pages #{@pages}" if @pages \insert "#{dot} #{@publisher}" if @publisher + if @doi + \insert "#{dot} " + \insert a "doi:#{@doi}", href: "https://doi.org/#{@doi}" when 'web', 'online' span with setmetatable {}, __index: table \insert "#{@author}" diff --git a/root/articles/mmmfs/references/memex/text$bibtex b/root/articles/mmmfs/references/memex/text$bibtex index 377d756..313eec7 100644 --- a/root/articles/mmmfs/references/memex/text$bibtex +++ b/root/articles/mmmfs/references/memex/text$bibtex @@ -1,8 +1,8 @@ -@article{memex, +@online{memex, author = {Bush, Vannevar}, title = {As we may think}, journal = {Atlantic Monthly}, year = {1945}, - volume = {176}, - pages = {101-108}, + visited = {2019-12-18}, + url = {https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/} } diff --git a/root/articles/mmmfs/references/unix/text$bibtex b/root/articles/mmmfs/references/unix/text$bibtex index 561ebb8..70b139d 100644 --- a/root/articles/mmmfs/references/unix/text$bibtex +++ b/root/articles/mmmfs/references/unix/text$bibtex @@ -1,6 +1,6 @@ @book{10.5555/577766, author = {Kernighan, Brian W. and Pike, Rob}, - title = {The UNIX Programming Environment}, + title = {The UNIX Programming Environment}, year = {1983}, isbn = {0139376992}, publisher = {Prentice Hall Professional Technical Reference} diff --git a/root/articles/mmmfs/title/text$html+frag.html b/root/articles/mmmfs/title/text$html+frag.html index 82e7a99..063b52a 100644 --- a/root/articles/mmmfs/title/text$html+frag.html +++ b/root/articles/mmmfs/title/text$html+frag.html @@ -3,7 +3,7 @@ <h1>Empowered End-User Computing:</h1> <span>A Historical Investigation and Development of a File-System-Based Environment</span> </div> - <div style="width: 14cm; margin: 4cm auto 0"> + <div style="width: 14cm; margin: 7cm auto 0"> <p>by</p> <p> Sol Bekic<br /> |
