Added RSS feed post.

This commit is contained in:
Zachary Billman 2022-07-13 22:39:22 -04:00
parent a1659a1b86
commit e8c9a689f3
5 changed files with 112 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -0,0 +1,55 @@
+++
title = "How I keep on top of science."
author = ["Zachary Billman"]
date = 2022-07-13
tags = ["science", "scitools"]
categories = ["science"]
draft = false
+++
It is an age-old question: how can one keep up with the continuous output of science? I remember at the beginning of my PhD struggling to figure out how anyone found out when a new paper came out. Did they sit on nature.com and spam the refresh button? Did they know when each journal released their latest issue?
## Behold the power of RSS! {#behold-the-power-of-rss}
Most websites have a page that contains information about each subpage in a computer-readable format called RSS (Really Simple Syndication). [Mine has one right here!](https://zacharybillman.com/index.xml) These pages can be parsed by a number of RSS feed aggregators. The way these pages are set up make it such that they add any new information hosted at that domain. This is useful in the science world because you can find the RSS feed of a given journal, subscribe to it, then have every new article published online be delivered right to you.
There are a plethora of RSS feed aggregators you can pick from manage your feeds. I have previously used [Feedly](https://feedly.com/) and [Inoreader](https://www.inoreader.com/), which are great free solutions, but have moved on to selfhosting my own instance of [FreshRSS](https://www.freshrss.org/).
After making an account at your friendly local RSS feed aggregator, you can add whatever feeds your heart desires. To find a journal's rss feed, I often just search "$JOURNAL_NAME rss feed" and poke around until I find something that looks right. Most of the aggregators will test the feed out first to make sure that you are trying to add a legitimate one. Here are a few of the heavy hitters to get you started:
1. <http://feeds.nature.com/nature/rss/current>
2. <https://www.science.org/rss/express.xml>
3. <https://www.cell.com/cell/inpress.rss>
Nothing like a constant stream of Cell, Science, and Nature to make your project feel like a real winner, eh?
Here is what my own site looks like.
<a id="figure--feed1"></a>
{{< figure src="./images/feed1.webp" caption="<span class=\"figure-number\">Figure 1: </span>My current FreshRSS setup. On the left I have my feeds separated into folders. In the middle you can see the titles of papers that appear in my feed." >}}
And after I hit `J` to move to the first item in the feed.
<a id="figure--feed2"></a>
{{< figure src="./images/feed2.webp" caption="<span class=\"figure-number\">Figure 2: </span>With a title selected, you can see the abstract and authors." >}}
After collecting all of your desired RSS feeds, you cannot forego your responsibility of actually reading them! Most RSS feed aggregators have shortcuts to move through titles quickly (Typically `J` to move on to the next one and `K` to move up.)
{{% sidenote %}}
They always seem to use [vi keybindings](https://hea-www.harvard.edu/~fine/Tech/vi.html). A bunch of computer nerds have really cornered the keybinding market. I have let them take over my computing life.
{{% /sidenote %}} Each morning when I get into the lab, I set up something, then head to my desk to hit `J` until the counter reaches zero.
## But what about my very specific, small field? {#but-what-about-my-very-specific-small-field}
You can subscribe to all of the journals you want, but that doesn't make the papers with your specific interests pop out. Fortunately, the NIH has this _exact_ circumstance in mind.
When you make a new search on PubMed you might notice the "Create RSS" button. Give it a click, then you will have a personal link you can add to your favorite RSS feed aggregator.
<a id="figure--feed3"></a>
{{< figure src="./images/feed3.webp" caption="<span class=\"figure-number\">Figure 3: </span>Somehow I never noticed this button until I needed it." >}}
This changed the game for me for keeping up with papers. Unfortunately, it doesn't solve the problem of library management. I will leave this as an exercise for the interested reader. I hope this helps you get your eyeballs on that science you crave.

View File

@ -37,7 +37,7 @@ On this site I plan to post updates about my journey through med school, grad sc
* Self-hosting :@selfhosting: * Self-hosting :@selfhosting:
** My selfhosting journey. :FOSS: ** My selfhosting journey. :selfhosting:FOSS:
:PROPERTIES: :PROPERTIES:
:EXPORT_HUGO_BUNDLE: my-selfhosting-journey :EXPORT_HUGO_BUNDLE: my-selfhosting-journey
:EXPORT_FILE_NAME: index :EXPORT_FILE_NAME: index
@ -194,4 +194,60 @@ These images have been compressed quite a bit for a lighter internet footprint.
* Board games * Board games
* Science :@science:
** How I keep on top of science. :science:scitools:
:PROPERTIES:
:EXPORT_HUGO_BUNDLE: rss-feeds-to-find-science-papers
:EXPORT_FILE_NAME: index
:EXPORT_DATE: 2022-07-13
:END:
It is an age-old question: how can one keep up with the continuous output of science? I remember at the beginning of my PhD struggling to figure out how anyone found out when a new paper came out. Did they sit on nature.com and spam the refresh button? Did they know when each journal released their latest issue?
*** Behold the power of RSS!
Most websites have a page that contains information about each subpage in a computer-readable format called RSS (Really Simple Syndication). [[https://zacharybillman.com/index.xml][Mine has one right here!]] These pages can be parsed by a number of RSS feed aggregators. The way these pages are set up make it such that they add any new information hosted at that domain. This is useful in the science world because you can find the RSS feed of a given journal, subscribe to it, then have every new article published online be delivered right to you.
There are a plethora of RSS feed aggregators you can pick from manage your feeds. I have previously used [[https://feedly.com/][Feedly]] and [[https://www.inoreader.com/][Inoreader]], which are great free solutions, but have moved on to selfhosting my own instance of [[https://www.freshrss.org/][FreshRSS]].
After making an account at your friendly local RSS feed aggregator, you can add whatever feeds your heart desires. To find a journal's rss feed, I often just search "$JOURNAL_NAME rss feed" and poke around until I find something that looks right. Most of the aggregators will test the feed out first to make sure that you are trying to add a legitimate one. Here are a few of the heavy hitters to get you started:
1. http://feeds.nature.com/nature/rss/current
2. https://www.science.org/rss/express.xml
3. https://www.cell.com/cell/inpress.rss
Nothing like a constant stream of Cell, Science, and Nature to make your project feel like a real winner, eh?
Here is what my own site looks like.
#+CAPTION: My current FreshRSS setup. On the left I have my feeds separated into folders. In the middle you can see the titles of papers that appear in my feed.
#+NAME: fig__feed1
[[./images/feed1.webp]]
And after I hit =J= to move to the first item in the feed.
#+CAPTION: With a title selected, you can see the abstract and authors.
#+NAME: fig__feed2
[[./images/feed2.webp]]
After collecting all of your desired RSS feeds, you cannot forego your responsibility of actually reading them! Most RSS feed aggregators have shortcuts to move through titles quickly (Typically =J= to move on to the next one and =K= to move up.)
#+header: :trim-pre t :trim-post t
#+begin_sidenote
They always seem to use [[https://hea-www.harvard.edu/~fine/Tech/vi.html][vi keybindings]]. A bunch of computer nerds have really cornered the keybinding market. I have let them take over my computing life.
#+end_sidenote
Each morning when I get into the lab, I set up something, then head to my desk to hit =J= until the counter reaches zero.
*** But what about my very specific, small field?
You can subscribe to all of the journals you want, but that doesn't make the papers with your specific interests pop out. Fortunately, the NIH has this /exact/ circumstance in mind.
When you make a new search on PubMed you might notice the "Create RSS" button. Give it a click, then you will have a personal link you can add to your favorite RSS feed aggregator.
#+CAPTION: Somehow I never noticed this button until I needed it.
#+NAME: fig__feed3
[[./images/feed3.webp]]
This changed the game for me for keeping up with papers. Unfortunately, it doesn't solve the problem of library management. I will leave this as an exercise for the interested reader. I hope this helps you get your eyeballs on that science you crave.
* Coffee * Coffee