New research on university journals

New research, “University journals in the global academic publishing landscape: Mapping over 19,000 diverse titles based on Ulrichsweb data” (free online). Looking at…

Scopus, Web of Science, DOAJ and OpenAlex, we compiled a dataset of 19,414 active, peer-reviewed university journals […] nearly three-quarters of the journals are indexed in OpenAlex, almost half in DOAJ, fewer than a quarter in Scopus, and fewer than a fifth on the Web of Science Core Collection. […] The social sciences and humanities dominate the disciplinary profile.

Around 35% of the journals in the dataset “published exclusively in English”, meaning roughly 6,700 journals.

New URL for accessing your cse.google.com custom search-engines

The old Google Custom Search Engine (CSE) site control-panel URL is now consistently returning ‘404 not found’, though the custom search-engines that sit beneath it are still working fine. There’s no automatic re-direct, just a plain ‘404 broken’ message.

The solution, if you have a browser bookmark that starts like this…

https://cse.google.com/cse/setup/

… is that you should now access your CSE control-panel(s) via…

https://programmablesearchengine.google.com/controlpanel/all

The latter is working fine.

Local backup for your Reddit comments

A new free UserScript for your Web browser, “Quick access buttons for Reddit saved posts and messages”. Has a one-click button to download all your own Reddit comments, as a searchable .TXT file or .CSV file. So far as I know, Reddit has no ability to do this in their own UI. Tested and working. I instantly got a .TXT file with all my comments, each under the thread title and date-stamped.

Personal RSS feed from bookmarked Web articles

When at a Web page… click to send the URL to a script… the script parses the full-text page into a junk-cleaned Readability format… then passes that cleaned Web page into your personal RSS feed of articles.

This is now done by Tobias Franke, as a standalone .php script and a bookmarklet. There are a couple of caveats. You have to have paid-for hosted web-space, and space that won’t throw a fit over a new .php file. Also it relies on FiveFilters to do RSS extraction, so is not private. However, the maker shows how to use Composer to do the same locally.

See also: rsstodolist, but there your custom feed is publicly accessible to anyone who knows the address.