There was an error while loading. Please reload this page.
1 parent 6d8199a commit 5f2784cCopy full SHA for 5f2784c
papersbot.py
@@ -26,18 +26,12 @@
26
27
28
# This is the regular expression that selects the papers of interest
29
-regex = re.compile(r"""
30
- ( \b(MOF|MOFs|COF|COFs|ZIF|ZIFs)\b
31
- | metal.organic.framework
32
- | covalent.organic.framework
33
- | metal–organic.framework
34
- | covalent–organic.framework
35
- | imidazolate.framework
36
- | porous.coordination.polymer
37
- | framework.material
38
- )
39
- """, re.IGNORECASE | re.VERBOSE)
40
-
+regex = re.compile(r"""( geomstats |
+ riemannian.statistics |
+ hyperbolic.space |
+ riemannian.metric
+ )
+ """, re.IGNORECASE | re.VERBOSE)
41
42
# We select entries based on title or summary (abstract, for some feeds)
43
def entryMatches(entry):
0 commit comments