![Imagine the books you were looking for in the library actually glowed!](images/Library-shelves-bibliographies-Graz.jpg) [Source](https://commons.wikimedia.org/wiki/File:Library-shelves-bibliographies-Graz.jpg)

Introductions

What perspectives
are in the room?

  • Raise your hand if you are familiar with (wiki world):
    • Wikipedia
    • Wikisource
    • Wikimedia Commons
    • Wikidata
    • Bots for Wikipedia, other Wikimedia projects
    • Open Access publishing
    • Repositories like PubMed Central
    • Identifiers like DOIs
  • Raise your hand if:
    • You are familiar with (wiki world):
      • Wikipedia
      • Wikisource
      • Wikimedia Commons
      • Wikidata
      • Labs
      • Scholarly publishing generally
      • Open Access academic literature
    • You know about Open Access
    • You have heard about the OA-Signalling project
    • You are a member of WikiProject Open Access
    • You have heard of Wikiproject Open Access
    • You have a working knowledge of (technical stuff):
      • MediaWiki (wiki software)
      • Bots for Wikipedia, other Wikimedia projects (various wares)
      • Python (programming language)
      • PyWikiBot (python library)
      • XSLT (xml style templating)
      • JATS (NLM xml format)
![Imagine the books you were looking for in the library actually glowed!](images/Library-shelves-bibliographies-Graz.jpg) [Source](https://commons.wikimedia.org/wiki/File:Library-shelves-bibliographies-Graz.jpg)
![Now imagine if you could know if the content in those books could be easily re-used on Wikipedia!](images/Library-shelves-bibliographies-Graz-icons.jpg) [Source](https://commons.wikimedia.org/wiki/File:Library-shelves-bibliographies-Graz-icons.jpg)

"A fact is only as reliable as the ability to source that fact, and the ability to weigh carefully that source." [\[1\]](https://meta.wikimedia.org/wiki/WikiScholar#Motivation)

WikiProject Open Access [\[1\]](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access)

Goals

  1. Improve Wikimedia content with the help of Open Access materials.
  2. Improve coverage of Open Access and related topics.

Signalling Open Access [\[1\]](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access/Signalling_OA-ness)

In a nutshell...


In [22]:
from IPython.display import IFrame
IFrame('https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access/Signalling_OA-ness#In_a_nutshell', width='100%', height=600)


Out[22]:

In [18]:
from IPython.display import IFrame
IFrame('https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Open_Access/Wikimania2014/Malaria', width='100%', height=600)


Out[18]:

SALVE,
SAND AND
RE-CITE-WORLD

(Alice's Adventure in Wonderland)

The story begins:

Actually it's a rehashing and remixing of older stories

This particular source parody has many chapters

It's Free-to-Read and -Reuse

  • Like Alices

It has a License

  • It's CC-BY, which Lewis Carroll no longer insists on

You can read it on Wikisource

  • Allows to "deeper-link", transcribe math, browse by author

Wikimedia Commons

  • Upload media for easier reuse in articles and beyond

Wikidata

  • Opportunity to manage source metadata and citations

The Rabbit Hole

'and what is the use of a book,' thought Alice, 'without pictures or conversations?'

Wikiquote

PubMed Central

  • We first travel to a foreign land

Enter the Rabbit Hole

  • We made a web-tool where you can throw a DOI

The Rabbit Hole

  • We find cakes there that expand XML representations

Transforming To Get Through The Doorway

Wikisource

"They're dreadfully fond of beheading people here; the great wonder is, that there's any one left alive!"

  • a joke—our bot was blocked... temporarily.

Wikisource

'I can't explain myself, I'm afraid, sir' said Alice, 'because I'm not myself, you see.'

  • Copy of a copy of a copy...

Wikisource

  • Linkrot: 6 years is the average lifespan of a URL (via Crossref)

Commons

Alice waited till the [Cheshire Cat's] eyes appeared, and then nodded. 'It's no use speaking to it,' she thought, 'till its ears have come, or at least one of them.'

Commons & Wikisource

  • And we also handle the images of the articles, in-line:

Commons

  • All the parts of the Cheshire Cat are revealed

Wikidata

The chief difficulty Alice found at first was in managing her flamingo

Wikidata

  • Thankfully we made our own flamingo manager

Wikidata

  • A semantic flamingo manager

Wikidata

  • A hyperlinked flamingo universe
  • Publishers and statisticians will love this

Lessons Learned

  • Wikimedia is a Wonderland
    • Wild, unpredictable, but persevere
    • Seek community, support
  • Be Experimental
    • Try things out, test boundaries
    • Ask many questions
  • Lots @TODO
    • Opportunities abound Wikimedia & Open Access
    • More the merrier!

Next Steps

Thank You


In [19]:
from IPython.core.display import HTML  

HTML("<style> \
.rendered_html, .rendered_html p { \
font-family: Sans-Serif; \
font-size: 22pt; \
line-height: 1.1; \
} \
.rendered_html blockquote p { \
font-style: italic; \
font-size:32pt; \
color: #666; \
line-height: 1.3; \
} \
\
.rendered_html li { \
line-height: 1.5; \
} \
\
.rendered_html h1{ \
margin: 2em 0 1em 0; \
padding-top: 65px; \
font-size: 42pt; \
line-height: 1.25; \
text-align:left; \
} \
\
.rendered_html h2{ \
margin: 2em 0 1em 0; \
font-size: 36pt; \
line-height: 1.25; \
} \
\
.input_prompt { \
font-family: Sans-Serif; \
} \
\
.CodeMirror-lines { \
font-family: Sans-Serif; \
} \
\
.output_area { \
font-family: Sans-Serif; \
} </style> ")


Out[19]: