<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://synthesis.jon-e.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amyxzhang</id>
	<title>Synthesis Infrastructures - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://synthesis.jon-e.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amyxzhang"/>
	<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/Special:Contributions/Amyxzhang"/>
	<updated>2026-04-18T11:24:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1180</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1180"/>
		<updated>2022-11-12T17:25:30Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Paper announcement use case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: https://hci.social/web/@Mor/109309396530932422 (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** &amp;lt;code&amp;gt;@mor:crisis-informatics&amp;lt;/code&amp;gt; user namespace&lt;br /&gt;
**** downsides: there are multiple authors, so an author may feel left out if another author's id gets used more often or authors could coalesce around one author (ie, 1st author)&lt;br /&gt;
*** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics&amp;lt;/code&amp;gt; conference namespace&lt;br /&gt;
**** downsides: possibility for name conflicts, you could use the conference ID but it's not very readable&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper, for example&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference/topic and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (https://hci.social/web/@lewischuang/109331737391363720)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
=== Sharing attention data on ActivityPub through Zotero (?) extension ===&lt;br /&gt;
* Attention data (~digital pheromone trails) is an important step in the knowledge synthesis pipeline- what am I looking at and my assessment of it&lt;br /&gt;
* Linked data over ActivityPub- &lt;br /&gt;
** Pros- catching Mastodon wave, good expressivity but &lt;br /&gt;
** Cons- writing it manually creates friction and so reduces usage by researchers&lt;br /&gt;
* An extension can create automatic linked data posts based on existing user activity in Zotero&lt;br /&gt;
** Adding a paper to a reading list&lt;br /&gt;
** Tagging&lt;br /&gt;
** Annotating inline, connecting pieces to other papers&lt;br /&gt;
** Reviewing/assessing/endorsing content&lt;br /&gt;
* Question - what are interesting downstream applications for attention data?&lt;br /&gt;
** Content recommendation&lt;br /&gt;
** Layering paper viewers with endorsements/reviews, popular tags &amp;amp; annotations&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1178</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1178"/>
		<updated>2022-11-12T17:23:26Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Paper announcement use case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: https://hci.social/web/@Mor/109309396530932422 (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
