-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
123 lines (120 loc) · 3.67 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
project:
type: default
output-dir: docs
preview:
port: 4204
title: "Version Control with Git"
date: today
date-modified: last-modified
author-title: ""
affiliation-title: ""
published-title: ""
modified-title: ""
title-block-categories: false
number-sections: false
# bibliography: references.bib
appendix-cite-as: display
favicon: "./assets/favicon.svg"
# twitter-card:
# image: "https://github.com/saforem2/lattice23/blob/main/assets/thumbnail.png?raw=true"
# site: "@saforem2"
# creator: "@saforem2"
author:
name: Ray Yang
# url: https://samforeman.me
# orcid: 0000-0002-9981-0876
# email: [email protected]
# affiliation: Argonne National Laboratory
# affiliation-url: https://alcf.anl.gov/about/people/sam-foreman
# citation:
# author: Sam Foreman
# type: speech
# genre: "Presentation at the 2023 International Symposium on Lattice Field Theory"
# container-title: https://indico.fnal.gov/event/57249/contributions/271305/
# title: "MLMC: Machine Learning Monte Carlo for Lattice Gauge Theory"
# url: https://saforem2.github.io/lattice23
# abstract: |
# We present a trainable framework for efficiently generating gauge
# configurations, and discuss ongoing work in this direction. In particular, we
# consider the problem of sampling configurations from a 4D 𝑆𝑈(3) lattice gauge
# theory, and consider a generalized leapfrog integrator in the molecular
# dynamics update that can be trained to improve sampling efficiency.
# -----------------------
# type: article-journal
# container-title: ACM Transactions on Embedded Computing Systems
# volume: 21
# issue: 2
# issued: 2022-03
# issn: 1539-9087
# doi: 10.1145/3514174
# -----------------------
# type: speech
# container-title: "Journal of Data Science Software"
# doi: "10.23915/reprodocs.00010"
# url: https://example.com/summarizing-output
# -----------------------
# google-scholar: true
# google-analytics: G-XVM2Y822Y1
#
#
#
#
#
# # website:
# # page-navigation: true
# # title: "MLMC: Machine Learning Monte Carlo"
# # # site-url: "https://saforem2.github.io/mlmc"
# # # favicon: "./assets/favicon.svg"
# appendix-cite-as: display
# citation:
# type: speech
# genre: "Presentation at the 2023 International Symposium on Lattice Field Theory"
# container-title: https://indico.fnal.gov/event/57249/contributions/271305/
# title: "MLMC: Machine Learning Monte Carlo for Lattice Gauge Theory"
# url: https://saforem2.github.io/lattice23
# author:
# - name: Sam Foreman
# # id: sf
# url: https://samforeman.me
# orcid: 0000-0002-9981-0876
# email: [email protected]
# affiliation: "Argonne National Laboratory"
# affiliation-url: https://alcf.anl.gov/about/people/sam-foreman
#
# # affiliation:
# # - name: Argonne National Laboratory
# # city: Chicago
# # state: IL
# # url: https://alcf.anl.gov
# #
# favicon: "./assets/favicon.svg"
# google-analytics: G-XVM2Y822Y1
# # title: A Published Conference Paper
# # author:
# # - name: Norah Jones
# # affiliation: School of Hard Knocks
# # orcid: 0000-0001-8715-9476
# # citation:
# # type: paper-conference
# # container-title: "Proceedings of the annual conference of the Society for Research"
# # publisher: "Society for Research"
# # issued: 2020/09/23
# # volume: 2
# # doi: "10.23915/reprodocs.00010"
# # url: https://example.com/summarizing-output
# # page-first: 46
# # page-last: 53
# # editor:
# # - Don Draper
# # - Nick Fury
# # google-scholar: true
# #
# #
# # affiliation: ""
# # date: ""
# # toc: true
# filters:
# - lua/callouts.lua
# highlight-style:
# dark: dracula
# light: dracula-light