예제 #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),
     }