Added software engineering to search string

This commit is contained in:
2024-07-29 10:55:34 +02:00
parent 2a3172850e
commit bc3491d8f8
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ if __name__ == '__main__':
q = os.environ.get('ARXIV_QUERY', '')
if not q:
print("No query string provided, will use default.")
q = 'cat:cs.CV+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.AI+OR+cat:cs.NE+OR+cat:cs.RO+OR+cat:cs.AR+OR+cat:cs.DC'
q = 'cat:cs.CV+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.AI+OR+cat:cs.NE+OR+cat:cs.RO+OR+cat:cs.AR+OR+cat:cs.DC+cat:cs.SE'
pdb = get_papers_db(flag='c')
mdb = get_metas_db(flag='c')
+5 -1
View File
@@ -17,7 +17,11 @@ services:
- /Users/schihei/git/arxiv-sanity-lite/container-data/data/:/app/data
- /Users/schihei/git/arxiv-sanity-lite/container-data/static/thumb/:/app/static/thumb
environment:
- ARXIV_QUERY=cat:cs.CV+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.AI+OR+cat:cs.NE+OR+cat:cs.RO+OR+cat:cs.AR+OR+cat:cs.DC
- ARXIV_QUERY=cat:cs.CV+OR+cat:cs.LG+OR+cat:cs.CL+OR+cat:cs.AI+OR+cat:cs.NE+OR+cat:cs.RO+OR+cat:cs.AR+OR+cat:cs.DC+cat.cs.SE
- SMTP_ADDRESS=mail.h3132.de
- SMTP_PORT=465
- SMTP_USER_NAME=arxiv@h3132.de
- SMTP_PASSWORD=__ap0gee9436!
# The commented out section below is an example of how to define a PostgreSQL
# database that your application can use. `depends_on` tells Docker Compose to
# start the database before your application. The `db-data` volume persists the