コード例 #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
ファイル: genios.py プロジェクト: zazi/siskin
 def requires(self):
     return {
         'file': GeniosCombinedIntermediateSchema(date=self.date),
         'config': AMSLFilterConfig(date=self.date),
     }
コード例 #4
0
ファイル: crossref.py プロジェクト: zazi/siskin
 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),
     }