Add link to the draft
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c52a2e4fff
commit
79812a9bd8
3 changed files with 8 additions and 1 deletions
|
@ -22,6 +22,10 @@ replicated data types, random testing, and modeling of CheckedC in
|
||||||
Redex.
|
Redex.
|
||||||
|
|
||||||
* Research
|
* Research
|
||||||
|
- Algorithmic Conversion with Surjective Pairing: A Syntactic and Untyped Approach
|
||||||
|
(*Under Submission*, [[file:papers/conf.pdf][draft]]) ::
|
||||||
|
*Yiyun Liu*, Stephanie Weirich
|
||||||
|
|
||||||
- Consistency of a Dependent Calculus of Indistinguishability (*POPL25*, [[file:papers/dcoiomega.pdf][paper]], [[https://doi.org/10.1145/3704843][doi]]) ::
|
- Consistency of a Dependent Calculus of Indistinguishability (*POPL25*, [[file:papers/dcoiomega.pdf][paper]], [[https://doi.org/10.1145/3704843][doi]]) ::
|
||||||
*Yiyun Liu*, Jonathan Chan, Stephanie Weirich
|
*Yiyun Liu*, Jonathan Chan, Stephanie Weirich
|
||||||
|
|
||||||
|
|
BIN
papers/conf.pdf
(Stored with Git LFS)
Normal file
BIN
papers/conf.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
2
site.hs
2
site.hs
|
@ -9,7 +9,7 @@ hakyllConfig :: Configuration
|
||||||
hakyllConfig =
|
hakyllConfig =
|
||||||
defaultConfiguration
|
defaultConfiguration
|
||||||
{ deployCommand =
|
{ deployCommand =
|
||||||
"rsync -ave ssh --rsync-path=/usr/bin/openrsync _site/ ohqo@192.168.77.4:/var/www/htdocs/electriclam.com --delete"
|
"rsync -ave 'ssh -p 10087' _site/ alcymd@electriclam.com:/var/www/infopage --delete"
|
||||||
}
|
}
|
||||||
|
|
||||||
pandocOptions :: WriterOptions
|
pandocOptions :: WriterOptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue