982
edits
(Created page with "TODO") |
No edit summary |
||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Linked Attention Data Publishing == | |||
Proposer: Ronen Tamari | |||
=== Basic idea === | |||
Attention data is an important and interesting signal. Platforms (e.g., Twitter, Google Scholar, Goodreads, Altmetrics) harvest large amounts of attention data, using it to drive content search and recommendation (CSR). However, this attention data remains mostly locked and inaccessible to the public. | |||
We wish to enable users to easily publish linked data related to attention, or their '''reactions to content''' (maybe it could be called “linked attention data”? , [https://discord.com/channels/1029514961782849607/1033091723389317160/1037786518800039978 Discord discussion]) | |||
===Background=== | |||
For broad motivation, see [https://arxiv.org/abs/2205.06345 paper]/[https://www.youtube.com/watch?v=PQerH4kCaSA&feature=youtu.be video]/[https://twitter.com/rtk254/status/1528742051461865472 thread]. And more concretely for our project, many researchers already post such “attention information”, e.g., the Tweet below. | |||
[[File:Tweet.png|thumb|alt=Researcher tweeeting that they want to read a particular paper.|Original Tweet: https://twitter.com/adamsafron/status/1587970661397368832]] | |||
This kind of information can be very valuable for driving content search and recommendation but it gets lost since (1) it isn’t easily machine readable (2) it gets posted to walled platforms with data access issues. | |||
===Objective=== | |||
A possible goal for this project could be a helper app that with the click of a button (maybe a browser extension) would (1) produce some kind of machine readable representation appended to the natural language version of the post (2) publish it using ActivityPub (AP) or other related network (3) possibly mirror it to Twitter if so desired. | |||
Another possible client implementation could be a Zotero plug-in. For example, moving an item to a particular folder or adding a particular note/tag to it could trigger the corresponding AP publishing event. | |||
===Implementation=== | |||
Regarding data schema we can possibly use http://Schema.org schemas such as [https://schema.org/ReactAction ReactAction], [https://schema.org/ReviewAction ReviewAction] | |||
[[Category:Project]] |