Project

General

Profile

Actions

Feature #5032

closed

Organize published papers with tags

Added by Junxiao Shi over 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
www
Start date:
Due date:
% Done:

100%

Estimated time:

Description

Add topic-based tags to publications on named-data.net Papers page, so that they appear better organized and enables more efficient information retrieval.

Actions #1

Updated by Junxiao Shi over 4 years ago

https://docs.google.com/spreadsheets/d/1JYqQjJWfohzbt664L867ahBENQqbeqhK1GAtl37YtMU/edit?usp=sharing

If you are interested in contributing to this activity, please use the above link to access a shared spreadsheet where you can proposed tags to each article.
Article titles were collected from named-data.net with this script:

Array.from(document.querySelectorAll(".post-entry >ul >li >ul >li >a:nth-child(1)")).map((a) => a.innerText).join("\n")
Actions #2

Updated by Junxiao Shi over 4 years ago

  • Status changed from New to In Progress

I've started each article with one or two tags, if I have read the article or can tell from the title.

Call for contribution posted to nfd-dev:
https://www.lists.cs.ucla.edu/pipermail/nfd-dev/2019-October/003838.html

Actions #3

Updated by John DeHart over 4 years ago

Great start on this!
Would it make sense to include a column in the spreadsheet for authors and one for a link to paper?
I could imagine this becoming the place to enter new papers and then generating the web page from this.

Actions #4

Updated by Junxiao Shi over 4 years ago

Would it make sense to include a column in the spreadsheet for authors and one for a link to paper?

I can't figure out how to extract author list from the webpage using document.querySelectorAll, because it's not inside an HTML element. You are welcome to contribute by editing the spreadsheet directly.

I could imagine this becoming the place to enter new papers and then generating the web page from this.

No, this isn't the place to enter new papers. New submissions to the publication list are required to include tags. This effort is for existing publications only.

Actions #5

Updated by Junxiao Shi over 3 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF