-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,33 @@ date: 2022-10-24 | |
type: landing | ||
|
||
sections: | ||
- block: contact | ||
- block: markdown | ||
content: | ||
title: "Shared Zotero Library :books:" | ||
text: | ||
email: [email protected] | ||
# Automatically link email and phone or display as text? | ||
autolink: true | ||
|
||
# Email form provider | ||
form: | ||
provider: netlify | ||
formspree: | ||
id: | ||
netlify: | ||
# Enable CAPTCHA challenge to reduce spam? | ||
captcha: true | ||
subtitle: '' | ||
text: " ### How to access it ? | ||
Send an email to Camille Maumet (camille.maumet (at) inria.fr) with: | ||
``` | ||
[object] : access to repro zotero library | ||
Dear Mrs Maumet, | ||
I am currently member of the Empenn research team and would like to access the reproducibility working group shared zotero library | ||
Please find hereunder my zotero informations: | ||
zotero_login: <your_zotero_login> | ||
or | ||
zotero_email:<your_zotero_email> | ||
``` | ||
You should receive a zotero invitation by email giving you access to the library :) | ||
> [!NOTE] | ||
> The approval process may take a few days | ||
> [!TIP] | ||
> Please check your spam directory as the zotero email might end up there" | ||
design: | ||
columns: '1' | ||
spacing: | ||
padding: ['20px', '0', '20px', '0'] | ||
css_class: fullscreen | ||
|
||
--- |