Wikidata:WikiProject Source MetaData/Wikidata lists/Popular strings in titles of works with a given author name string

From Wikidata
Jump to navigation Jump to search

This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!

WDQS | PetScan | TABernacle | Find images Recent changes | Query: #Based on a query by Jura1, https://w.wiki/KAN SELECT ?item ?word ?count (CONCAT("[https://query.wikidata.org/#SELECT%20DISTINCT%20%3Fitem%20%3Ftitle%0AWHERE%20%7B%0A%20%20hint%3AQuery%20hint%3Aoptimizer%20%22None%22.%0A%7B%20%20SERVICE%20wikibase%3Amwapi%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aapi%20%22Search%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wikibase%3Aendpoint%20%22www.wikidata.org%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20mwapi%3Asrsearch%20%22%5C%22", ENCODE_FOR_URI(?word), "%5C%22%20and%20haswbstatement%3AP31%3DQ13442814%22.%0A%20%20%20%20%3Fpage_title%20wikibase%3AapiOutput%20mwapi%3Atitle.%0A%20%20%7D%7D%0A%20%20UNION%0A%7B%20%20SERVICE%20wikibase%3Amwapi%20%7B%0A%20%20%20%20bd%3AserviceParam%20wikibase%3Aapi%20%22Search%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wikibase%3Aendpoint%20%22www.wikidata.org%22%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20mwapi%3Asrsearch%20%22%5C%22", ENCODE_FOR_URI(?word), "%5C%22%20-and%20haswbstatement%3AP31%3DQ13442814%22.%0A%20%20%20%20%3Fpage_title%20wikibase%3AapiOutput%20mwapi%3Atitle.%0A%20%20%7D%7D%0A%20%20%0A%20%20BIND%28IRI%28CONCAT%28STR%28wd%3A%29%2C%20%3Fpage_title%29%29%20AS%20%3Fitem%29%0A%23%20%20FILTER%20NOT%20EXISTS%20%7B%20%3Fitem%20wdt%3AP921%20wd%3AQ27318.%20%7D%0A%20%20%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ13442814%3B%0A%20%20%20%20%20%20%20%20wdt%3AP1476%20%3Ftitle.%0A%20%20FILTER%20CONTAINS%28LCASE%28%3Ftitle%29%2C%20%22", ENCODE_FOR_URI(?word), "%22%29.%0A%7D%0ALIMIT%20100%0A%0A 📰]") AS ?topic_string_resolver1) (CONCAT("[https://query.wikidata.org/#%0ASELECT%0A%20%20%23%20Number%20of%20works%20on%20the%20topic%20with%20the%20author%20name%20string%0A%20%20%3Fcount%0A%0A%20%20%23%20Number%20of%20works%20with%20the%20author%20name%20string%0A%20%20%3Fcount1%0A%0A%20%20%23%20Author%20as%20a%20string%0A%20%20%3Fauthorstring%0A%0A%20%20%23%20Build%20URL%20to%20the%20Author%20disambiguator%20tool%0A%20%20%28CONCAT%28%0A%20%20%20%20%20%20%27https%3A%2F%2Ftools.wmflabs.org%2Fauthor-disambiguator%2Fnames_oauth.php%3Fname%3D%27%2C%0A%20%20%20%20%20%20ENCODE_FOR_URI%28%3Fauthorstring%29%29%20AS%20%3Fresolver_url%29%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%3Fwork%20%3Fauthorstring%20WHERE%20%7B%0A%20%20%20%20%3Fwork%20wdt%3AP2093%20%3Fauthorstring%20.%0A%23%20%20%20%20%3Fwork%20wdt%3AP50%20%5B%20wdt%3AP21%20wd%3AQ6581072%20%5D.%0A%23%20%20%20%20%3Fwork%20wdt%3AP50%20%5Bwdt%3AP166%20%5B%5D%5D.%0A%23%20%20%20%20%3Fwork%20wdt%3AP921%20%5Bwdt%3AP625%20%5B%5D%5D.%0A%20%20%20%20%7B%20%3Fwork%20wdt%3AP1476%20%3Ftitle%20.%20%7D%20%0A%20%20%20%20FILTER%20CONTAINS%28LCASE%28%3Ftitle%29%2C%20%22", ENCODE_FOR_URI(?word), "%22%29.%20%20%0A%20%20%7D%0A%20%20LIMIT%20100%0A%7D%20AS%20%25works%0AWITH%20%7B%0A%20%20SELECT%0A%20%20%20%20%28COUNT%28DISTINCT%20%3Fwork%29%20AS%20%3Fcount%29%0A%20%20%20%20%28COUNT%28DISTINCT%20%3Fwork1%29%20AS%20%3Fcount1%29%0A%20%20%20%20%3Fauthorstring%0A%20%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25works%0A%20%20%20%20%3Fwork1%20wdt%3AP2093%20%3Fauthorstring%20.%0A%20%20%7D%0A%20%20GROUP%20BY%20%3Fauthorstring%0A%7D%20AS%20%25result%0AWHERE%20%7B%0A%20%20INCLUDE%20%25result%0A%7D%0AORDER%20BY%20DESC%28%3Fcount%29%20DESC%28%3Fcount1%29%0A%23LIMIT%2050%0A%0A%20%20%0A 🙋]") AS ?topic_string_resolver2) WITH { SELECT ?title ?a (CONCAT( REPLACE(str(?title),"[\\.:,\\?()\\[\\]]",""), " Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z") as ?input) WHERE { { SELECT DISTINCT ?a WHERE { ?a wdt:P2093 ?authorstring . FILTER CONTAINS(LCASE(?authorstring), "li li"). } LIMIT 100 } ?a wdt:P1476 ?title . FILTER(lang(?title)="en") } } as %titles WITH { SELECT ?re ?nv WHERE { ?n wdt:P5176 []; wdt:P1181 ?nv . FILTER( ?nv < 43) BIND( CONCAT( "^([^ ]+ ){", str( ?nv - 1 ),"}([^ ]+) .*") as ?re) } } as %positionalregexes WITH { SELECT * { INCLUDE %titles INCLUDE %positionalregexes BIND( strlang(REPLACE(?input, ?re, "$2"),"en") as ?word) FILTER ( strlen( stR(?word)) > 4) FILTER ( !REGEX( str(?word), "^\\d+$" ) ) } } as %getwords WITH { SELECT ?word (COUNT(DISTINCT ?title) as ?count) (SAMPLE(?a) as ?item) WHERE { INCLUDE %getwords } GROUP BY ?word } as %countedwords WHERE { INCLUDE %countedwords hint:Query hint:optimizer "None". } ORDER BY DESC(?count)
# String from title Number of publications with this string in their title Sample publication Publications with this string in their title Author name strings from such publications
1 protein
cytokine-induced
activated
association
8
1
Functional association of cytokine-induced SH2 protein and protein kinase C in activated T cells 📰
📰
📰
📰
🙋
🙋
🙋
🙋
2 cells
carcinoma
metastatic
12-lipoxygenase
Increased
prostate
overexpression
potential
arachidonate
7
2
1
Increased metastatic potential in human prostate carcinoma cells by overexpression of arachidonate 12-lipoxygenase 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
3 novel
Identification
developing
mouse
using
target
transgenic
5
4
2
1
Identification of novel SHOX target genes in the developing limb using a transgenic mouse model 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
4 Meta-Analysis
Leukocyte
HLA-DQB1
Guillain-Barré
Antigen
Syndrome
5
1
Human Leukocyte Antigen DQB1 (HLA-DQB1) Polymorphisms and the Risk for Guillain-Barré Syndrome: A Systematic Review and Meta-Analysis 📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
5 genome
sativus
Cucumis
cucumber
5
1
The genome of the cucumber, Cucumis sativus L 📰
📰
📰
📰
🙋
🙋
🙋
🙋
6 expression
Human
upregulated
hepatitis
4
1
Human S15a expression is upregulated by hepatitis B virus X protein 📰
📰
📰
📰
🙋
🙋
🙋
🙋
7 meta-analysis
efficacy
cerebral
acupuncture
infarction
safety
updated
4
1
An updated meta-analysis of the efficacy and safety of acupuncture treatment for cerebral infarction 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
8 Systematic
Chinese
Published
STRICTA
Controlled
Randomized
Journals
Reporting
Checklists
Trends
Improve
Quality
Moxibustion
CONSORT
Acupuncture
Trials
4
2
1
Do the CONSORT and STRICTA Checklists Improve the Reporting Quality of Acupuncture and Moxibustion Randomized Controlled Trials Published in Chinese Journals? A Systematic Review and Analysis of Trends 📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
9 development
model
modalities
lymphatic
metastasis
lymph
vessels
afferent
Mouse
4
2
1
Mouse model of lymph node metastasis via afferent lymphatic vessels for development of imaging modalities 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
10 assembly
complex
deubiquitinating
proper
BRISC
required
mitotic
mammalian
spindle
enzyme
4
2
1
The deubiquitinating enzyme complex BRISC is required for proper mitotic spindle assembly in mammalian cells 📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
11 Review
Literature
Psoriasis
MicroRNAs
Exploration
4
1
An Exploration of the Role of MicroRNAs in Psoriasis: A Systematic Review of the Literature 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
12 between
binding
adiposity
cancer
retinol
4
2
1
Is retinol binding protein 4 a link between adiposity and cancer? 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
13 patients
virus
disease
Treatment
Providing
experience
Ebola
nursing
4
2
1
Providing nursing care to Ebola virus disease patients: China Ebola Treatment Unit experience 📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
14 regulates
SCFbeta-TRCP
stability
through
phosphorylation
coordinated
4
1
A coordinated phosphorylation by Lats and CK1 regulates YAP stability through SCF(beta-TRCP) 📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
15 Structural
insights
2'-5'
effects
duplex
linkages
3
1
Structural insights into the effects of 2'-5' linkages on the RNA duplex 📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
16 reveals
acid-induced
Gtr1p-Gtr2p
TORC1
amino
structure
Crystal
3
1
Crystal structure of the Gtr1p-Gtr2p complex reveals new insights into the amino acid-induced TORC1 activation 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
17 apoptosis
ionizing-radiation-induced
genotoxic
induced
Stra13
3
1
Stra13 is induced by genotoxic stress and regulates ionizing-radiation-induced apoptosis 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
18 human
promotes
3
1
EBV promotes human CD8 NKT cell development 📰
📰
🙋
🙋
19 inhibitors
β-secretase
potent
selective
aspartic
Cyanobacterial
chemical
prototype
proteases
probes
design
peptides
3
2
1
Cyanobacterial peptides as a prototype for the design of potent β-secretase inhibitors and the development of selective chemical probes for other aspartic proteases 📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
20 other
poaceae
aluminum
major
species
tolerance
sorghum
Comparative
mapping
3
1
Comparative mapping of a major aluminum tolerance gene in sorghum and other species in the poaceae 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
21 transcription
regulatory
CD4+CD25+
CD4+CD25-
factor
naive
TGF-beta
peripheral
Foxp3
Conversion
3
2
1
Conversion of peripheral CD4+CD25- naive T cells to CD4+CD25+ regulatory T cells by TGF-beta induction of transcription factor Foxp3 📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
22 growth
pathway
Hippo
tissue
contact
involved
inhibition
Inactivation
3
2
1
Inactivation of YAP oncoprotein by the Hippo pathway is involved in cell contact inhibition and tissue growth control 📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
23 Protein
Photocoupled
Small-Angle
Illuminating
Scattering
Domain
Responses
X-Ray
Solution
3
1
Illuminating Solution Responses of a LOV Domain Protein with Photocoupled Small-Angle X-Ray Scattering 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
24 Virus
Analysis
Cuticular
Reveals
Proteomic
Hemipteran
Plant
Vector
Insect
3
2
1
Proteomic Analysis of Interaction between a Plant Virus and Its Vector Insect Reveals New Functions of Hemipteran Cuticular Protein 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
25 China
Evaluative
Patient-centered
Myocardial
Cardiac
Assessment
Infarction
Events
Study
Acute
Prospective
3
1
China Patient-centered Evaluative Assessment of Cardiac Events Prospective Study of Acute Myocardial Infarction: Study Design 📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
26 Expression
differs
components
donors
kidney
living
complement
deceased
allografts
3
1
Expression of complement components differs between kidney allografts from living and deceased donors 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
27 control
induction
YAP-dependent
mediates
3
2
1
TEAD mediates YAP-dependent gene induction and growth control 📰
📰
📰
📰
🙋
🙋
🙋
🙋
28 differentiation
associated
genes
embryonic
graph
identify
weighted
efficient
3
2
1
An efficient weighted graph strategy to identify differentiation associated genes in embryonic stem cells 📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
29 characterization
deficits
Behavioral
early
stage
Parkinson's
related
3
2
1
Behavioral characterization of A53T mice reveals early and late stage deficits related to Parkinson's disease. 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
30 mitochondrial
cristae
morphology
mitofilin
membrane
controls
inner
3
1
The mitochondrial inner membrane protein mitofilin controls cristae morphology 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
31 sequence
giant
panda
3
1
The sequence and de novo assembly of the giant panda genome 📰
📰
📰
🙋
🙋
🙋
32 Polymorphisms
Susceptibility
Migraine
Impact
2
1
Impact of ESR1 Gene Polymorphisms on Migraine Susceptibility: A Meta-Analysis 📰
📰
📰
📰
🙋
🙋
🙋
🙋
33 kinase
chain
light
cause
dissections
myosin
Mutations
familial
2
1
Mutations in myosin light chain kinase cause familial aortic dissections 📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
34 mutation
Kir34
congenital
syndrome
2
1
Identification of a Kir3.4 mutation in congenital long QT syndrome 📰
📰
📰
📰
🙋
🙋
🙋
🙋
35 stress
adaptation
shell
formation
complexity
oyster
2
1
The oyster genome reveals stress adaptation and complexity of shell formation 📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
36 interacts
doxorubicin-induced
Prolyl
Bcl-2
regulate
hydroxylase
2
1
Prolyl hydroxylase 3 interacts with Bcl-2 to regulate doxorubicin-induced apoptosis in H9c2 cells 📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
37 cortical
Signaling
branching
guidance
mechanisms
2
1
Signaling mechanisms in cortical axon growth, guidance, and branching 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
38 smooth
receptor
myocardin
muscle
regulator
coactivator
Steroid
2
1
Steroid receptor coactivator 3 is a coactivator for myocardin, the regulator of smooth muscle transcription and differentiation 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
39 aortic
systematic
review
acute
biomarker
dissection
D-dimer
2
1
D-dimer as a biomarker for acute aortic dissection: a systematic review and meta-analysis 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
40 assay
survival
pyrosequencing
patients'
promoter
status
value
glioblastoma
prognostic
2
1
The prognostic value of MGMT promoter status by pyrosequencing assay for glioblastoma patients' survival: a meta-analysis 📰
📰
📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
🙋
41 Cells
Profiling
Microglial
Vasoregression
Retina—Involvement
2
1
Gene Expression Profiling of Vasoregression in the Retina—Involvement of Microglial Cells 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
42 regulation
domain-containing
homology
pleckstrin
CKIP-1
2
1
Role for the pleckstrin homology domain-containing protein CKIP-1 in AP-1 regulation and apoptosis 📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
43 oncoprotein
inhibits
component
Angiomotin
2
1
Angiomotin is a novel Hippo pathway component that inhibits YAP oncoprotein 📰
📰
📰
📰
🙋
🙋
🙋
🙋
44 imaging
hard-x-ray
spatial
chromosome
resolution
nanoscale
Multimodality
2
1
Multimodality hard-x-ray imaging of a chromosome with nanoscale spatial resolution 📰
📰
📰
📰
📰
📰
📰
🙋
🙋
🙋
🙋
🙋
🙋
🙋
45 strategy
treatment
first-line
B-cell
diffuse
lymphoma
after
large
Rituximab
2
1
Rituximab treatment strategy for patients with diffuse large B-cell lymphoma after first-line therapy: a systematic review and meta-analysis 📰
📰
📰
📰
📰
📰