#microformats 2013-02-24

2013-02-24 UTC
#
impomatic
I guess this is okay? http://twitcode.org/show/340/h-cite-citations
#
impomatic
The only thing not really marked up is the publisher.
#
@devaputradwik
Memperbaiki Warning Missing required field updated dan hCard author: BismillahirrahmanirrahimMULTI PASTE - Goo... http://www.multipaste.web.id/2013/02/memperbaiki-warning-missing-required-field-updated-dan-hCard-author.html?utm_source=twitterfeed&utm_medium=twitter
gjones, bnvk and zztr joined the channel
#
kslgrrnkt
created /User:kslgrrnkt (+1849) "lol. It would be nice if we knew when to expect a purchase."
(view diff)
#
tantek
edited /Special:Log/block () "blocked [[User:Kslgrrnkt]] with an expiry time of infinite (account creation disabled): Spamming links to external sites"
(view diff)
#
tantek
deleted /User:kslgrrnkt "content was spam"
#
tantek
impomatic - those look good!
#
tantek
are those going on a particular page on the web?
#
tantek
if/when you do post them, it would be great if you could add the URL here: http://microformats.org/wiki/h-cite#web_citation_examples_in_the_wild
bnvk, adamovy, chiui, tobyink, nonge, jkridner_ and romainneutron joined the channel
#
tommorris
tantek: ping. back on british soil. had a crack at doing h-cite to bibtex. the semantics match up quite nicely.
#
tommorris
then I got angry at how all languages suck at ISO 8601.
#
tommorris
so started porting gjones' isodate.js to Java.
#
tommorris
also, Ruby doesn't implement ISO 8601 properly.
#
tommorris
Date.iso8601("2012-12") == Date.iso8601("2012-012")
#
tommorris
returns true
manu1 and bnvk joined the channel
#
tommorris
edited /iso-8601 (+143) "/* ISO 8601 implementations in programming libraries */ Ruby, but no ordinal dates"
(view diff)
bnvk joined the channel
#
tantek
tommorris - that's pretty funny (about Ruby getting ISO8601 wrong)
#
tommorris
and now my post grumbling about it is on the front page of hacker news
#
tommorris
edited /iso-8601 (+157) "/* ISO 8601 implementations in programming libraries */ +microformat-node"
(view diff)
chiui joined the channel
#
tantek
well done tommorris!
#
tommorris
note to future generations: sorry about the technological singularity not happening, we're still struggling with date-times.
#
tantek
that's a great post! classic tommorris rant style. :) http://tommorris.org/posts/8114
#
tantek
tommorris, did you mean "I hope Rails apps [are] doing input validation…" ?
#
tommorris
yeah, was gonna fix that
#
tommorris
was on shaky 3G. now home
#
tommorris
so, I was looking at h-cite to BibTeX. the only problem I'm having is that BibTeX requires a "type".
#
tommorris
like "book", "article", "url" etc.
#
tommorris
Book is fairly easy. If it has an ISBN, it's a book.
#
tantek
we don't do required properties any more
#
tantek
how about just pad it with type="citation"
#
tommorris
set everything as @misc ;)
#
tommorris
so, h-cite to bibtex seems like a very, very compelling use case.
#
tommorris
to roll it out on somewhere like Wikipedia, it'd be very useful to be able to export to BibTeX.
#
tommorris
hence why I'm looking at it. I've spent loads of time writing BibTeX by hand
#
tantek
"type" is such a horrible vocabulary term to mean anything. so overloaded.
#
tommorris
well, it isn't used in BibTeX.
#
tommorris
a BibTeX entry is of the form:
#
tantek
is it called "medium" then?
#
tommorris
@book{Smith2005, title = {My book about things}, author = {John Smith}}
#
tommorris
type is just what I'm using to refer to the word that comes after the @ and before the {
#
tantek
where's their taxonomy of @ "types"?
#
tantek
some made up hierarchy of crap like schemaorg?
#
tommorris
well, mostly in the code used by BibTeX
#
tantek
like do they have 5, 10, or 150 of them?
#
tommorris
about 20
#
tommorris
it dictates the rendering of the citation
#
tantek
are these 20 documented on the web?
#
tantek
or is this a LMGTFY...
#
tommorris
mostly.
#
tommorris
I can pop up some real-life BibTeX files. ;)
impomatic joined the channel
#
tommorris
I think "url" is considered a type by some.
#
tantek
wow what a dated set of "types"
#
tommorris
but still ridiculously useful and in daily use by academics, students and others.
#
verlenesguxxdswyhdae
created /BoostYourBust84743507 (+169) "New page: Increase Your Breast Size Naturally with [http://www.youtube.com/watch?v=YeDH3Oug8gs Boost Your Bust]! Proven system. All natural ways. My Honest Boost Your Bust Review."
(view diff)
#
tommorris
BibTeX annoys me in many ways, but still widespread in academia. ensuring we can get data out as BibTeX is a really compelling and easy win.
#
tantek
edited /Special:Log/block () "blocked [[User:VerlenesguxxdswyhDae]] with an expiry time of infinite (account creation disabled): Spamming links to external sites"
(view diff)
#
tantek
deleted /BoostYourBust84743507 "content was spam"
#
tantek
interesting. I wonder what this world is that consumes BibTeX.
#
tommorris
mathematicians, academic computer scientists, some philosophers, some physical scientists
#
tommorris
some of the academic journal publishers offer BibTeX for download
#
tommorris
Google Books does too
#
tommorris
and the whole DOI system allows you to retrieve BibTeX
#
tantek
sure, that's for retrieving BibTeX - but who actually consumes it?
#
tommorris
well, storing it for your own use when writing papers
#
tantek
might be interesting to write a BibTeX -> h-cite converter for taking existing BibTeX data and using it as referencing in blog posts.
#
tommorris
BibTeX to h-cite is easy. there are a fair few implementations of BibTeX parsing
#
tommorris
I've been using the Ruby BibTeX library (hence my grumbles about ISO 8601 date formats in Ruby)
#
tantek
wow bibtex (screw their capitalization, don't need it for understanding) predates the web!
#
tommorris
there's a huge amount of cruft management in the tex world
#
tommorris
like, the transition to support Unicode. because obviously (la)tex predated Unicode
#
tommorris
when compiling a bibliography recently, the process often involved:
#
tommorris
1. going to google books
#
tommorris
2. typing in ISBN number, finding book
#
tommorris
3. clicking BibTeX export
#
tommorris
4. opening up file that downloads in text editor
#
tommorris
5. copying into main bibliography file.
#
tommorris
6. reformatting slightly for consistency
#
tommorris
there must be a better way. ;)
#
tantek
so even google books bibtex export can't get it right then
#
tantek
we have a better chance with h-cite to bibtex?
#
tantek
tommorris - if there are implementations that support an @url bibtex type, perhaps you should add that in an "Extended types" subsection under http://en.wikipedia.org/wiki/BibTeX#Entry_types and list/cite the implementations.
#
tommorris
yeah. I'll have a dig around and document on both microformats.org and wp
#
tommorris
when I was an undergrad, I made my own BibTeX citation style template which I popped up on Github - https://github.com/tommorris/tomstyle
tobyink and bnvk joined the channel
#
fakhricool
created /User:Fakhricool (+2752) "Bank Mandiri Bank Terbaik di Indonesia"
(view diff)
bnvk, chiui, Atamido, zztr, eschnou, tobyink and impomatic2 joined the channel
#
@QueenWaqo
@Princess_Idil As much as I wanna do that I can't tho it's tight on my HCard n it's Sunday :(
bnvk, tobyink, zztr and impomatic2 joined the channel