Add files via upload
parent
6d1345957c
commit
4325ada4b8
|
@ -97,7 +97,8 @@
|
||||||
#:readers
|
#:readers
|
||||||
(list commonmark-reader*)
|
(list commonmark-reader*)
|
||||||
#:builders
|
#:builders
|
||||||
(list (blog #:theme default-theme #:collections %projects)
|
(list
|
||||||
|
(blog #:theme default-theme #:collections %projects)
|
||||||
(blog #:theme default-theme #:collections %research)
|
(blog #:theme default-theme #:collections %research)
|
||||||
home-page
|
home-page
|
||||||
about-page
|
about-page
|
||||||
|
|
|
@ -106,10 +106,10 @@
|
||||||
(link* "LinkedIn" "https://www.linkedin.com/in/cristiancezarmoises"))
|
(link* "LinkedIn" "https://www.linkedin.com/in/cristiancezarmoises"))
|
||||||
|
|
||||||
(define (orcid)
|
(define (orcid)
|
||||||
(link* "ORCID" "https://orcid.org/0000-0001-9533-4916"))
|
(link* "ResearchGate" "https://www.researchgate.net/profile/Cristian-Moises/research"))
|
||||||
|
|
||||||
(define (arxiv)
|
(define (arxiv)
|
||||||
(link* "ArXiv" "https://arxiv.org/search/?"))
|
(link* "TOR" "http://idtirp7vx6rcpxgkmm3t6ungbuq6wcsinjggfhmppuv2e2prux4gc6qd.onion/"))
|
||||||
|
|
||||||
(define (ads)
|
(define (ads)
|
||||||
(link* "Youtube" "https://youtube.com/@securityops"))
|
(link* "Youtube" "https://youtube.com/@securityops"))
|
||||||
|
|
Loading…
Reference in New Issue