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: ``` js $('.paper-stuff a') ``` Iterate through that and turn it into one string with a title on each line. Use the [jQuery docs](http://learn.jquery.com/).