Skip to content

Commit

Permalink
Merge pull request #120 from THUIR/Deriq-Qian-Dong-patch-1
Browse files Browse the repository at this point in the history
Update _config.yaml
  • Loading branch information
Deriq-Qian-Dong authored Nov 21, 2023
2 parents e7322d8 + 964c070 commit 42f5670
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion auto-cite/auto-cite-by-crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 42f5670

Please sign in to comment.