05:00
Distill a Scientific Domain with Bibliometric Analysis in R
Wednesday, the 12th of February, 2025
Background
Databases
A Shiny Approach
A Scripted Approach
Why do I feel so bad all the time?
What is bibliometrics?
Why bibliometrics can help?
Graduate school
Feelings of:
Solutions?
Bibliometrics can rapidly build your compentence in a domain
Bibliometrics can expose you to the techniques of a domain
Bibliometrics uses
Bibliometrics answers
Databases focus on different levels of content selection, curation, and comprehensiveness.
“Scopus and WoS compliment each others as neither resource is all inclusive”
Databases focus on different levels of content selection, curation, and comprehensiveness.
“Scopus and WOS compliment each others as neither resource is all inclusive”
controlled vocabulary thesaurus
Try ChatGPT?
What are keywords for [microbial metagenomic metabolomic metabolite cancer research]?
Create a controlled vocabulary for [microbial metagenomic metabolomic metabolite cancer research].
05:00
| Wildcard Charater | Definition | Example | Result |
|---|---|---|---|
| * | Any amount of character/s to include zero | *man |
man, woman, human, superman, superwoman, {etc} |
| ? | Any single character | wom?n |
woman, women |
| $ (WoS only) | Any single or no character | $$man |
woman, man, human |
| Operator | Affect on Search | Definition | Example |
|---|---|---|---|
| AND | Narrows | Intersects all terms separated by operator | migration AND butterfl* |
| OR | Broadens | Unites any and all terms separated by operator | migration OR butterfl* |
| NOT | Narrows | Excludes term following operator | migration AND bird* NOT butterfl* |
| NEAR/x(WoS) | Narrows | Find terms joined by operator near each other by \(x\) words | America NEAR/10 butterfly |
| SAME(WoS) | Narrows | Find terms joined by operator if in the same sentence | America SAME butterfly |
| W/n(Scopus) | Narrows | Find terms joined by operator within each other by \(n\) words | American W/10 butterfly |
| Pre/n(Scopus) | Narrows | Find terms where preceeding term to operator is within \(n\) words of following term | American Pre/3 butterfly |
| Phrase type | Example | Search |
|---|---|---|
| Loose | "phrase searching" |
phrase search, phrase searches, phrase searching |
| Exact(Scopus) | {phrase searching} |
phrase searching |
WoS = 184
ALL=((“colorectal cancer*” OR “colorectal neoplas*” OR “adenomatous polyposis coli” OR “colon* neoplas*” OR “rectal neoplas*” OR “hereditary nonpolypo*”) AND (“metagenom*” AND “metabol*”))
Scopus = 367 & PubMed = 248
TITLE-ABS-KEY ( “colorectal cancer*” OR “colorectal neoplas*” OR “adenomatous polyposis coli” OR “colon* neoplas*” OR “rectal neoplas*” OR “hereditary nonpolypo*” AND “metagenom*” AND “metabol*” )
WoS = 184
ALL=((“colorectal cancer*” OR “colorectal neoplas*” OR “adenomatous polyposis coli” OR “colon* neoplas*” OR “rectal neoplas*” OR “hereditary nonpolypo*”) AND (metagenom*” AND “metabol*”))
Scopus = 367 & PubMed = 248
TITLE-ABS-KEY ( “colorectal cancer*” OR “colorectal neoplas*” OR “adenomatous polyposis coli” OR “colon* neoplas*” OR “rectal neoplas*” OR “hereditary nonpolypo*” AND “metagenom*” AND “metabol*” )
10:00
| Wildcard Charater | Definition | Example | Result |
|---|---|---|---|
| * | Any amount of character/s to include zero | *man |
man, woman, human, superman, superwoman, {etc} |
| ? | Any single character | wom?n |
woman, women |
| $ (WoS only) | Any single or no character | $$man |
woman, man, human |
| Operator | Affect on Search | Definition | Example |
|---|---|---|---|
| AND | Narrows | Find all terms separated by operator | migration AND butterfl\* |
| OR | Broadens | Find any and all terms separated by operator | migration OR butterfl\* |
| NOT | Narrows | Excludes term following operator | migration AND bird\* NOT butterfl\* |
| NEAR/x(WoS) | Narrows | Find terms joined by operator near each other by \(x\) words | America NEAR/10 butterfly |
| SAME(WoS) | Narrows | Find terms joined by operator if in the same sentence | America SAME butterfly |
| W/n(Scopus) | Narrows | Find terms joined by operator within each other by \(n\) words | American W/10 butterfly |
| Pre/n(Scopus) | Narrows | Find terms where preceeding term to operator is within \(n\) words of following term | American Pre/3 butterfly |
| Phrase type | Example | Search |
|---|---|---|
| Loose | "phrase searching" |
phrase search, phrase searches, phrase searching |
| Exact(Scopus) | {phrase searching} |
phrase searching |

Literature filtration
Literature filtration

Literature filtration
metagear?biblioshiny() in almost no codeImage of biblioshiny script in console
Image of biblioshiny landing page
Image of biblioshiny ready to load data
Image of the biblioshiny loaded data report
Image of biblioshiny with data loaded
Image of biblioshiny most relevant sources lolli pop plot
Image of biblioshiny most globally cited lolli pop plot
Image of biblioshiny most globally cited table organized by normalized total citations (NTC)
Image of biblioshiny historiograph plot
Image of biblioshiny reference publication year spectroscopy plot (1970-2022)
Image of biblioshiny reference publication year spectroscopy table (2000)
Image of biblioshiny reference publication year spectroscopy table (2009)
Image of biblioshiny reference publication year spectroscopy table (2012)
Sources section is a great level for refining the journals in your RSS feed!Conceptual Structure is a great section for rapidly identifying key themes, trends, and keywords that are best to fundamentally understand or include in your controlled vocabulary thesuarus!10:00
Replicate biblioshiny() plots
Examine, plot, and summarize data
Deeply understand some functions
Integrate R script output with Zotero
You have learned: