diff --git a/_config.yaml b/_config.yaml index 735b8ad..c19d006 100644 --- a/_config.yaml +++ b/_config.yaml @@ -27,7 +27,7 @@ auto-cite: - ../_data/sources-2022.yaml - ../_data/sources-2023.yaml output: ../_data/citations.yaml - depth: 3 + depth: 5 # default front matter parameters for markdown files defaults: diff --git a/_data/citations.yaml b/_data/citations.yaml index 9f40dc4..2f176d7 100644 --- a/_data/citations.yaml +++ b/_data/citations.yaml @@ -1,6 +1,18 @@ # DO NOT EDIT, GENERATED AUTOMATICALLY FROM SOURCES.YAML (AND ELSEWHERE) # See https://github.com/greenelab/lab-website-template/wiki/Citations +- id: language generation from human brain activities + title: Language Generation from Human Brain Activities + authors: + - Ziyi Ye + - Qingyao Ai + - Yiqun Liu + - Min Zhang + - Christina Lioma + - Tuukka Ruotsalo + publisher: arXiv preprint arXiv:2311.09889 + date: '2023-11-16' + link: https://scholar.google.com/scholar?oi=bibs&cluster=2969503613506500697&btnI=1&hl=en - id: 'caseformer: pre-training for legal case retrieval' title: 'Caseformer: Pre-training for Legal Case Retrieval' authors: diff --git a/auto-cite/auto-cite-by-crawler.py b/auto-cite/auto-cite-by-crawler.py index d7245a8..a8c5c26 100644 --- a/auto-cite/auto-cite-by-crawler.py +++ b/auto-cite/auto-cite-by-crawler.py @@ -47,7 +47,7 @@ from selenium.webdriver.chrome.service import Service def setup_webdriver(): # setup webdriver - chrome_service = Service(ChromeDriverManager(chrome_type=ChromeType.CHROMIUM, driver_version="118.0.5993.0").install()) + chrome_service = Service(ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()) chrome_options = Options() options = [