**** downsides: there are multiple authors, so an author may feel left out if another author's id gets used more often or authors could coalesce around one author (ie, 1st author)&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
**** downsides: possibility for name conflicts, you could use the conference ID but it's not very readable&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper, for example&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference/topic and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (https://hci.social/web/@lewischuang/109331737391363720)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
=== Sharing attention data on ActivityPub through Zotero (?) extension ===&lt;br /&gt;
* Attention data (~digital pheromone trails) is an important step in the knowledge synthesis pipeline- what am I looking at and my assessment of it&lt;br /&gt;
* Linked data over ActivityPub- &lt;br /&gt;
** Pros- catching Mastodon wave, good expressivity but &lt;br /&gt;
** Cons- writing it manually creates friction and so reduces usage by researchers&lt;br /&gt;
* An extension can create automatic linked data posts based on existing user activity in Zotero&lt;br /&gt;
** Adding a paper to a reading list&lt;br /&gt;
** Tagging&lt;br /&gt;
** Annotating inline, connecting pieces to other papers&lt;br /&gt;
** Reviewing/assessing/endorsing content&lt;br /&gt;
* Question - what are interesting downstream applications for attention data?&lt;br /&gt;
** Content recommendation&lt;br /&gt;
** Layering paper viewers with endorsements/reviews, popular tags &amp;amp; annotations&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1177</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1177"/>
		<updated>2022-11-12T17:22:55Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Paper announcement use case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: &amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt; (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
**** downsides: there are multiple authors, so an author may feel left out if another author's id gets used more often or authors could coalesce around one author (ie, 1st author)&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
**** downsides: possibility for name conflicts, you could use the conference ID but it's not very readable&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper, for example&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference/topic and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
=== Sharing attention data on ActivityPub through Zotero (?) extension ===&lt;br /&gt;
* Attention data (~digital pheromone trails) is an important step in the knowledge synthesis pipeline- what am I looking at and my assessment of it&lt;br /&gt;
* Linked data over ActivityPub- &lt;br /&gt;
** Pros- catching Mastodon wave, good expressivity but &lt;br /&gt;
** Cons- writing it manually creates friction and so reduces usage by researchers&lt;br /&gt;
* An extension can create automatic linked data posts based on existing user activity in Zotero&lt;br /&gt;
** Adding a paper to a reading list&lt;br /&gt;
** Tagging&lt;br /&gt;
** Annotating inline, connecting pieces to other papers&lt;br /&gt;
** Reviewing/assessing/endorsing content&lt;br /&gt;
* Question - what are interesting downstream applications for attention data?&lt;br /&gt;
** Content recommendation&lt;br /&gt;
** Layering paper viewers with endorsements/reviews, popular tags &amp;amp; annotations&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1171</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1171"/>
		<updated>2022-11-12T17:19:19Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Paper announcement use case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: &amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt; (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
**** downsides: there are multiple authors, so an author may feel left out if another author's id gets used more often&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
**** downsides: possibility for name conflicts, you could use the conference ID but it's not very readable&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper, for example&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference/topic and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
===== Sharing attention data on ActivityPub through Zotero (?) extension =====&lt;br /&gt;
&lt;br /&gt;
* Attention data (~digital pheromone trails) is an important step in the knowledge synthesis pipeline- what am I looking at and my assessment of it&lt;br /&gt;
* Linked data provides great expressivity but writing it manually creates friction and so reduces usage by researchers&lt;br /&gt;
* An extension can create automatic linked data posts based on existing user activity in Zotero&lt;br /&gt;
** Adding a paper to a reading list&lt;br /&gt;
** Tagging&lt;br /&gt;
** Annotating inline, connecting pieces to other papers&lt;br /&gt;
** Reviewing/assessing/endorsing content&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1168</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1168"/>
		<updated>2022-11-12T17:18:08Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Paper announcement use case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: &amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt; (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
**** downsides: there are multiple authors, so an author may feel left out if another author's id gets used more often&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
**** downsides: possibility for name conflicts, you could use the conference ID but it's not very readable&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
===== Sharing attention data on ActivityPub through Zotero (?) extension =====&lt;br /&gt;
&lt;br /&gt;
* Attention data (~digital pheromone trails) is an important step in the knowledge synthesis pipeline- what am I looking at and my assessment of it&lt;br /&gt;
* Linked data provides great expressivity but writing it manually creates friction and so reduces usage by researchers&lt;br /&gt;
* An extension can create automatic linked data posts based on existing user activity in Zotero&lt;br /&gt;
** Adding a paper to a reading list&lt;br /&gt;
** Tagging&lt;br /&gt;
** Annotating inline, connecting pieces to other papers&lt;br /&gt;
** Reviewing/assessing/endorsing content&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1162</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1162"/>
		<updated>2022-11-12T17:16:09Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Mastodon/Twitter Use Case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Paper announcement use case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: &amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt; (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** Presentation: put all your different paper threads on your academic webpage and associated with each paper&lt;br /&gt;
** Synthesis: collect all the paper announcements for a conference and organize/synthesize it using other tools&lt;br /&gt;
** Discussion: people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
** Discussion: you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1160</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1160"/>
		<updated>2022-11-12T17:14:21Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
=== Mastodon/Twitter Use Case ===&lt;br /&gt;
&lt;br /&gt;
* One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper. e.g.: &amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt; (others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
* Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
** Possible syntax:&lt;br /&gt;
*** @mor:crisis-informatics //user namespace&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
* Things you could do as a result:&lt;br /&gt;
** put all your different paper threads on your webpage and associated with each paper&lt;br /&gt;
** collect all the paper announcements for a conference&lt;br /&gt;
** people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
** you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1155</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1155"/>
		<updated>2022-11-12T17:11:24Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mastodon/Twitter Use Case&lt;br /&gt;
&lt;br /&gt;
One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
&lt;br /&gt;
Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
&lt;br /&gt;
Possible syntax:&lt;br /&gt;
&lt;br /&gt;
@mor:crisis-informatics //user namespace&lt;br /&gt;
&lt;br /&gt;
[[Category:Conversation]]&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
&lt;br /&gt;
Things you could do as a result:&lt;br /&gt;
&lt;br /&gt;
- put all your different paper threads on your webpage and associated with each paper&lt;br /&gt;
&lt;br /&gt;
- collect all the paper announcements for a conference&lt;br /&gt;
&lt;br /&gt;
- people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
- you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1153</id>
		<title>Synthesizing Social Media/First Breakout Session</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Synthesizing_Social_Media/First_Breakout_Session&amp;diff=1153"/>
		<updated>2022-11-12T17:10:29Z</updated>

		<summary type="html">&lt;p&gt;Amyxzhang: /* Possible Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back up to [[Part of::Synthesizing Social Media]]&lt;br /&gt;
&lt;br /&gt;
== Possible Topics ==&lt;br /&gt;
&lt;br /&gt;
* [[ActivityPub]] with [[Linked Data]]??&lt;br /&gt;
* Using [[Braid]] - https://braid.org/point&lt;br /&gt;
* [[A System for Interleaving Discussion and Summarization in Online Collaboration]]&lt;br /&gt;
&lt;br /&gt;
== Patching on top of masto ==&lt;br /&gt;
&lt;br /&gt;
=== First pass ===&lt;br /&gt;
&lt;br /&gt;
* Using the profile tags to be able to assign prefixes to a digital object&lt;br /&gt;
** So say i have &amp;lt;code&amp;gt;paper:paper url&amp;lt;/code&amp;gt; in my profile&lt;br /&gt;
* Then being able to refer to that object using @jonny:paper in a post&lt;br /&gt;
* And then posts beneath that use that as the subject when resolving [ [Semantic::wikilinks] ] &lt;br /&gt;
&lt;br /&gt;
=== Second pass ===&lt;br /&gt;
&lt;br /&gt;
* Metadata tag in masto profile that links to a wiki page&lt;br /&gt;
** &amp;lt;code&amp;gt;wiki:https://synthesis-infrastuctures.wiki/Jonny_Saunders&amp;lt;/code&amp;gt;&lt;br /&gt;
* Page has a series of [[Property:Tag]] annotatations that link a short tag to a further page or URL. The linked page could have additional metadata like DOIs, authors, etc.&lt;br /&gt;
** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Tag::shortname::Longer Page Name]]&amp;lt;/nowiki&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
* Posting a thread with the first post using a syntax like &amp;lt;code&amp;gt;@jonny:wiki:shortname&amp;lt;/code&amp;gt; then treats posts underneath that as having that as the subject, and a bot then scoops those up and puts them in the page enabling the use of semantic wikilinks, etc.&lt;br /&gt;
* A bot then is monitoring opt-in accounts for these kinds of threads and exporting them to the relevant wiki page as subpages containing the threads.&lt;br /&gt;
** Like the [[WikiBot]], additional [[Wikilinks]] within the thread also embed a link to the thread (probably want to have the thread be its own page then, and have some syntax for declaring a title) &lt;br /&gt;
* The bot could also have interoperable export formats out to [[Braid]], etc.&lt;br /&gt;
&lt;br /&gt;
==== TODO during the workshop ====&lt;br /&gt;
&lt;br /&gt;
* Deploy a glitch-soc instance in the synthesis-infrastructures domain to test&lt;br /&gt;
* Write the above bot and make relevant wiki components :)&lt;br /&gt;
&lt;br /&gt;
==== Further integration into client ====&lt;br /&gt;
* UX elements to be able to select and resolve tags for a given author within the instance that has enabled this syntax.&lt;br /&gt;
* An overlay could search for linked wikis and work backwards - so given a DOI, find the page with the &amp;lt;nowiki&amp;gt;[[Has DOI::...]]&amp;lt;/nowiki&amp;gt; page and then overlay the threads underneath it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use cases ==&lt;br /&gt;
&lt;br /&gt;
* Shorthand identifiers using profile metadata (as above)&lt;br /&gt;
* Using semantic links in streams headed by shorthand identifiers&lt;br /&gt;
* [[Attention]] data on reading: taking eg. zotero and converting that to a post stream or something&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
One of the common norms that have developed on academic social media (Twitter/Mastodon) is announcement/summary threads of one’s paper.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://hci.social/web/@Mor/109309396530932422&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(others of interest: job market announcements, taking PhD announcements)&lt;br /&gt;
&lt;br /&gt;
Imagine if you could create for yourself a unique, short, readable identifier for a paper, and add that in your post thread about your paper announcement.&lt;br /&gt;
&lt;br /&gt;
Possible syntax:&lt;br /&gt;
&lt;br /&gt;
@mor:crisis-informatics //user namespace&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;cscw22:crisis-informatics //conference namespace&lt;br /&gt;
&lt;br /&gt;
Things you could do as a result:&lt;br /&gt;
&lt;br /&gt;
- put all your different paper threads on your webpage and associated with each paper&lt;br /&gt;
&lt;br /&gt;
- collect all the paper announcements for a conference&lt;br /&gt;
&lt;br /&gt;
- people could reference your identifier in their conversations, and a bot could post the paper announcement thread as a reply (&amp;lt;nowiki&amp;gt;https://hci.social/web/@lewischuang/109331737391363720&amp;lt;/nowiki&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
- you could collect all discussion around your paper in a separate place, or a bot could post pingbacks on the original paper announcement thread&lt;br /&gt;
[[Category:Conversation]]&lt;/div&gt;</summary>
		<author><name>Amyxzhang</name></author>
	</entry>
</feed>