strain-code 0.3.2 → 0.3.4
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/data/catalogues.yaml +200 -73
- data/lib/strain-code/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6159bc3ec462d7488fec929a9ae5f2436f9141a9505e1152c2d454cdd07c80b4
|
4
|
+
data.tar.gz: 371fa4ba53eb5a6fb33b193081c60edadcc25c1643d01a4fed8556f88cc17b3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94107d5d9dbabfa236ad24778bf16442208f267691f8592e2ea6dff03a011c54310eec60aaa77b407e894b958a347233a32bdef86860f0a9fb7c37f16ec2cf09
|
7
|
+
data.tar.gz: 5d99e6cfd28d4b2749d7fc66486884557a088875560ce7c8b57b6c3a422507bc6a3a5406bd7584e65396e88bc3c095dcb48ee0147ae0f343bde482f35297ebaa
|
data/data/catalogues.yaml
CHANGED
@@ -11,15 +11,16 @@
|
|
11
11
|
# - url: URL of the catalogue's main website
|
12
12
|
# - url_pattern: URL pattern indicating how to form links to catalogue entries,
|
13
13
|
# with "%s" indicating the non-code part of the culture number
|
14
|
-
#
|
14
|
+
#
|
15
15
|
# Additionally, fields starting with `_` are ignored in the basecode, and
|
16
16
|
# notably include `_examples` (an array of strain numbers) and `_tested`
|
17
|
-
# (the date in which the website was last tested)
|
17
|
+
# (the date in which the website was last tested), as well as `_notes`
|
18
18
|
#
|
19
19
|
# See also:
|
20
20
|
# - https://ftp.ncbi.nih.gov/pub/taxonomy/Ccode_dump.txt
|
21
21
|
# - https://jcm.brc.riken.jp/en/abbr_e
|
22
22
|
catalogues:
|
23
|
+
#--- A
|
23
24
|
- codes: [ ABB ]
|
24
25
|
country_code: KR
|
25
26
|
name: Asian Bacterial Bank
|
@@ -41,7 +42,7 @@ catalogues:
|
|
41
42
|
name: Anaerobe Reference Laboratory, Helsinki Collection
|
42
43
|
- codes: [ AHU ]
|
43
44
|
country_code: JP
|
44
|
-
name:
|
45
|
+
name: >-
|
45
46
|
Laboratory of Culture Collection of Microorganisms,
|
46
47
|
Faculty of Agriculture, Hokkaido University
|
47
48
|
organization: Hokkaido University
|
@@ -63,66 +64,23 @@ catalogues:
|
|
63
64
|
name: American Type Culture Collection
|
64
65
|
url: 'https://www.atcc.org'
|
65
66
|
url_pattern: 'https://www.atcc.org/products/%s'
|
66
|
-
|
67
|
-
|
68
|
-
name: Colección Española de Cultivos Tipo
|
69
|
-
name_en: Spanish Collection of Type Cultures
|
70
|
-
organization: University of Valencia
|
71
|
-
url:
|
72
|
-
'https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/coleccion-espanola-cultivos-tipo-1285872233521.html'
|
73
|
-
url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
|
74
|
-
- codes: [ DSM ]
|
75
|
-
country_code: DE
|
76
|
-
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
|
77
|
-
name_en: German Collection of Microorganisms and Cell Cultures
|
78
|
-
organization: |
|
79
|
-
Leibniz Institute DSMZ - German Collection of Microorganisms and
|
80
|
-
Cell Cultures GmbH
|
81
|
-
url: 'https://www.dsmz.de/collection/catalogue'
|
82
|
-
url_pattern:
|
83
|
-
'https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s'
|
84
|
-
- codes: [ IFO, NBRC ]
|
85
|
-
country_code: JP
|
86
|
-
name: 'NITE Biological Resource Center'
|
87
|
-
organization: 'NITE: National Institute of Technology and Evaluation'
|
88
|
-
url: 'https://www.nite.go.jp/nbrc/catalogue/'
|
89
|
-
url_pattern:
|
90
|
-
'https://www.nite.go.jp/nbrc/catalogue/NBRCCatalogueDetailServlet?ID=IFO&CAT=%s'
|
91
|
-
- codes: [ JCM ]
|
92
|
-
country_code: JP
|
93
|
-
name: 'Japan Collection of Microorganisms'
|
94
|
-
organization: RIKEN
|
95
|
-
url: 'https://jcm.brc.riken.jp/en/'
|
96
|
-
url_pattern: 'https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s'
|
97
|
-
- codes: [ KCTC ]
|
98
|
-
country_code: KR
|
99
|
-
name: Korean Collection for Type Cultures
|
100
|
-
organization:
|
101
|
-
'KRIBB: Korea Research Institute of Bioscience and Biotechnology'
|
102
|
-
url: 'https://kctc.kribb.re.kr/en/collection/'
|
103
|
-
url_pattern: 'https://kctc.kribb.re.kr/collection/view?sn=%s'
|
104
|
-
_examples: [ KCTC 92132 ]
|
105
|
-
_tested: 2025-03-18
|
106
|
-
- codes: [ NCTC ]
|
107
|
-
country_code: UK
|
108
|
-
name: National Collection of Type Cultures
|
109
|
-
organization: Health Security Agency
|
110
|
-
url: 'https://www.culturecollections.org.uk/products/bacteria-and-mycoplasmas/'
|
111
|
-
url_pattern:
|
112
|
-
'https://www.culturecollections.org.uk/products/bacteria/detail.jsp?collection=nctc&refId=NCTC+%s'
|
67
|
+
|
68
|
+
#--- B
|
113
69
|
- codes: [ BCRC ]
|
114
70
|
country_code: TW
|
115
71
|
name: Bioresource Collection and Research Center
|
116
72
|
organization: Food Industry Research and Development Insitute
|
117
73
|
url: 'https://catalog.bcrc.firdi.org.tw/'
|
118
74
|
url_pattern: 'https://catalog.bcrc.firdi.org.tw/BcrcContent?bid=%s'
|
75
|
+
|
76
|
+
#--- C
|
119
77
|
- codes: [ CAIM ]
|
120
78
|
country_code: MX
|
121
79
|
name: Collection of Aquatic Important Microorganisms
|
122
80
|
organization: 'CIAD: Centro de Investigación en Alimentación y Desarrollo'
|
123
|
-
url:
|
81
|
+
url: "https://www.ciad.mx/caim"
|
124
82
|
url_pattern:
|
125
|
-
|
83
|
+
"https://www.ciad.mx/caim/busqueda.php?searchtype=caim&criterio=%s"
|
126
84
|
- codes: [ CCALA ]
|
127
85
|
name: Culture Collection of Autotrophic Organisms
|
128
86
|
organization: Czech Academy of Sciences
|
@@ -133,27 +91,40 @@ catalogues:
|
|
133
91
|
organization: Masaryk University
|
134
92
|
country_code: CZ
|
135
93
|
url_pattern: 'https://www.sci.muni.cz/ccm/bakterie/camb/%s'
|
136
|
-
- codes: [ CGMCC, AS ]
|
137
|
-
name: China General Microbiological Culture Collection Center
|
138
|
-
organization: National Science and Technology Infrastructure
|
139
|
-
country_code: CN
|
140
|
-
url_pattern: 'https://cgmcc.net/english/search?stn=%s'
|
141
|
-
# From NCBI Taxonomy (not working):
|
142
|
-
# 'http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s'
|
143
|
-
_examples: [ CGMCC 1.19149 ]
|
144
|
-
_tested: 2025-03-18
|
145
94
|
- codes: [ CCMP ]
|
146
|
-
name:
|
95
|
+
name: >-
|
147
96
|
NCMA: National Center for Marine Algae and Microbiota,
|
148
97
|
formerly Culture Collection for Marine Phytoplankton
|
149
98
|
organization: Bigelow Laboratory for Ocean Sciences
|
150
99
|
country_code: US
|
151
100
|
url_pattern: 'https://ncma.bigelow.org/CCMP%s'
|
101
|
+
- codes: [ CCTCC ]
|
102
|
+
country_code: CN
|
103
|
+
name: China Center for Type Culture Collection
|
104
|
+
organization: Wuhan University
|
152
105
|
- codes: [ CCUG ]
|
153
106
|
name: Culture Collection University of Gothenburg
|
154
107
|
organization: University of Gothenburg
|
155
108
|
country_code: SE
|
156
109
|
url_pattern: 'https://www.ccug.se/strain?id=%s'
|
110
|
+
- codes: [ CECT ]
|
111
|
+
country_code: ES
|
112
|
+
name: Colección Española de Cultivos Tipo
|
113
|
+
name_en: Spanish Collection of Type Cultures
|
114
|
+
organization: University of Valencia
|
115
|
+
url:
|
116
|
+
"https://www.uv.es/uvweb/coleccion-espanola-cultivos-tipo/es/\
|
117
|
+
coleccion-espanola-cultivos-tipo-1285872233521.html"
|
118
|
+
url_pattern: 'https://www.cect.org/vstrn2.php?cect=%s'
|
119
|
+
- codes: [ CGMCC, AS ]
|
120
|
+
name: China General Microbiological Culture Collection Center
|
121
|
+
organization: National Science and Technology Infrastructure
|
122
|
+
country_code: CN
|
123
|
+
url_pattern: 'https://cgmcc.net/english/search?stn=%s'
|
124
|
+
# From NCBI Taxonomy (not working):
|
125
|
+
# 'http://www.cgmcc.net/english/cata.php?stn=CGMCC%%20%s'
|
126
|
+
_examples: [ CGMCC 1.19149 ]
|
127
|
+
_tested: 2025-03-18
|
157
128
|
- codes: [ CICC ]
|
158
129
|
name: China Center of Industrial Culture Collection
|
159
130
|
organization:
|
@@ -167,46 +138,165 @@ catalogues:
|
|
167
138
|
country_code: FR
|
168
139
|
url_pattern:
|
169
140
|
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=CIP%%20%s'
|
141
|
+
|
142
|
+
#--- D
|
143
|
+
- codes: [ DSM ]
|
144
|
+
country_code: DE
|
145
|
+
name: Deutsche Sammlung von Mikroorganismen und Zellkulturen
|
146
|
+
name_en: German Collection of Microorganisms and Cell Cultures
|
147
|
+
organization: >-
|
148
|
+
Leibniz Institute DSMZ - German Collection of Microorganisms and
|
149
|
+
Cell Cultures GmbH
|
150
|
+
url: 'https://www.dsmz.de/collection/catalogue'
|
151
|
+
url_pattern:
|
152
|
+
'https://www.dsmz.de/collection/catalogue/details/culture/DSM-%s'
|
153
|
+
|
154
|
+
#--- E
|
155
|
+
|
156
|
+
#--- F
|
157
|
+
- codes: [ FRR ]
|
158
|
+
country_code: AU
|
159
|
+
name: Division of Food Research, Food Research Laboratory
|
160
|
+
organization: >-
|
161
|
+
CSIRO: The Commonwealth Scientific and Industrial Research Organisation
|
162
|
+
|
163
|
+
#--- G
|
170
164
|
- codes: [ GDMCC ]
|
171
165
|
country_code: CN
|
172
166
|
name: Guangdong Microbial Culture Collection Center
|
173
167
|
organization: Guangdong Academy of Sciences
|
174
168
|
url:
|
175
169
|
'http://english.gdim.cn/research/researchdivisions/guangdongmicrobialculturecollectioncentergdmcc/'
|
170
|
+
- codes: [ GIFU, GTC ]
|
171
|
+
country_code: JP
|
172
|
+
name: Gifu Type Culture Collection
|
173
|
+
organization: Gifu University School of Medicine
|
174
|
+
|
175
|
+
#--- H
|
176
|
+
- codes: [ HAMBI ]
|
177
|
+
country_code: FI
|
178
|
+
name: >-
|
179
|
+
Culture Collection of the Department of Microbiology,
|
180
|
+
Faculty of Agriculture and Forestry, University of Helsinki
|
181
|
+
organization: University of Helsinki
|
182
|
+
url: "https://www.helsinki.fi/en/infrastructures/biodiversity-collections/\
|
183
|
+
infrastructures/microbial-domain-biological-resource-centre-hambi"
|
184
|
+
url_pattern: 'https://kotka.luomus.fi/culture/bac?q="HAMBI%20%s"'
|
185
|
+
_example: [ HAMBI 1518 ]
|
186
|
+
_tested: 2025-03-20
|
187
|
+
_notes: url_pattern points to a search result form
|
188
|
+
|
189
|
+
#--- I
|
190
|
+
- codes: [ IAM ]
|
191
|
+
country_code: JP
|
192
|
+
name: >-
|
193
|
+
IAM Culture Collection, Center for Cellular and Molecular Research,
|
194
|
+
Institute of Molecular and Cellular Biosciences
|
195
|
+
organization: The University of Tokyo
|
196
|
+
_notes: Transferred to JCM
|
197
|
+
- codes: [ ICMP, PDDCC ]
|
198
|
+
country_code: NZ
|
199
|
+
name: >-
|
200
|
+
International Collection of Microorganisms from Plants,
|
201
|
+
Plant Diseases Division
|
202
|
+
organization: "DSIR: Department of Scientific and Industrial Research"
|
203
|
+
url: "https://www.landcareresearch.co.nz/tools-and-resources/collections/\
|
204
|
+
icmp-culture-collection/"
|
205
|
+
url_pattern: "https://scd.landcareresearch.co.nz/Specimen/ICMP_%s"
|
206
|
+
_examples: [ ICMP 123 ]
|
207
|
+
_tested: 2025-03-20
|
208
|
+
- codes: [ IFO, NBRC ]
|
209
|
+
country_code: JP
|
210
|
+
name: 'NITE Biological Resource Center'
|
211
|
+
organization: 'NITE: National Institute of Technology and Evaluation'
|
212
|
+
url: 'https://www.nite.go.jp/nbrc/catalogue/'
|
213
|
+
url_pattern:
|
214
|
+
'https://www.nite.go.jp/nbrc/catalogue/NBRCCatalogueDetailServlet?ID=IFO&CAT=%s'
|
176
215
|
- codes: [ ITM ]
|
177
|
-
name:
|
216
|
+
name: >-
|
178
217
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
179
218
|
Institute of Tropical Medicine Antwerp Mycobacteria Collection
|
180
219
|
organization: 'BELSPO: Belgian Science Policy'
|
181
220
|
country_code: BE
|
182
221
|
url_pattern:
|
183
222
|
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ITM%%20%s'
|
223
|
+
|
224
|
+
#--- J
|
225
|
+
- codes: [ JCM ]
|
226
|
+
country_code: JP
|
227
|
+
name: Japan Collection of Microorganisms
|
228
|
+
organization: RIKEN
|
229
|
+
url: 'https://jcm.brc.riken.jp/en/'
|
230
|
+
url_pattern: 'https://www.jcm.riken.jp/cgi-bin/jcm/jcm_number?JCM=%s'
|
184
231
|
- codes: [ JMRC ]
|
185
232
|
name: Jena Microbial Resource Collection
|
186
233
|
organization: Friedrich Schiller University Jena
|
187
234
|
country_name: DE
|
188
235
|
url_pattern: 'http://www.jmrc.uni-jena.de/data.php?fsu=%s'
|
236
|
+
|
237
|
+
#--- K
|
189
238
|
- codes: [ KACC ]
|
190
239
|
name: Korean Agricultural Culture Collection
|
191
240
|
organization: National Academy of Agricultural Science
|
192
241
|
country_code: KR
|
193
|
-
url_pattern:
|
242
|
+
url_pattern:
|
194
243
|
'https://genebank.rda.go.kr/eng/mic/cat/MicrobeSearch.do?sSearchWith=no&sTxt1=%s'
|
244
|
+
- codes: [ KCTC ]
|
245
|
+
country_code: KR
|
246
|
+
name: Korean Collection for Type Cultures
|
247
|
+
organization:
|
248
|
+
'KRIBB: Korea Research Institute of Bioscience and Biotechnology'
|
249
|
+
url: 'https://kctc.kribb.re.kr/en/collection/'
|
250
|
+
url_pattern: 'https://kctc.kribb.re.kr/collection/view?sn=%s'
|
251
|
+
_examples: [ KCTC 92132 ]
|
252
|
+
_tested: 2025-03-18
|
253
|
+
|
254
|
+
#--- L
|
195
255
|
- codes: [ LMG ]
|
196
|
-
name:
|
256
|
+
name: >-
|
197
257
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
198
258
|
Bacteria Collection Laboratorium voor Microbiologie Universiteit Gent
|
199
|
-
name_en:
|
259
|
+
name_en: >-
|
200
260
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
201
261
|
Bacteria Collection Laboratory of Microbiology, University of Ghent
|
202
|
-
organization:
|
262
|
+
organization: "BELSPO: Belgian Science Policy"
|
203
263
|
country_code: BE
|
204
|
-
|
264
|
+
url: "https://bccm.belspo.be/catalogues"
|
265
|
+
url_pattern: "https://bccm.belspo.be/catalogues/lmg-strain-details?NUM=%s"
|
266
|
+
|
267
|
+
#--- M
|
268
|
+
- codes: [ MAFF ]
|
269
|
+
country_code: JP
|
270
|
+
name: Ministry of Agriculture, Forestry and Fisheries Genebank
|
271
|
+
organization: Ministry of Agriculture Forestry and Fisheries
|
272
|
+
url: "https://www.gene.affrc.go.jp/index_en.php"
|
273
|
+
url_pattern: "https://www.gene.affrc.go.jp/\
|
274
|
+
databases-micro_search_detail_en.php?maff=%s"
|
275
|
+
_examples: [ MAFF 210265 ]
|
276
|
+
_tested: 2020-03-20
|
205
277
|
- codes: [ MCCC ]
|
206
278
|
name: Marine Culture Collection of China
|
207
279
|
organization: Third Institute of Oceanography
|
208
280
|
country_code: CN
|
209
|
-
url_pattern:
|
281
|
+
url_pattern: "https://mccc.org.cn/detailRecord3.asp?bcbh=%s"
|
282
|
+
|
283
|
+
#--- N
|
284
|
+
- codes: [ NCTC ]
|
285
|
+
country_code: UK
|
286
|
+
name: National Collection of Type Cultures
|
287
|
+
organization: Health Security Agency
|
288
|
+
url: 'https://www.culturecollections.org.uk/products/bacteria-and-mycoplasmas/'
|
289
|
+
url_pattern:
|
290
|
+
'https://www.culturecollections.org.uk/products/bacteria/detail.jsp?collection=nctc&refId=NCTC+%s'
|
291
|
+
- codes: [ NCIB ]
|
292
|
+
country_code: UK
|
293
|
+
name: National Collection of Industrial Bacteria
|
294
|
+
organization: Torry Research Station, Aberdeen, Scotland
|
295
|
+
_notes: Incorporated with NCIMB
|
296
|
+
- codes: [ NCIMB ]
|
297
|
+
country_code: UK
|
298
|
+
name: National Collection of Industrial, Food and Marine Bacteria
|
299
|
+
organization: NCIMB Ltd., Aberdeen, Scotland
|
210
300
|
- codes: [ NEPCC ]
|
211
301
|
name: North East Pacific Culture Collection
|
212
302
|
organization: The University of British Columbia
|
@@ -222,19 +312,33 @@ catalogues:
|
|
222
312
|
name: Division of Biological Sciences, National Research Council of Canada
|
223
313
|
organization: National Research Council
|
224
314
|
- codes: [ NRRL ]
|
225
|
-
|
315
|
+
country_code: US
|
316
|
+
name: >-
|
226
317
|
Agricultural Research Service Culture Collection,
|
227
318
|
formerly Northern Regional Research Laboratory
|
228
319
|
organization: National Center for Agricultural Utilization Research
|
229
|
-
country_code: US
|
230
320
|
url_pattern:
|
231
321
|
'https://nrrl.ncaur.usda.gov/cgi-bin/usda/prokaryote/report.html?nrrlcodes=%s'
|
322
|
+
|
323
|
+
#--- O
|
324
|
+
- codes: [ OCM ]
|
325
|
+
country_code: US
|
326
|
+
name: Oregon Collection of Methanogens
|
327
|
+
organization: Portland State University
|
328
|
+
|
329
|
+
#--- P
|
232
330
|
- codes: [ PCC ]
|
233
331
|
name: Pasteur Cultures of Cyanobacteria
|
234
332
|
organization: Institut Pasteur
|
235
333
|
country_code: FR
|
236
334
|
url_pattern:
|
237
335
|
'https://catalogue-crbip.pasteur.fr/fiche_catalogue.xhtml?crbip=PCC%%20%s'
|
336
|
+
|
337
|
+
#--- Q
|
338
|
+
|
339
|
+
#--- R
|
340
|
+
|
341
|
+
#--- S
|
238
342
|
- codes: [ SAG ]
|
239
343
|
name: Sammlung von Algenkulturen
|
240
344
|
name_en: Culture Collection of Algae
|
@@ -242,26 +346,49 @@ catalogues:
|
|
242
346
|
country_code: DE
|
243
347
|
url_pattern:
|
244
348
|
'https://sagdb.uni-goettingen.de/detailedList.php?str_number=%s'
|
349
|
+
|
350
|
+
#--- T
|
245
351
|
- codes: [ TBRC ]
|
246
352
|
name: Thailand Bioresource Research Center
|
247
353
|
organization: Thailand Bioresource Research Center
|
248
354
|
country_code: TH
|
249
355
|
url_pattern: 'https://tbrcnetwork.org/microb_detail.php?code=TBRC_%s'
|
356
|
+
|
357
|
+
#--- U
|
358
|
+
- codes: [ UAMH ]
|
359
|
+
country_code: CA
|
360
|
+
name: University of Alberta Mold Herbarium and Culture Collection
|
361
|
+
organization: University of Alberta
|
362
|
+
url: 'https://www.uamh.ca/index.html'
|
363
|
+
url_pattern: 'https://www.uamh.ca/details.php?id=%s'
|
364
|
+
_examples: [ UAMH 2956 ]
|
365
|
+
_tested: 2025-03-20
|
250
366
|
- codes: [ ULC ]
|
251
|
-
name:
|
367
|
+
name: >-
|
252
368
|
Belgian Coordinated Collections of Microorganisms (BCCM),
|
253
369
|
University of Liège Cyanobacteria Collection
|
254
370
|
organization: 'BELSPO: Belgian Science Policy'
|
255
371
|
country_code: BE
|
256
372
|
url_pattern:
|
257
373
|
'https://bccm.belspo.be/catalogues/bm-details?accession_number=ULC%%20%s'
|
374
|
+
|
375
|
+
#--- V
|
258
376
|
- codes: [ VKM ]
|
259
377
|
name: ВСЕРОССИЙСКАЯ КОЛЛЕКЦИЯ МИКРООРГАНИЗМОВ
|
260
378
|
name_en: All-Russian Collection of Microorganisms
|
261
|
-
organization:
|
379
|
+
organization: >-
|
262
380
|
Pushchino Scientific Center for Biological Research of the
|
263
381
|
Russian Academy of Sciences
|
264
382
|
country_code: RU
|
265
383
|
url_pattern: 'http://www.vkm.ru/strains.php?vkm=%s'
|
384
|
+
|
385
|
+
#--- W
|
386
|
+
|
387
|
+
#--- X
|
388
|
+
|
389
|
+
#--- Y
|
390
|
+
|
391
|
+
#--- Z
|
392
|
+
|
266
393
|
manifest:
|
267
394
|
update: 2025-03-18
|
data/lib/strain-code/version.rb
CHANGED