bento_search 1.4.4 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +41 -19
- data/app/models/bento_search/result_item.rb +1 -1
- data/app/models/bento_search/search_engine.rb +36 -3
- data/app/models/bento_search/search_engine/capabilities.rb +14 -0
- data/app/search_engines/bento_search/doaj_articles_engine.rb +279 -0
- data/app/search_engines/bento_search/ebsco_host_engine.rb +27 -7
- data/app/search_engines/bento_search/google_books_engine.rb +8 -1
- data/app/search_engines/bento_search/mock_engine.rb +8 -2
- data/app/search_engines/bento_search/scopus_engine.rb +27 -8
- data/app/search_engines/bento_search/summon_engine.rb +1 -1
- data/app/search_engines/bento_search/worldcat_sru_dc_engine.rb +22 -3
- data/config/locales/en.yml +5 -2
- data/lib/bento_search/version.rb +1 -1
- data/test/dummy/config/environments/development.rb +0 -4
- data/test/dummy/config/environments/production.rb +0 -4
- data/test/search_engines/doaj_articles_engine_test.rb +200 -0
- data/test/search_engines/ebsco_host_engine_test.rb +38 -0
- data/test/search_engines/google_books_engine_test.rb +18 -2
- data/test/search_engines/scopus_engine_test.rb +45 -1
- data/test/search_engines/search_engine_base_test.rb +59 -0
- data/test/search_engines/worldcat_sru_dc_engine_test.rb +17 -0
- data/test/vcr_cassettes/doaj_articles/basic_search.yml +97 -0
- data/test/vcr_cassettes/doaj_articles/catches_errors.yml +42 -0
- data/test/vcr_cassettes/doaj_articles/complex_multi-field.yml +67 -0
- data/test/vcr_cassettes/doaj_articles/live__get_identifier__round_trip.yml +387 -0
- data/test/vcr_cassettes/doaj_articles/live_get_identifier__raises_on_no_results.yml +41 -0
- data/test/vcr_cassettes/doaj_articles/multifield_author-title.yml +79 -0
- data/test/vcr_cassettes/doaj_articles/pagination.yml +691 -0
- data/test/vcr_cassettes/ebscohost/affiliation_search.yml +929 -0
- data/test/vcr_cassettes/ebscohost/multi-field_author_title.yml +122 -0
- data/test/vcr_cassettes/ebscohost/multi-field_citation_numbers.yml +122 -0
- data/test/vcr_cassettes/scopus/multi-field_search.yml +55 -0
- data/test/vcr_cassettes/scopus/multi-fielded_citation_details_search.yml +86 -0
- data/test/vcr_cassettes/worldcat_sru_dc/multi_field_search.yml +1839 -0
- metadata +31 -2
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://doaj.org/api/v1/search/articles/+cancer?pageSize=10
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Cookie:
|
|
11
|
+
- session=UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==
|
|
12
|
+
response:
|
|
13
|
+
status:
|
|
14
|
+
code: 200
|
|
15
|
+
message: OK
|
|
16
|
+
headers:
|
|
17
|
+
Server:
|
|
18
|
+
- nginx/1.4.6 (Ubuntu)
|
|
19
|
+
Date:
|
|
20
|
+
- Wed, 23 Sep 2015 15:51:26 GMT
|
|
21
|
+
Content-Type:
|
|
22
|
+
- application/json
|
|
23
|
+
Content-Length:
|
|
24
|
+
- '22874'
|
|
25
|
+
Connection:
|
|
26
|
+
- keep-alive
|
|
27
|
+
Vary:
|
|
28
|
+
- Accept-Encoding
|
|
29
|
+
- Accept-Encoding
|
|
30
|
+
Access-Control-Allow-Origin:
|
|
31
|
+
- "*"
|
|
32
|
+
Set-Cookie:
|
|
33
|
+
- session="UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==";
|
|
34
|
+
Path=/; HttpOnly
|
|
35
|
+
body:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"pageSize": 10, "timestamp": "2015-0923T15:51:26Z", "results": [{"last_updated":
|
|
38
|
+
"2015-04-22T01:47:22Z", "id": "1c7e32e140c94c7cb5c7902ec96f1136", "bibjson":
|
|
39
|
+
{"title": "Cancer Incidence in Egypt: Results of the National Population-Based
|
|
40
|
+
Cancer Registry Program", "journal": {"publisher": "Hindawi Publishing Corporation",
|
|
41
|
+
"language": ["English"], "license": [{"type": "CC BY", "title": "CC BY"}],
|
|
42
|
+
"title": "Journal of Cancer Epidemiology", "country": "EG", "volume": "2014"},
|
|
43
|
+
"author": [{"affiliation": "Department of Biostatistics and Cancer Epidemiology,
|
|
44
|
+
National Cancer Institute, Cairo University, Cairo, Egypt", "email": "ibrahimamalsamy@gmail.com",
|
|
45
|
+
"name": "Amal S. Ibrahim"}, {"affiliation": "Department of Medical Oncology,
|
|
46
|
+
National Cancer Institute, Cairo University, Cairo, Egypt", "email": "khussein528@gmail.com",
|
|
47
|
+
"name": "Hussein M. Khaled"}, {"affiliation": "Department of Biostatistics
|
|
48
|
+
and Cancer Epidemiology, South Egypt Cancer Institute, Assiut University,
|
|
49
|
+
Assiut, Egypt", "email": "nabiel.mikhail@gmail.com", "name": "Nabiel NH Mikhail"},
|
|
50
|
+
{"affiliation": "Department of Computer Engineering, Faculty of Engineering,
|
|
51
|
+
Cairo University, Giza, Egypt", "email": "hbaraka@mcit.gov.eg", "name": "Hoda
|
|
52
|
+
Baraka"}, {"affiliation": "Department of Medical Oncology, National Cancer
|
|
53
|
+
Institute, Cairo University, Cairo, Egypt", "email": "hkamel@cu.edu.eg", "name":
|
|
54
|
+
"Hossam Kamel"}], "link": [{"url": "http://dx.doi.org/10.1155/2014/437971",
|
|
55
|
+
"type": "fulltext"}], "year": "2014", "identifier": [{"type": "pissn", "id":
|
|
56
|
+
"1687-8558"}, {"type": "eissn", "id": "1687-8566"}, {"type": "doi", "id":
|
|
57
|
+
"10.1155/2014/437971"}], "subject": [{"code": "RC254-282", "term": "Neoplasms.
|
|
58
|
+
Tumors. Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code":
|
|
59
|
+
"RC31-1245", "term": "Internal medicine", "scheme": "LCC"}, {"code": "R",
|
|
60
|
+
"term": "Medicine", "scheme": "LCC"}]}, "created_date": "2014-10-20T08:05:15Z"},
|
|
61
|
+
{"last_updated": "2015-04-22T03:59:29Z", "id": "c7cbb0516de24de2bdcfb3d81a40ab1b",
|
|
62
|
+
"bibjson": {"start_page": "497", "title": "Breast cancer patients with lobular
|
|
63
|
+
cancer more commonly have a father than a mother diagnosed with cancer", "journal":
|
|
64
|
+
{"publisher": "BioMed Central", "language": ["English"], "license": [{"type":
|
|
65
|
+
"CC BY", "title": "CC BY"}], "title": "BMC Cancer", "country": "GB", "number":
|
|
66
|
+
"1", "volume": "11"}, "author": [{"name": "Ellberg Carolina"}, {"name": "Olsson
|
|
67
|
+
H\u00e5kan"}], "month": "11", "link": [{"url": "http://www.biomedcentral.com/1471-2407/11/497",
|
|
68
|
+
"type": "fulltext"}], "year": "2011", "identifier": [{"type": "doi", "id":
|
|
69
|
+
"10.1186/1471-2407-11-497"}, {"type": "pissn", "id": "1471-2407"}], "abstract":
|
|
70
|
+
"<p>Abstract</p> <p>Background</p> <p>The association between lobular breast
|
|
71
|
+
cancer and family history is not clear. The aim of the study was to possibly
|
|
72
|
+
identifying new hereditary patterns predisposing for cancer in the different
|
|
73
|
+
histopathologic subtypes of breast cancer, with focus on patients with lobular
|
|
74
|
+
breast cancer and cancer in their first degree relatives.</p> <p>Methods</p>
|
|
75
|
+
<p>In 1676 consecutive breast cancer patients detailed family history of cancer
|
|
76
|
+
was related to histopathologic subtype of breast cancer.</p> <p>Results</p>
|
|
77
|
+
<p>Patients with lobular breast cancer were found to be significantly positively
|
|
78
|
+
associated with having a father diagnosed with cancer, OR 2.17 (95% confidence
|
|
79
|
+
interval (CI) 1.37-3.46). The finding persisted after excluding breast cancer
|
|
80
|
+
in the family. Ductal breast cancer was associated with having a mother diagnosed
|
|
81
|
+
with cancer. There was a significant association between lobular breast cancer
|
|
82
|
+
and having a father with prostate cancer, OR 2.4 (CI 1.1-5.3). The occurrence
|
|
83
|
+
of having a father with prostate cancer for lobular breast cancer patients
|
|
84
|
+
was higher in the younger patient group, OR 2.9 (CI 1.1-7.8), and was still
|
|
85
|
+
high but lost statistical significance in the older patient group, OR 1.9
|
|
86
|
+
(CI 0.5-7.4). The association between lobular breast cancer and a father remained
|
|
87
|
+
significant after excluding fathers with prostate cancer, OR 1.94 (CI 1.20-3.14).
|
|
88
|
+
Other commonly occurring tumor types in the father included sarcoma and leukemia.</p>
|
|
89
|
+
<p>Conclusion</p> <p>We propose that lobular breast cancer is associated with
|
|
90
|
+
having a father diagnosed with cancer, most commonly prostate carcinoma. Since
|
|
91
|
+
the association remained after excluding family history of breast cancer,
|
|
92
|
+
the association seems independent of classical breast cancer heredity. The
|
|
93
|
+
association with a father diagnosed with cancer also remained after removing
|
|
94
|
+
prostate cancer, indicating an independence from prostate cancer as well.
|
|
95
|
+
The reason for this association is genetically unclear, but could involve
|
|
96
|
+
sex-specific imprinting.</p> ", "subject": [{"code": "RC254-282", "term":
|
|
97
|
+
"Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "scheme":
|
|
98
|
+
"LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme": "LCC"},
|
|
99
|
+
{"code": "R", "term": "Medicine", "scheme": "LCC"}, {"term": "Oncology", "scheme":
|
|
100
|
+
"DOAJ"}, {"term": "Medicine (General)", "scheme": "DOAJ"}, {"term": "Health
|
|
101
|
+
Sciences", "scheme": "DOAJ"}, {"code": "RC254-282", "term": "Neoplasms. Tumors.
|
|
102
|
+
Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
103
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
104
|
+
"scheme": "LCC"}, {"term": "Oncology", "scheme": "DOAJ"}, {"term": "Medicine
|
|
105
|
+
(General)", "scheme": "DOAJ"}, {"term": "Health Sciences", "scheme": "DOAJ"},
|
|
106
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
107
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
108
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
109
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
110
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
111
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
112
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
113
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
114
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}]},
|
|
115
|
+
"created_date": "2013-03-12T01:21:44Z"}, {"last_updated": "2015-04-22T04:16:36Z",
|
|
116
|
+
"id": "de1a7c4a93394d28b6e7ad0cf1e4d3c9", "bibjson": {"identifier": [{"type":
|
|
117
|
+
"pissn", "id": "1000-467X"}, {"type": "eissn", "id": "1944-446X"}, {"type":
|
|
118
|
+
"doi", "id": "10.5732/cjc.014.10153"}], "start_page": "413", "title": "Cancer
|
|
119
|
+
immunotherapy", "journal": {"publisher": "Cancer Center,Sun Yat-sen University",
|
|
120
|
+
"language": ["English"], "title": "Chinese Journal of Cancer", "country":
|
|
121
|
+
"CN", "number": "9", "volume": "33"}, "author": [{"name": "Li Yan "}, {"name":
|
|
122
|
+
" Helen X. Chen"}], "month": "9", "link": [{"url": "\n http://www.cjcsysu.com/abstract.asp?fr=doaj&idno=21152",
|
|
123
|
+
"type": "fulltext", "content_type": "pdf"}], "year": "2014", "subject": [{"code":
|
|
124
|
+
"RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer and carcinogens",
|
|
125
|
+
"scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme":
|
|
126
|
+
"LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}], "end_page": "415"},
|
|
127
|
+
"created_date": "2014-09-30T10:00:07Z"}, {"last_updated": "2015-04-22T03:13:42Z",
|
|
128
|
+
"id": "8c8c9d89e036455aa8a3c0d2b482364a", "bibjson": {"identifier": [{"type":
|
|
129
|
+
"pissn", "id": "1179-299X"}], "start_page": "11", "title": "Biomarkers of
|
|
130
|
+
HIV-associated Cancer", "journal": {"publisher": "Libertas Academica", "language":
|
|
131
|
+
["English"], "license": [{"type": "CC BY", "title": "CC BY"}], "title": "Biomarkers
|
|
132
|
+
in Cancer", "country": "NZ", "number": "6", "volume": "2014"}, "author": [{"name":
|
|
133
|
+
"Brian Thabile Flepisi"}, {"name": "Patrick Bouic"}, {"name": "Gerhard Sissolak"},
|
|
134
|
+
{"name": "Bernd Rosenkranz"}], "month": "7", "link": [{"url": "http://www.la-press.com/biomarkers-of-hiv-associated-cancer-article-a4282",
|
|
135
|
+
"type": "fulltext", "content_type": "html"}], "year": "2014", "end_page":
|
|
136
|
+
"20", "subject": [{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology.
|
|
137
|
+
Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
138
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
139
|
+
"scheme": "LCC"}, {"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology.
|
|
140
|
+
Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
141
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
142
|
+
"scheme": "LCC"}]}, "created_date": "2014-08-06T01:30:02Z"}, {"last_updated":
|
|
143
|
+
"2015-08-25T02:30:15Z", "id": "db0db6262a8d4098ab991d8cab40cce8", "bibjson":
|
|
144
|
+
{"identifier": [{"type": "pissn", "id": "1179-299X"}], "start_page": "31",
|
|
145
|
+
"title": "Infrequent Expression of the Cancer-Testis Antigen, PASD1, in Ovarian
|
|
146
|
+
Cancer", "journal": {"publisher": "Libertas Academica", "language": ["EN"],
|
|
147
|
+
"license": [{"url": "http://www.la-press.com/about_us.php?folder_id=160",
|
|
148
|
+
"open_access": true, "type": "CC BY-NC", "title": "CC BY-NC"}], "title": "Biomarkers
|
|
149
|
+
in Cancer", "country": "NZ", "number": "7", "volume": "2015"}, "author": [{"name":
|
|
150
|
+
"Ghazala Khan"}, {"name": "Suzanne E. Brooks"}, {"name": "Ken I. Mills"},
|
|
151
|
+
{"name": "Barbara-Ann Guinn"}], "month": "8", "link": [{"url": "http://www.la-press.com/infrequent-expression-of-the-cancer-testis-antigen-pasd1-in-ovarian-ca-article-a5005",
|
|
152
|
+
"type": "fulltext", "content_type": "html"}], "year": "2015", "end_page":
|
|
153
|
+
"38", "subject": [{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology.
|
|
154
|
+
Including cancer and carcinogens", "scheme": "LCC"}]}, "created_date": "2015-08-25T02:30:15Z"},
|
|
155
|
+
{"last_updated": "2015-04-22T03:54:10Z", "id": "c0e1a6cb7dbb4e57b633c1563b3c4987",
|
|
156
|
+
"bibjson": {"identifier": [{"type": "pissn", "id": "1000-467X"}, {"type":
|
|
157
|
+
"eissn", "id": "1944-446X"}, {"type": "doi", "id": "10.5732/cjc.014.10116"}],
|
|
158
|
+
"start_page": "369", "title": " Large-scale molecular characterization and
|
|
159
|
+
analysis of gastric cancer", "journal": {"publisher": "Cancer Center,Sun Yat-sen
|
|
160
|
+
University", "language": ["English"], "title": "Chinese Journal of Cancer",
|
|
161
|
+
"country": "CN", "number": "8", "volume": "33"}, "author": [{"name": "Ilya
|
|
162
|
+
Shmulevich"}], "month": "8", "link": [{"url": "\n http://www.cjcsysu.com/abstract.asp?fr=doaj&idno=21115",
|
|
163
|
+
"type": "fulltext", "content_type": "pdf"}], "year": "2014", "subject": [{"code":
|
|
164
|
+
"RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer and carcinogens",
|
|
165
|
+
"scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme":
|
|
166
|
+
"LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}], "end_page": "370"},
|
|
167
|
+
"created_date": "2014-09-30T10:00:02Z"}, {"last_updated": "2015-04-22T03:05:35Z",
|
|
168
|
+
"id": "823bf5d81e5d4693b21990899f4e09b8", "bibjson": {"identifier": [{"type":
|
|
169
|
+
"pissn", "id": "1000-467X"}, {"type": "eissn", "id": "1944-446X"}, {"type":
|
|
170
|
+
"doi", "id": "10.5732/cjc.014.10117"}], "start_page": "469", "title": " TCGA
|
|
171
|
+
divides gastric cancer into four molecular subtypes: implications for individualized
|
|
172
|
+
therapeutics", "journal": {"publisher": "Cancer Center,Sun Yat-sen University",
|
|
173
|
+
"language": ["English"], "title": "Chinese Journal of Cancer", "country":
|
|
174
|
+
"CN", "number": "10", "volume": "33"}, "author": [{"name": "Wei Zhang"}],
|
|
175
|
+
"month": "10", "link": [{"url": "\n http://www.cjcsysu.com/abstract.asp?fr=doaj&idno=21116",
|
|
176
|
+
"type": "fulltext", "content_type": "pdf"}], "year": "2014", "subject": [{"code":
|
|
177
|
+
"RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer and carcinogens",
|
|
178
|
+
"scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme":
|
|
179
|
+
"LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}], "abstract": "Gastric
|
|
180
|
+
cancer is a leading cause of cancer deaths in the world. The treatment of
|
|
181
|
+
gastric cancer is challenging because of its highly heterogeneous etiology
|
|
182
|
+
and clinical characteristics. Recent genomic and molecular characterization
|
|
183
|
+
of gastric cancer, especially the findings reported by the Cancer Genome Atlas
|
|
184
|
+
(TCGA), have shed light on the heterogeneity and potential targeted therapeutics
|
|
185
|
+
for four different subtypes of gastric cancer.", "end_page": "470"}, "created_date":
|
|
186
|
+
"2014-09-30T10:00:12Z"}, {"last_updated": "2015-04-22T04:13:41Z", "id": "da6d367e9f8e4b82aa9413f36485adb3",
|
|
187
|
+
"bibjson": {"identifier": [{"type": "doi", "id": "10.5732/cjc.013.10018"},
|
|
188
|
+
{"type": "pissn", "id": "1000-467X"}, {"type": "eissn", "id": "1944-446X"}],
|
|
189
|
+
"start_page": "106", "title": "The incidences and mortalities of major cancers
|
|
190
|
+
in China, 2009", "journal": {"publisher": "Sun Yat-sen University Cancer Center",
|
|
191
|
+
"language": ["English"], "title": "Chinese Journal of Cancer", "country":
|
|
192
|
+
"CN", "number": "3", "volume": "32"}, "author": [{"name": "Wanqing Chen"},
|
|
193
|
+
{"name": "Rongshou Zheng"}, {"name": "Siwei Zhang"}, {"name": "Ping Zhao"},
|
|
194
|
+
{"name": "Guanglin Li"}, {"name": "Lingyou Wu"}, {"name": "Jie He"}], "month":
|
|
195
|
+
"03", "link": [{"url": "http://www.cjcsysu.com/abstract.asp?idno=20517", "type":
|
|
196
|
+
"fulltext"}], "year": "2013", "keywords": ["Cancer registry", "incidence",
|
|
197
|
+
"mortality", "epidemiology", "China"], "subject": [{"code": "RC254-282", "term":
|
|
198
|
+
"Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "scheme":
|
|
199
|
+
"LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme": "LCC"},
|
|
200
|
+
{"code": "R", "term": "Medicine", "scheme": "LCC"}, {"term": "Oncology", "scheme":
|
|
201
|
+
"DOAJ"}, {"term": "Medicine (General)", "scheme": "DOAJ"}, {"term": "Health
|
|
202
|
+
Sciences", "scheme": "DOAJ"}, {"code": "RC254-282", "term": "Neoplasms. Tumors.
|
|
203
|
+
Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
204
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
205
|
+
"scheme": "LCC"}, {"term": "Oncology", "scheme": "DOAJ"}, {"term": "Medicine
|
|
206
|
+
(General)", "scheme": "DOAJ"}, {"term": "Health Sciences", "scheme": "DOAJ"},
|
|
207
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
208
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
209
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
210
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
211
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
212
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
213
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
214
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
215
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}],
|
|
216
|
+
"abstract": "In 2012, the National Central Cancer Registry (NCCR) of China
|
|
217
|
+
collected cancer registration information for the year 2009 from local cancer
|
|
218
|
+
registries and analyzed it to describe the incidences and mortalities of cancers
|
|
219
|
+
in China. Based on the data quality criteria from NCCR, data from 104 registries
|
|
220
|
+
covering 85,470,522 people (57,489,009 in urban areas and 27,981,513 in rural
|
|
221
|
+
areas) were checked and evaluated. The data from 72 registries were qualified
|
|
222
|
+
and accepted for the cancer registry annual report in 2012. The total cancer
|
|
223
|
+
incident cases and cancer deaths were 244,366 and 154,310, respectively. The
|
|
224
|
+
morphologically verified cases accounted for 67.23%, and 3.14% of the incident
|
|
225
|
+
cases only had information from death certifications. The crude incidence
|
|
226
|
+
in the Chinese cancer registration areas was 285.91/100,000 (317.97/100,000
|
|
227
|
+
in males and 253.09/100,000 in females). The age-standardized rates for incidences
|
|
228
|
+
based on the Chinese standard population (ASRIC) and the world standard population
|
|
229
|
+
(ASRIW) were 146.87/100,000 and 191.72/100,000, respectively, with a cumulative
|
|
230
|
+
incidence of 22.08%. The cancer mortality in the Chinese cancer registration
|
|
231
|
+
areas was 180.54/100,000 (224.20/100,000 in males and 135.85/100,000 in females).
|
|
232
|
+
The age-standardized rates for mortalities based on the Chinese standard population(ASRMC)
|
|
233
|
+
and the world standard population (ASRMW) were 85.06/100,000 and 115.65/100,000,
|
|
234
|
+
respectively, and the cumulative mortality was 12.94%. Lung cancer, gastric
|
|
235
|
+
cancer, colorectal cancer, liver cancer, esophageal cancer, pancreatic cancer,
|
|
236
|
+
encephaloma, lymphoma, female breast cancer, and cervical cancer were the
|
|
237
|
+
most common cancers, accounting for 75% of all cancer cases. Lung cancer,
|
|
238
|
+
gastric cancer, liver cancer, esophageal cancer, colorectal cancer, pancreatic
|
|
239
|
+
cancer, breast cancer, encephaloma, leukemia, and lymphoma accounted for 80%
|
|
240
|
+
of all cancer deaths. The cancer registration''s population coverage has been
|
|
241
|
+
increasing, and its data quality is improving. As the basis of the cancer
|
|
242
|
+
control program, the cancer registry plays an important role in directing
|
|
243
|
+
anticancer strategies in the medium and long term. Because cancer burdens
|
|
244
|
+
are different in urban and rural areas in China, prevention and control efforts
|
|
245
|
+
should be based on practical situations. ", "end_page": "112"}, "created_date":
|
|
246
|
+
"2013-03-19T08:31:56Z"}, {"last_updated": "2015-04-22T03:15:55Z", "id": "8f79f8dcc5bf4b789a97a2cc67ff6da5",
|
|
247
|
+
"bibjson": {"identifier": [{"type": "doi", "id": "10.5732/cjc.011.10444"},
|
|
248
|
+
{"type": "pissn", "id": "1000-467X"}, {"type": "eissn", "id": "1944-446X"}],
|
|
249
|
+
"start_page": "564", "title": "A new prospect in cancer therapy: targeting
|
|
250
|
+
cancer stem cells to eradicate cancer", "journal": {"publisher": "Sun Yat-sen
|
|
251
|
+
University Cancer Center", "language": ["English"], "title": "Chinese Journal
|
|
252
|
+
of Cancer", "country": "CN", "number": "12", "volume": "31"}, "author": [{"name":
|
|
253
|
+
"Yi-Min Zhu"}, {"name": "Li-Hua Yuan"}, {"name": "Ke-Feng Pu"}, {"name": "Bing
|
|
254
|
+
Dong"}, {"name": "An-Xin Wang"}, {"name": "Li-Sha Chen"}], "month": "12",
|
|
255
|
+
"link": [{"url": "http://www.cjcsysu.com/abstract.asp?fr=doaj&idno=20081",
|
|
256
|
+
"type": "fulltext"}], "year": "2012", "subject": [{"code": "RC254-282", "term":
|
|
257
|
+
"Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "scheme":
|
|
258
|
+
"LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme": "LCC"},
|
|
259
|
+
{"code": "R", "term": "Medicine", "scheme": "LCC"}, {"term": "Oncology", "scheme":
|
|
260
|
+
"DOAJ"}, {"term": "Medicine (General)", "scheme": "DOAJ"}, {"term": "Health
|
|
261
|
+
Sciences", "scheme": "DOAJ"}, {"code": "RC254-282", "term": "Neoplasms. Tumors.
|
|
262
|
+
Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
263
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
264
|
+
"scheme": "LCC"}, {"term": "Oncology", "scheme": "DOAJ"}, {"term": "Medicine
|
|
265
|
+
(General)", "scheme": "DOAJ"}, {"term": "Health Sciences", "scheme": "DOAJ"},
|
|
266
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
267
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
268
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
269
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
270
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
271
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
272
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
273
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
274
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}],
|
|
275
|
+
"abstract": "According to the cancer stem cell theory, cancers can be initiated
|
|
276
|
+
by cancer stem cells. This makes cancer stem cells prime targets for therapeutic
|
|
277
|
+
intervention. Eradicating cancer stem cells by efficient targeting agents
|
|
278
|
+
may have the potential to cure cancer. In this review, we summarize recent
|
|
279
|
+
breakthroughs that have improved our understanding of cancer stem cells, and
|
|
280
|
+
we discuss the therapeutic strategy of targeting cancer stem cells, a promising
|
|
281
|
+
future direction for cancer stem cell research.", "end_page": "572"}, "created_date":
|
|
282
|
+
"2013-04-26T10:30:03Z"}, {"last_updated": "2015-04-22T03:51:28Z", "id": "bd4c138833f54e558052765bada05514",
|
|
283
|
+
"bibjson": {"identifier": [{"type": "pissn", "id": "1837-9664"}], "start_page":
|
|
284
|
+
"107", "title": "Human Cancer Classification: A Systems Biology- Based Model
|
|
285
|
+
Integrating Morphology, Cancer Stem Cells, Proteomics, and Genomics", "journal":
|
|
286
|
+
{"publisher": "Ivyspring International Publisher", "language": ["English"],
|
|
287
|
+
"license": [{"type": "CC BY-NC-ND", "title": "CC BY-NC-ND"}], "title": "Journal
|
|
288
|
+
of Cancer", "country": "AU", "number": "1", "volume": "2"}, "author": [{"name":
|
|
289
|
+
"Halliday A Idikio"}], "link": [{"url": "http://www.jcancer.org/v02p0107.htm",
|
|
290
|
+
"type": "fulltext"}], "year": "2011", "subject": [{"code": "RC254-282", "term":
|
|
291
|
+
"Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "scheme":
|
|
292
|
+
"LCC"}, {"code": "RC31-1245", "term": "Internal medicine", "scheme": "LCC"},
|
|
293
|
+
{"code": "R", "term": "Medicine", "scheme": "LCC"}, {"term": "Oncology", "scheme":
|
|
294
|
+
"DOAJ"}, {"term": "Medicine (General)", "scheme": "DOAJ"}, {"term": "Health
|
|
295
|
+
Sciences", "scheme": "DOAJ"}, {"code": "RC254-282", "term": "Neoplasms. Tumors.
|
|
296
|
+
Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245",
|
|
297
|
+
"term": "Internal medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine",
|
|
298
|
+
"scheme": "LCC"}, {"term": "Oncology", "scheme": "DOAJ"}, {"term": "Medicine
|
|
299
|
+
(General)", "scheme": "DOAJ"}, {"term": "Health Sciences", "scheme": "DOAJ"},
|
|
300
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
301
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
302
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
303
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
304
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
305
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"},
|
|
306
|
+
{"code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer
|
|
307
|
+
and carcinogens", "scheme": "LCC"}, {"code": "RC31-1245", "term": "Internal
|
|
308
|
+
medicine", "scheme": "LCC"}, {"code": "R", "term": "Medicine", "scheme": "LCC"}],
|
|
309
|
+
"abstract": "<p>Human cancer classification is currently based on the idea
|
|
310
|
+
of cell of origin, light and electron microscopic attributes of the cancer.
|
|
311
|
+
What is not yet integrated into cancer classification are the functional attributes
|
|
312
|
+
of these cancer cells. Recent innovative techniques in biology have provided
|
|
313
|
+
a wealth of information on the genomic, transcriptomic and proteomic changes
|
|
314
|
+
in cancer cells. The emergence of the concept of cancer stem cells needs to
|
|
315
|
+
be included in a classification model to capture the known attributes of cancer
|
|
316
|
+
stem cells and their potential contribution to treatment response, and metastases.
|
|
317
|
+
The integrated model of cancer classification presented here incorporates
|
|
318
|
+
all morphology, cancer stem cell contributions, genetic, and functional attributes
|
|
319
|
+
of cancer. Integrated cancer classification models could eliminate the unclassifiable
|
|
320
|
+
cancers as used in current classifications. Future cancer treatment may be
|
|
321
|
+
advanced by using an integrated model of cancer classification.</p>", "end_page":
|
|
322
|
+
"115"}, "created_date": "2011-03-20T10:19:56Z"}], "query": "+cancer", "total":
|
|
323
|
+
65140, "page": 1}'
|
|
324
|
+
http_version:
|
|
325
|
+
recorded_at: Wed, 23 Sep 2015 15:51:26 GMT
|
|
326
|
+
- request:
|
|
327
|
+
method: get
|
|
328
|
+
uri: https://doaj.org/api/v1/search/articles/+id:(+1c7e32e140c94c7cb5c7902ec96f1136)?pageSize=10
|
|
329
|
+
body:
|
|
330
|
+
encoding: UTF-8
|
|
331
|
+
string: ''
|
|
332
|
+
headers:
|
|
333
|
+
Cookie:
|
|
334
|
+
- session=UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==
|
|
335
|
+
response:
|
|
336
|
+
status:
|
|
337
|
+
code: 200
|
|
338
|
+
message: OK
|
|
339
|
+
headers:
|
|
340
|
+
Server:
|
|
341
|
+
- nginx/1.4.6 (Ubuntu)
|
|
342
|
+
Date:
|
|
343
|
+
- Wed, 23 Sep 2015 15:51:26 GMT
|
|
344
|
+
Content-Type:
|
|
345
|
+
- application/json
|
|
346
|
+
Content-Length:
|
|
347
|
+
- '1987'
|
|
348
|
+
Connection:
|
|
349
|
+
- keep-alive
|
|
350
|
+
Vary:
|
|
351
|
+
- Accept-Encoding
|
|
352
|
+
- Accept-Encoding
|
|
353
|
+
Access-Control-Allow-Origin:
|
|
354
|
+
- "*"
|
|
355
|
+
Set-Cookie:
|
|
356
|
+
- session="UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==";
|
|
357
|
+
Path=/; HttpOnly
|
|
358
|
+
body:
|
|
359
|
+
encoding: UTF-8
|
|
360
|
+
string: '{"pageSize": 10, "timestamp": "2015-0923T15:51:26Z", "results": [{"last_updated":
|
|
361
|
+
"2015-04-22T01:47:22Z", "id": "1c7e32e140c94c7cb5c7902ec96f1136", "bibjson":
|
|
362
|
+
{"title": "Cancer Incidence in Egypt: Results of the National Population-Based
|
|
363
|
+
Cancer Registry Program", "journal": {"publisher": "Hindawi Publishing Corporation",
|
|
364
|
+
"language": ["English"], "license": [{"type": "CC BY", "title": "CC BY"}],
|
|
365
|
+
"title": "Journal of Cancer Epidemiology", "country": "EG", "volume": "2014"},
|
|
366
|
+
"author": [{"affiliation": "Department of Biostatistics and Cancer Epidemiology,
|
|
367
|
+
National Cancer Institute, Cairo University, Cairo, Egypt", "email": "ibrahimamalsamy@gmail.com",
|
|
368
|
+
"name": "Amal S. Ibrahim"}, {"affiliation": "Department of Medical Oncology,
|
|
369
|
+
National Cancer Institute, Cairo University, Cairo, Egypt", "email": "khussein528@gmail.com",
|
|
370
|
+
"name": "Hussein M. Khaled"}, {"affiliation": "Department of Biostatistics
|
|
371
|
+
and Cancer Epidemiology, South Egypt Cancer Institute, Assiut University,
|
|
372
|
+
Assiut, Egypt", "email": "nabiel.mikhail@gmail.com", "name": "Nabiel NH Mikhail"},
|
|
373
|
+
{"affiliation": "Department of Computer Engineering, Faculty of Engineering,
|
|
374
|
+
Cairo University, Giza, Egypt", "email": "hbaraka@mcit.gov.eg", "name": "Hoda
|
|
375
|
+
Baraka"}, {"affiliation": "Department of Medical Oncology, National Cancer
|
|
376
|
+
Institute, Cairo University, Cairo, Egypt", "email": "hkamel@cu.edu.eg", "name":
|
|
377
|
+
"Hossam Kamel"}], "link": [{"url": "http://dx.doi.org/10.1155/2014/437971",
|
|
378
|
+
"type": "fulltext"}], "year": "2014", "identifier": [{"type": "pissn", "id":
|
|
379
|
+
"1687-8558"}, {"type": "eissn", "id": "1687-8566"}, {"type": "doi", "id":
|
|
380
|
+
"10.1155/2014/437971"}], "subject": [{"code": "RC254-282", "term": "Neoplasms.
|
|
381
|
+
Tumors. Oncology. Including cancer and carcinogens", "scheme": "LCC"}, {"code":
|
|
382
|
+
"RC31-1245", "term": "Internal medicine", "scheme": "LCC"}, {"code": "R",
|
|
383
|
+
"term": "Medicine", "scheme": "LCC"}]}, "created_date": "2014-10-20T08:05:15Z"}],
|
|
384
|
+
"query": "+id:(+1c7e32e140c94c7cb5c7902ec96f1136)", "total": 1, "page": 1}'
|
|
385
|
+
http_version:
|
|
386
|
+
recorded_at: Wed, 23 Sep 2015 15:51:27 GMT
|
|
387
|
+
recorded_with: VCR 2.9.3
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://doaj.org/api/v1/search/articles/+id:(+no_such_id)?pageSize=10
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Cookie:
|
|
11
|
+
- session=UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==
|
|
12
|
+
response:
|
|
13
|
+
status:
|
|
14
|
+
code: 200
|
|
15
|
+
message: OK
|
|
16
|
+
headers:
|
|
17
|
+
Server:
|
|
18
|
+
- nginx/1.4.6 (Ubuntu)
|
|
19
|
+
Date:
|
|
20
|
+
- Wed, 23 Sep 2015 15:51:27 GMT
|
|
21
|
+
Content-Type:
|
|
22
|
+
- application/json
|
|
23
|
+
Content-Length:
|
|
24
|
+
- '120'
|
|
25
|
+
Connection:
|
|
26
|
+
- keep-alive
|
|
27
|
+
Vary:
|
|
28
|
+
- Accept-Encoding
|
|
29
|
+
- Accept-Encoding
|
|
30
|
+
Access-Control-Allow-Origin:
|
|
31
|
+
- "*"
|
|
32
|
+
Set-Cookie:
|
|
33
|
+
- session="UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==";
|
|
34
|
+
Path=/; HttpOnly
|
|
35
|
+
body:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"pageSize": 10, "timestamp": "2015-0923T15:51:27Z", "results": [],
|
|
38
|
+
"query": "+id:(+no_such_id)", "total": 0, "page": 1}'
|
|
39
|
+
http_version:
|
|
40
|
+
recorded_at: Wed, 23 Sep 2015 15:51:27 GMT
|
|
41
|
+
recorded_with: VCR 2.9.3
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://doaj.org/api/v1/search/articles/+bibjson.author.name:(+Huxtable)%20+bibjson.title:(+%22Global%20Unions%20as%20the%20Missing%20Link%20in%20Labour%20Movement%20Studies%22)?pageSize=10
|
|
6
|
+
body:
|
|
7
|
+
encoding: UTF-8
|
|
8
|
+
string: ''
|
|
9
|
+
headers: {}
|
|
10
|
+
response:
|
|
11
|
+
status:
|
|
12
|
+
code: 200
|
|
13
|
+
message: OK
|
|
14
|
+
headers:
|
|
15
|
+
Server:
|
|
16
|
+
- nginx/1.4.6 (Ubuntu)
|
|
17
|
+
Date:
|
|
18
|
+
- Wed, 23 Sep 2015 15:51:24 GMT
|
|
19
|
+
Content-Type:
|
|
20
|
+
- application/json
|
|
21
|
+
Content-Length:
|
|
22
|
+
- '3267'
|
|
23
|
+
Connection:
|
|
24
|
+
- keep-alive
|
|
25
|
+
Vary:
|
|
26
|
+
- Accept-Encoding
|
|
27
|
+
- Accept-Encoding
|
|
28
|
+
Access-Control-Allow-Origin:
|
|
29
|
+
- "*"
|
|
30
|
+
Set-Cookie:
|
|
31
|
+
- session="UspzkET/3IS3Z8PIxKnLAhLnXDY=?_id=UycyNmYyZmZkMzhkMjA5MWE0NmNjZTU2YTI4OGJjNDZlNycKcDEKLg==";
|
|
32
|
+
Path=/; HttpOnly
|
|
33
|
+
body:
|
|
34
|
+
encoding: UTF-8
|
|
35
|
+
string: '{"pageSize": 10, "timestamp": "2015-0923T15:51:24Z", "results": [{"last_updated":
|
|
36
|
+
"2015-04-22T01:21:52Z", "id": "002526e0d06f465c9942cbb1b01aa98c", "bibjson":
|
|
37
|
+
{"identifier": [{"type": "pissn", "id": "1918-2821"}], "start_page": "1",
|
|
38
|
+
"title": "A Most Curious Lack of Curiosity: Global Unions as the Missing Link
|
|
39
|
+
in Labour Movement Studies", "journal": {"publisher": "Society for Socialist
|
|
40
|
+
Studies", "language": ["English"], "title": "Socialist Studies", "country":
|
|
41
|
+
"CA", "number": "1", "volume": "5"}, "author": [{"name": "David Huxtable"}],
|
|
42
|
+
"month": "05", "link": [{"url": "http://www.socialiststudies.com/index.php/sss/article/view/71/70",
|
|
43
|
+
"type": "fulltext"}], "year": "2009", "subject": [{"code": "HX1-970.7", "term":
|
|
44
|
+
"Socialism. Communism. Anarchism", "scheme": "LCC"}, {"code": "H", "term":
|
|
45
|
+
"Social Sciences", "scheme": "LCC"}, {"term": "Political Science", "scheme":
|
|
46
|
+
"DOAJ"}, {"term": "Law and Political Science", "scheme": "DOAJ"}, {"code":
|
|
47
|
+
"HX1-970.7", "term": "Socialism. Communism. Anarchism", "scheme": "LCC"},
|
|
48
|
+
{"code": "H", "term": "Social Sciences", "scheme": "LCC"}, {"term": "Political
|
|
49
|
+
Science", "scheme": "DOAJ"}, {"term": "Law and Political Science", "scheme":
|
|
50
|
+
"DOAJ"}, {"code": "HX1-970.7", "term": "Socialism. Communism. Anarchism",
|
|
51
|
+
"scheme": "LCC"}, {"code": "H", "term": "Social Sciences", "scheme": "LCC"},
|
|
52
|
+
{"term": "Political Science", "scheme": "DOAJ"}, {"term": "Law and Political
|
|
53
|
+
Science", "scheme": "DOAJ"}, {"code": "HX1-970.7", "term": "Socialism. Communism.
|
|
54
|
+
Anarchism", "scheme": "LCC"}, {"code": "H", "term": "Social Sciences", "scheme":
|
|
55
|
+
"LCC"}, {"term": "Political Science", "scheme": "DOAJ"}, {"term": "Law and
|
|
56
|
+
Political Science", "scheme": "DOAJ"}, {"code": "HX1-970.7", "term": "Socialism.
|
|
57
|
+
Communism. Anarchism", "scheme": "LCC"}, {"code": "H", "term": "Social Sciences",
|
|
58
|
+
"scheme": "LCC"}, {"code": "HX1-970.7", "term": "Socialism. Communism. Anarchism",
|
|
59
|
+
"scheme": "LCC"}, {"code": "H", "term": "Social Sciences", "scheme": "LCC"},
|
|
60
|
+
{"code": "HX1-970.7", "term": "Socialism. Communism. Anarchism", "scheme":
|
|
61
|
+
"LCC"}, {"code": "H", "term": "Social Sciences", "scheme": "LCC"}], "abstract":
|
|
62
|
+
"This paper is based on the author\u2019s contribution to \u2018The Research
|
|
63
|
+
Agenda for the Left Today\u2019 panel held during the Society for Socialist
|
|
64
|
+
Studies 2006 conference. It arguesthat, despite the recent renewal of academic
|
|
65
|
+
interest in labour movements, there is a gap in contemporary research on organized
|
|
66
|
+
labour around the existence of and potential futurerole for actually existing
|
|
67
|
+
global trade unions. The purpose of this paper is to spark an interest amongst
|
|
68
|
+
left academics in a future research project on the organizations whichcomprise
|
|
69
|
+
the recently created Council of Global Unions, and in particular the recently
|
|
70
|
+
created International Trade Union Confederation. After a brief introduction
|
|
71
|
+
to the historyof these organizations and an outline of their activities, the
|
|
72
|
+
author offers a number of questions that may prove interesting for those concerned
|
|
73
|
+
about the future direction oforganized labour at the global level.", "end_page":
|
|
74
|
+
"23"}, "created_date": "2013-11-09T19:15:55Z"}], "query": "+bibjson.author.name:(+Huxtable)
|
|
75
|
+
+bibjson.title:(+\"Global Unions as the Missing Link in Labour Movement Studies\")",
|
|
76
|
+
"total": 1, "page": 1}'
|
|
77
|
+
http_version:
|
|
78
|
+
recorded_at: Wed, 23 Sep 2015 15:51:24 GMT
|
|
79
|
+
recorded_with: VCR 2.9.3
|