About

images/permission_to_blog.jpeg

Three Steps to Heaven

We argue that to make semantic publishing possible we need to:

To begin at the beginning

images/537px-La_Palmyre_041-crop.jpg

The problem with publishing

The process

The process

The process

images/500px-Adobe_PDF_Icon.svg.png

The process

The process

The process

The process

images/500px-Adobe_PDF_Icon.svg.png

The process

images/wordpress-blue-xl.png

Existing Workflow

Adding Semantics

Maths (author)

e = m c 2

Maths (reader)

images/mathjax-emc2.png

Maths (reader)

images/mathjax-emc2-zoomed.png

Maths (reader)

images/mathjax-emc2-with-popup.png

Maths (reader)

images/mathjax-emc2-with-tex.png

Maths (reader)

images/mathjax-emc2-with-mathml.png

Architecture

images/architecture-mathjax.jpg

Why TeX?

e = m c 2
<math>
   <mrow>
     <mi>e</mi>
     <mo>=</mo>
     <mrow>
       <mi>m</mi>
       <msup>
         <mi>c</mi>
         <mn>2</mn>
       </msup>
     </mrow>
  </mrow>
</math>

Why [Shortcodes]?

Why client-side rendering

What have we achieved?

Maths

References

References

Lord, P (2012) Academics love Citations. J.Unsupport.Assert

References (author)

images/kblog-with-edam-with-more-references.png

References (reader)

images/kblog-with-edam-with-numeric-listing.png

References (kcite architecture)

images/architecture-kcite.jpg

The Problem

Greycite

Greycite

images/greycite-home.png

Greycite

images/greycite-with-url.png

Greycite

images/greycite-russet-why-not.png

Greycite

images/greycite-url-landing.png

Greycite

images/greycite-with-coins.png

Greycite

images/greycite-with-ogp.png

Greycite

images/rds-expedition-post.png

Greycite

images/greycite-rds-expedition-post.png

Greycite

images/bbc-telescope-post.png

Greycite

images/greycite-bbc-telescope-post.png

Greycite

images/sepublica-greycite.png

Greycite

images/greycite--url-metadata-detail.png

Greycite

images/greycite-at-archive-org.png

Greycite

images/greycite--url-metadata-detail.png

Greycite

images/greycite-json.png

Citing Links

images/bio-ontologies-toc.png

Citing Links

images/bio-ontologies-edam.png

Citing Links

images/emacs-and-kblog.png

Citing Links

images/emacs-with-edam-url.png

Citing Links

images/emacs-with-edam-url-and-mxgreycite.png

Citing Links

images/emacs-with-edam-bibtex.png

Citing Links

images/emacs-and-post-ref-with-regexp.png

Citing Links

images/emacs-and-post-ref-with-reftex-dialog.png

Citing Links

images/emacs-and-post-ref-with-kurl-inserted.png

Citing Links

images/kblog-with-edam.png

Citing with Emacs

(defadvice reftex-format-citation (around phil-asciidoc-around activate)
   (if phil-reftex-citation-override
      (setq ad-return-value (phil-reftex-format-citation entry format))
     ad-do-it))

(defun phil-reftex-format-citation( entry format )
    (let ((doi (reftex-get-bib-field "doi" entry)))
    (format "pass:[[cite source='doi'\\]%s[/cite\\]]" doi)))

Or with CSL

<citation>
   <layout prefix="[cite]" suffix="[/cite]"
     delimiter="[/cite] [cite]">
      <text variable="DOI"/>
   </layout>
</citation>

What have we achieved?

What have we achieved?

What have we achieved?

Summary

Acknowledgements