|
20 | 20 | },
|
21 | 21 | {
|
22 | 22 | "cell_type": "code",
|
23 |
| - "execution_count": 2, |
| 23 | + "execution_count": 4, |
24 | 24 | "metadata": {
|
25 | 25 | "collapsed": false
|
26 | 26 | },
|
|
488 | 488 | "18 A short paper showing the recent explosive gro... "
|
489 | 489 | ]
|
490 | 490 | },
|
491 |
| - "execution_count": 2, |
| 491 | + "execution_count": 4, |
492 | 492 | "metadata": {},
|
493 | 493 | "output_type": "execute_result"
|
494 | 494 | }
|
495 | 495 | ],
|
496 | 496 | "source": [
|
497 |
| - "articles = pd.read_csv(\"articles.tsv\", sep=\"\\t\", header=0)\n", |
498 |
| - "articles" |
| 497 | + "publications = pd.read_csv(\"publications.tsv\", sep=\"\\t\", header=0)\n", |
| 498 | + "publications" |
499 | 499 | ]
|
500 | 500 | },
|
501 | 501 | {
|
502 | 502 | "cell_type": "code",
|
503 |
| - "execution_count": 3, |
| 503 | + "execution_count": 5, |
504 | 504 | "metadata": {
|
505 | 505 | "collapsed": true
|
506 | 506 | },
|
|
521 | 521 | },
|
522 | 522 | {
|
523 | 523 | "cell_type": "code",
|
524 |
| - "execution_count": 4, |
| 524 | + "execution_count": 6, |
525 | 525 | "metadata": {
|
526 | 526 | "collapsed": false
|
527 | 527 | },
|
528 | 528 | "outputs": [],
|
529 | 529 | "source": [
|
530 | 530 | "import os\n",
|
531 |
| - "for row, item in articles.iterrows():\n", |
| 531 | + "for row, item in publications.iterrows():\n", |
532 | 532 | " md_filename = str(item.pub_date) + \"-\" + item.slug + \".md\"\n",
|
533 | 533 | " html_filename = str(item.pub_date) + \"-\" + item.slug \n",
|
534 | 534 | " year = item.pub_date[:4]\n",
|
535 | 535 | " md = \"---\\ntitle: \\\"\" + item.title + '\"\\n'\n",
|
536 | 536 | " \n",
|
537 |
| - " md += \"\"\"collection: publication\\npermalink: /publication/\"\"\" + html_filename\n", |
| 537 | + " md += \"\"\"collection: publications\\npermalink: /publication/\"\"\" + html_filename\n", |
538 | 538 | " md += \"\\nexcerpt: '<i>Published in \" + item.venue + \", \" + str(year) + \"</i><br/>\" + html_escape(item.summary) + \"'\"\n",
|
539 | 539 | " md += \"\\ndate: \" + str(item.pub_date) \n",
|
540 | 540 | " md += \"\\nvenue: '\" + html_escape(item.venue) + \"'\"\n",
|
|
551 | 551 | },
|
552 | 552 | {
|
553 | 553 | "cell_type": "code",
|
554 |
| - "execution_count": 5, |
| 554 | + "execution_count": 7, |
555 | 555 | "metadata": {
|
556 | 556 | "collapsed": false
|
557 | 557 | },
|
|
560 | 560 | "name": "stdout",
|
561 | 561 | "output_type": "stream",
|
562 | 562 | "text": [
|
563 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.5K Sep 27 21:57 2009-10-01-gnovis-habermas-understand-internet.md\r\n", |
564 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.3K Sep 27 21:57 2009-10-27-wikisym-social-roles-bots.md\r\n", |
565 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.4K Sep 27 21:57 2010-02-25-cscw-banning-vandal.md\r\n", |
566 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.6K Sep 27 21:57 2011-01-03-hicss-trace-ethnography.md\r\n", |
567 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.6K Sep 27 21:57 2011-10-05-wikisym-article-deletion.md\r\n", |
568 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.4K Sep 27 21:57 2011-11-01-cpov-lives-of-bots.md\r\n", |
569 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.6K Sep 27 21:57 2012-05-02-altchi-ipoxp.md\r\n", |
570 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2012-06-05-icwsm-socialization-wikipedia.md\r\n", |
571 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.8K Sep 27 21:57 2012-08-29-wikisym-wikipedia-literate.md\r\n", |
572 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2012-11-05-infoorg-artifacts-that-organize.md\r\n", |
573 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.8K Sep 27 21:57 2013-02-23-cscw-edit-sessions.md\r\n", |
574 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2013-05-01-abs-rise-and-decline-wikipedia.md\r\n", |
575 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2013-08-03-wikisym-levee-breaks-bots.md\r\n", |
576 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2013-09-01-ecosoc-lter-students.md\r\n", |
577 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.6K Sep 27 21:57 2014-01-03-ics-bots-bespoke-code.md\r\n", |
578 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2014-05-01-chi-snuggle-wikipedia.md\r\n", |
579 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.7K Sep 27 21:57 2014-09-10-jobem-old-against-new.md\r\n", |
580 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.8K Sep 27 21:57 2014-11-02-hcomp-values-in-crowdsourcing.md\r\n", |
581 |
| - "-rw-r--r-- 1 tools.paws tools.paws 1.9K Sep 27 21:57 2016-03-21-blockbots-ics.md\r\n" |
| 563 | + "-rw-r--r-- 1 tools.paws tools.paws 1.5K Mar 25 17:22 2009-10-01-gnovis-habermas-understand-internet.md\r\n", |
| 564 | + "-rw-r--r-- 1 tools.paws tools.paws 1.3K Mar 25 17:22 2009-10-27-wikisym-social-roles-bots.md\r\n", |
| 565 | + "-rw-r--r-- 1 tools.paws tools.paws 1.4K Mar 25 17:22 2010-02-25-cscw-banning-vandal.md\r\n", |
| 566 | + "-rw-r--r-- 1 tools.paws tools.paws 1.6K Mar 25 17:22 2011-01-03-hicss-trace-ethnography.md\r\n", |
| 567 | + "-rw-r--r-- 1 tools.paws tools.paws 1.6K Mar 25 17:22 2011-10-05-wikisym-article-deletion.md\r\n", |
| 568 | + "-rw-r--r-- 1 tools.paws tools.paws 1.4K Mar 25 17:22 2011-11-01-cpov-lives-of-bots.md\r\n", |
| 569 | + "-rw-r--r-- 1 tools.paws tools.paws 1.6K Mar 25 17:22 2012-05-02-altchi-ipoxp.md\r\n", |
| 570 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2012-06-05-icwsm-socialization-wikipedia.md\r\n", |
| 571 | + "-rw-r--r-- 1 tools.paws tools.paws 1.8K Mar 25 17:22 2012-08-29-wikisym-wikipedia-literate.md\r\n", |
| 572 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2012-11-05-infoorg-artifacts-that-organize.md\r\n", |
| 573 | + "-rw-r--r-- 1 tools.paws tools.paws 1.8K Mar 25 17:22 2013-02-23-cscw-edit-sessions.md\r\n", |
| 574 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2013-05-01-abs-rise-and-decline-wikipedia.md\r\n", |
| 575 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2013-08-03-wikisym-levee-breaks-bots.md\r\n", |
| 576 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2013-09-01-ecosoc-lter-students.md\r\n", |
| 577 | + "-rw-r--r-- 1 tools.paws tools.paws 1.6K Mar 25 17:22 2014-01-03-ics-bots-bespoke-code.md\r\n", |
| 578 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2014-05-01-chi-snuggle-wikipedia.md\r\n", |
| 579 | + "-rw-r--r-- 1 tools.paws tools.paws 1.7K Mar 25 17:22 2014-09-10-jobem-old-against-new.md\r\n", |
| 580 | + "-rw-r--r-- 1 tools.paws tools.paws 1.8K Mar 25 17:22 2014-11-02-hcomp-values-in-crowdsourcing.md\r\n", |
| 581 | + "-rw-r--r-- 1 tools.paws tools.paws 1.9K Mar 25 17:22 2016-03-21-blockbots-ics.md\r\n", |
| 582 | + "-rw-r--r-- 1 tools.paws tools.paws 493 Mar 25 17:20 readme.md\r\n" |
582 | 583 | ]
|
583 | 584 | }
|
584 | 585 | ],
|
|
588 | 589 | },
|
589 | 590 | {
|
590 | 591 | "cell_type": "code",
|
591 |
| - "execution_count": 7, |
| 592 | + "execution_count": 8, |
592 | 593 | "metadata": {
|
593 | 594 | "collapsed": false
|
594 | 595 | },
|
|
599 | 600 | "text": [
|
600 | 601 | "---\r\n",
|
601 | 602 | "title: \"Does Habermas Understand the Internet? The Algorithmic Construction of the Blogo/Public Sphere\"\r\n",
|
602 |
| - "collection: publication\r\n", |
| 603 | + "collection: publications\r\n", |
603 | 604 | "permalink: /publication/2009-10-01-gnovis-habermas-understand-internet\r\n",
|
604 | 605 | "excerpt: '<i>Published in Gnovis, 2009</i><br/>Habermasians have been debating about the role of the Internet in the public sphere, but they have all taken for granted the highly-automated software infrastructures that mediate our knowledge of the blogosphere.'\r\n",
|
605 | 606 | "date: 2009-10-01\r\n",
|
|
0 commit comments