Skip to content

Commit

Permalink
[kahi_scienti_works] foxed code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
omazapa committed Sep 11, 2024
1 parent 6e06f5d commit 296000d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Kahi_scienti_works/kahi_scienti_works/Kahi_scienti_works.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ def process_scienti(self, db, collection, config):
"""
client = MongoClient(config["database_url"])
scienti = client[config["database_name"]][config["collection_name"]]
types_level0 = ['111', '112', '113', '114', # articulos
'121', '122', # Trabajos en eventos
'131', '132', '133', '134', '135', '136', '137', '138', '139', '140', # libros
'141', '142', '143', '144', '145', # Otro artículo publicado
'1A1', '1A2', '1A9', # 1A: Traducciones
'1B1', '1B2', '1B3', '1B9', # 1B: Partituras musicales
'1D', # 1D: Documento de trabajo (Working Paper)
'1K', # 1K: Nota científica
'1Z2', '1Z3', '1Z4', '1Z9', # 1Z: Otra producción bibliográfica
'61', '62', '63', '64', '65', '66' # Trabajos dirigidos/Tutorías
types_level0 = ['111', '112', '113', '114',# articulos
'121', '122',# Trabajos en eventos
'131', '132', '133', '134', '135', '136', '137', '138', '139', '140',# libros
'141', '142', '143', '144', '145',# Otro artículo publicado
'1A1', '1A2', '1A9',# 1A: Traducciones
'1B1', '1B2', '1B3', '1B9',# 1B: Partituras musicales
'1D',# 1D: Documento de trabajo (Working Paper)
'1K',# 1K: Nota científica
'1Z2', '1Z3', '1Z4', '1Z9',# 1Z: Otra producción bibliográfica
'61', '62', '63', '64', '65', '66'# Trabajos dirigidos/Tutorías
]

if self.task == "doi":
Expand Down

0 comments on commit 296000d

Please sign in to comment.