BIDS-collaborative / brainspell

brainspell is a web platform to facilitate the creation of an open, human-curated, classification of the neuroimaging literature
https://gitter.im/BIDS-collaborative/brainspell
2 stars 6 forks source link

Assemble contents for CSV #18

Open davclark opened 8 years ago

davclark commented 8 years ago

This will involve (relatively) simple jQuery to grab info from the DOM and put into a table.

A first step is to get the titles with jQuery:

$('.paper-stuff a')

Iterate through that and turn it into one string with a title on each line.

Use the jQuery docs.

davclark commented 8 years ago

Mozilla is a good source for css docs.

davclark commented 8 years ago

Also, check out this nice javascript book.