citation
This article is a stub. You can help the IndieWeb wiki by expanding it.
A citation is a reference to something (a way to look up what) someone said, wrote, or photographed/captured, typically a published work of some kind, these days often on the web.
Publishing a citation for material discussed in a article, or that a reply is in-reply-to, are also ways of explicitly and transparently giving-credit to sources.
Why
You should publish citations so your readers can lookup the quotations or media you post from others, and evaluate such information for themselves.
You should both look for and check citations for quotations and media because so many quotations are false or misattributed, and so much media is altered, re-used for unrelated events, or otherwise misleading.
βPSA: If a photo, ostensibly of some recent event, does not come directly from a credible journalist or outlet and is not attributed to one, donβt trust it and donβt share it.
It could be edited, of a different event, selectively framed, or otherwise an attempt at manipulation.β
How to
How to markup
How to markup citations in your posts:
When publishing references to published works on the web, use the h-cite microformat to markup the name of the work, URL, author (with embedded h-card name, photo, and URL ), when published, publisher (if any), when retrieved (optionally).
How to lookup
(this section is a stub and incomplete, please expand)
- Images:
- You can track the source of images through sites like tineye.com. Especially useful to detect if an old photo is presented as showing a recent event.
IndieWeb Uses
There are several specific indieweb uses of citations.
- reply-context - a reply-context contains a citation for the original post that the reply is in-reply-to.
- comments-display - indieweb comments that have been syndicated from their original reply URLs into a "Comments" section on an original post are all references to original material, and thus are also citations.
- post footer sections - external references in footer sections (i.e. in addition to the abovementioned comments display section) are almost always also citations.
- Photo citations in articles (featured photos) or other posts to credit the original photographer and provide any licenseing information.
- See also Flickr Creative Commons Helper noted below
User Interface
text input
A site can provide text inputs with a citation URL (and/or full citation markup) pre-filled in for the reader to copy / paste. IndieWeb Examples:
- Tantek Γelik provides text inputs to copy the permalink and citation markup, e.g.
- Kartik provides text inputs to copy permalinks on articles, e.g. bottom of https://kartikprabhu.com/article/indieweb-love-blog
- Matthias Pfefferle provides text inputs with citation URLs on his site including cut and paste boxes for shortlinks, permalinks, and full HTML
- He does this with a WordPress plugin which is available for others to use as well: WordPress Indie Cite
- Alan Levine has created a bookmarklet to help users in creating citations for photos from Flickr: Flickr CC Helper with open source code at Flickr Creative Commons Attribution Helper on Github
- ...
Visual Input
- Wikipedia visual editor citation prompt UI
- A editor can indicate to an author that a citation is missing. The author can then use a visual interface to add a citation. There is a parser built in to generate the citation.
My team just deployed a feature that creates a dialogue on citation-needed tags to make visual addition of references via the autofill tool on @Wikipedia https://phabricator.wikimedia.org/T211243Jess Klein
- Silo examples:
- Trello' share and more UI has a text inputs to copy a permashortlink of the card, or blockquote markup to embed the card.
- ...
append to text selection copy
Using javascript it appears possible to append a citation URL to the end of any text that a reader selects and uses the "copy" operation on.
Possible source of script to do this:
- http://www.wpbeginner.com/wp-tutorials/how-to-add-a-read-more-link-to-copied-text-in-wordpress/
- http://www.jitbit.com/alexblog/230-javascript-injecting-extra-info-to-copy-pasted-text/
Criticism. There have been some sites / script that in addition to adding the citation URL also do some sort of tracking of every copy action. This has been written up with some criticism:
Thus if you do choose to implement an approach that adds a citation URL automatically to text that is copied from your posts, be respectful of your readers, and avoid any (especially surreptitious) tracking (e.g. utm_ query params).
allow access to fragmention on copying text
Using JS, it is possible to provide access to the fragmention for a selected text. Preliminary demo: https://kartikprabhu.com/static/demo/fragmention.html
FAQ
Why a URL UI when address bar has it
Q: Why provide a UI to copy/paste the URL of the post (e.g. a text input box pre-filled with the permalink), when the user can just copy/paste the URL from the browser address bar?
A: Browser UIs sometimes do not provide an (easily) accessible the address bar, e.g.:
- mobile browsers (often hide the URL bar, make it hard to get to)
- kiosks, kiosk mode, fullscreen mode, presentation mode
A2: It's also easier for the user, having just finished reading your post, to see the UI immediately in their reading flow, and not having to scan back up to the top of the window for it.
Sessions
IndieWebCamp sessions related to citations:
Brainstorming
Webmention
- 2020-02-06 The idea of some mark up and how to send/receive webmentions for citations was brought up in chat and spanned some of the following day
on the IndieWeb wiki
To create a quick citation on the IndieWeb wiki, one can use the citation template by adding the following text to a wiki page and filling in the appropriate details:
{{citation | title = | url = | author = | published = | archiveurl = }}
See Also
- article
- comments-display
- giving-credit
- h-cite
- in-reply-to
- posts
- reply
- reply-context
- Can we #IndieWeb Google Scholar? #HigherEd
- Continuing to build #IndieWeb Citation machine: h-cite markup for APA
- Matthias Pfefferle WordPress Plugin Indie Cite
- https://www.thedriftmag.com/fiction-detective/
- Citations
- https://doi2ht.ml/ This website helps you convert your boring old DOI to a _fully semantic_ HTML5 citation.