Пример #1
0
 def requires(self):
     return {
         'file': ElsevierJournalsIntermediateSchema(date=self.date),
         'config': AMSLFilterConfig(date=self.date),
     }
Пример #2
0
 def requires(self):
     return {
         'file': DegruyterIntermediateSchema(date=self.date),
         'config': AMSLFilterConfig(date=self.date)
     }
Пример #3
0
 def requires(self):
     return {
         'file': GeniosCombinedIntermediateSchema(date=self.date),
         'config': AMSLFilterConfig(date=self.date),
     }
Пример #4
0
 def requires(self):
     return {
         'file': CrossrefIntermediateSchema(date=self.date),
         'config': AMSLFilterConfig(date=self.date),
     }
Пример #5
0
 def requires(self):
     return {
         'is': ThiemeIntermediateSchema(date=self.date, set=self.set),
         'config': AMSLFilterConfig(date=self.date),
     }