Git Product home page Git Product logo

Comments (7)

cboettig avatar cboettig commented on September 24, 2024

vita should have: foaf:publication. RDFa for all bibliographic citation content. (see knitctiations).foaf:organization` for education.

Replace Mendeley embedded vita with an RDFa vita

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024

Knitcitations now has full support to generate this markup. Links to data, code, etc would still need to be added externally. Phil Lord is of the opinion that a doi (which should be identifiable directly by its formatting) is all that is needed.

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024

Knitcitations now has full support to generate this markup. Links to data, code, etc would still need to be added externally. Phil Lord is of the opinion that a doi (which should be identifiable directly by its formatting) is all that is needed.

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024

Vita should have a sidebar with pdf link (with appropriate font-awesome icon).

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024

example from Silvia (fabio author); also see for resolving #63

<li prefix="
        fabio: http://purl.oeg/spar/fabio/
        datacite: http://purl.org/spar/datacite/
        dcterms: http://purl.org/dc/terms/
        foaf: http://xmlns.com/foaf/0.1/
        prism: http://prismstandard.org/namespaces/basic/2.0/
        frbr: http://purl.org/vocab/frbr/core#
        ex: http:///www.carlboettiger.info/example/" 
    about="ex:work-early-warning-signals" typeof="fabio:ResearchArtile">
    <span rel="dcterms:creator">
        <span about="http://www.carlboettiger.info#me" typeof="foaf:Person">
            <span property="foaf:givenName">Carl</span> 
            <span property="foaf:familyName">Boettiger</span>
        </span>, 
        <span about="http://www.urlofmycoauthor.com#me" typeof="foaf:Person">
            <span property="foaf:givenName">Alan</span>
            <span property="foaf:familyName">Hastings</span>
        </span>
    </span>
    <span rel="frbr:realization" resource="ex:expr-early-warning-signals"  typeof="fabio:JournalArticle">
        (<span property="fabio:hasPublicationYear">2012</span>).
        <span property="dcterms:title" rel="frbr:partOf" resource="ex:RSB-279-1748">Early Warning Signals and the Prosecutor’s Fallacy</span> 
    </span>
    <span about="ex:RSB-279" typeof="fabio:JournalVolume" 
        property="prism:volume" rel="frbr:partOf" resource="ex:RSB">279</span>
    (<span about="ex:RSB-279-1748" typeof="fabio:JournalIssue" 
        property="prism:issueIdentifier" rel="frbr:partOf" resource="ex:RSB-279">1748</span>) 
    <span about="ex:man-early-warning-signals" typeof="fabio:PrintObject">
        <span property="prism:startingPage">4734</span>-
        <span property="prism:endingPage">4739</span>
    </span>. 
    <span about="ex:RSB" typeof="fabio:Journal" property="dcterms:title">Proceedings of the Royal Society B</span> 279 (1748). 
    <a href="http://dx.doi.org/10.1098/rspb.2012.2085" typeof="fabio:WebPage">
        <span rel="frbr:embodimentOf">
            <span about="ex:expr-doi-redirect-metadata" 
                typeof="fabio:MetadataDocument" rel="frbr:realizationOf">
                    <span about="ex:work-doi-redirect-metadata" 
                        type="fabio:MetadataEntity" rel="frbr:subject" 
                        resource="ex:work-early-warning-signals">doi</span>
            </span>
        </span>
    </a>:
    <span about="ex:expr-early-warning-signals" property="prism:doi">10.1098/rspb.2012.2085</span>
    (<a href="http://www.mendeley.com/download/public/98752/4972355691/dd5fdd8ebbfc05d9ebf415761be200805254d22e/dl.pdf" typeof="fabio:ComputerFile">
        <span rel="frbr:exemplarOf">
            <span about="ex:man-alternative-early-warning-signals" 
                typeof="fabio:DigitalManifestation" 
                rel="frbr:embodimentOf" resource="ex:expr-early-warning-signals">pdf</span>
        </span>
    </a>)
    (<a href="http://arxiv.org/abs/1210.1204">
        <span rel="frbr:exemplarOf">
            <span about="ex:man-arxiv-metadata" typeof="fabio:DigitalManifestation" 
                rel="frbr:embodimentOf">
                <span about="ex:expr-arxiv-metadata" 
                typeof="fabio:MetadataDocument" rel="frbr:realizationOf">
                    <span about="ex:work-arxiv-metadata" 
                        type="fabio:MetadataEntity" rel="frbr:subject" 
                        resource="ex:work-early-warning-signals">doi</span>
        </span>
    </a>)
    (<a href="http://dx.doi.org/10.5061/dryad.2k462" typeof="fabio:Manifestation">
        <span rel="frbr:embodimentOf">
            <span about="ex:expr-data" 
                typeof="fabio:DataFile" rel="frbr:realizationOf">
                    <span about="ex:work-data" 
                        type="fabio:Dataset" rel="datacite:hasDescription" 
                        resource="ex:expr-early-warning-signals">data</span>
            </span>
        </span>
    </a>
</li>

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024
  • While this appears redundant, Slivia's example deals with the especially tricky issue of associating the dryad and arxiv links correctly with the publication itself.
  • Potentially this could be handled by knitcitations or a ruby plugin given the DOIs to publication and data sets.
  • Is this de-duplication and association of related works happening semantically elsewhere?

from labnotebook.

cboettig avatar cboettig commented on September 24, 2024
  • Consider pulling Vita information from ORCID?
  • Update publications on research landing pages. Pull information in programmatically.
  • Generate the pdf vita from vita.md+ pandoc template, or with css print styling instead of maintaining a separate tex file

from labnotebook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.