PathwayCommons / classifier-pipeline

A workflow for classifying articles
MIT License
0 stars 0 forks source link

Project: Prompting bioRxiv authors to contribute to Biofactoid via social #39

Open jvwong opened 1 month ago

jvwong commented 1 month ago

Background

bioRxiv is a rich resource of recently posted research findings and represents an opportunity to connect with authors about Biofactoid.

A dashboard for each preprint includes an aggregation of X/Twitter mentions:

Proposed

Use classifier to identify bioRxiv preprints and connect via social to prompt authors to contribute to Biofactoid:

Implementation

Alternative ways to retrieve bioRxiv:

Related

https://github.com/PathwayCommons/hyper-recent

maxkfranz commented 1 month ago

Note: For the tweet, it would be great if we could avoid the ‘we noticed…’ tweets being listed in the main feed for the Biofactoid account. I think starting a tweet with an @mention does this, but I’m not sure if it still works this way or there’s an API-specific way of doing this.

Options:

(1) Maybe there’s an API flag to disable the profile listing

(2) Start the tweet with @biofactoid or some other account that makes sense

(3) Create a different account for these suggestion tweets (downside: fewer clicks on the @biofactoid account)

cannin commented 1 month ago

@maxkfranz The API does let you @mention and the tweet with @user at the beginning like: client.create_tweet(text="@elonmusk Just joined X!") would show up in the "Replies" tab on the site for the person posting; verified with Python tweepy.