11{% extends "templates/login.html" %}
22
33<!---->
4- {% block title %}Demo AiiDAlab - Login{% endblock %}
4+ {% block title %}AiiDAlab {{ deployment }} - Login{% endblock %}
55
66<!---->
77{% block stylesheet %}
2121 </ a >
2222 </ div >
2323 < div id ="title ">
24- < h1 > Welcome to the AiiDAlab Demo Server</ h1 >
25- < span class ="hint ">
26- A pre-configured environment for exploring AiiDAlab
27- </ span >
24+ < h1 > Welcome to the AiiDAlab {{ DEPLOYMENT }} Server</ h1 >
25+ < span class ="hint "> {{ subtitle }}</ span >
2826 </ div >
2927 < div id ="login-button ">
3028 {% block login %} {{ super() }} {% endblock login %}
3129 </ div >
32- {% if is_ephemeral %}
30+ {% if deployment == "Demo" %}
3331 < div id ="warning-banner " class ="alert alert-warning ">
3432 < h2 id ="warning-label ">
3533 < i class ="fa fa-exclamation-triangle "> </ i >
@@ -108,17 +106,17 @@ <h2>Resources</h2>
108106 </ div >
109107 </ section >
110108
109+ {% if include_qe %}
111110 < section id ="quantum-espresso ">
112111 < div class ="info-box ">
113112 < div class ="section-header ">
114113 < h2 > The Quantum ESPRESSO (QE) App</ h2 >
115114 </ div >
116115 < p >
117- The demo server is pre-configured with the AiiDAlab
116+ This server is pre-configured with the AiiDAlab
118117 < a href ="https://aiidalab-qe.readthedocs.io/ " target ="_blank "
119118 > Quantum ESPRESSO (QE) app</ a
120- >
121- . The app provides a user-friendly interface to set up and run
119+ > . The app provides a user-friendly interface to set up and run
122120 < a href ="https://www.quantum-espresso.org/ " target ="_blank "
123121 > Quantum ESPRESSO</ a
124122 >
@@ -128,49 +126,31 @@ <h2>The Quantum ESPRESSO (QE) App</h2>
128126 ideal tool for beginners and experienced users, as well as instructors
129127 and students, in the field of computational materials science.
130128 </ p >
131- </ div >
132- </ section >
133-
134- < section id ="faq ">
135- < div class ="info-box ">
136- < div class ="section-header ">
137- < h2 > Any Questions?</ h2 >
129+ < div class ="citations ">
130+ < h4 > Please cite:</ h4 >
131+ < ul >
132+ < li >
133+ Wang, X., Bainglass, E., Bonacci, M., Ortega-Guerrero, A. et al.
134+ < em > npj. Comput. Mater.</ em > < b > 12</ b > , 72 (2026)
135+ < br />
136+ < a
137+ href ="https://doi.org/10.1038/s41524-025-01936-4 "
138+ target ="_blank "
139+ >
140+ DOI:10.1038/s41524-025-01936-4
141+ </ a >
142+ </ li >
143+ </ ul >
138144 </ div >
139- < p >
140- If you have any questions or need assistance, please refer to the
141- < a href ="/faq "> FAQ</ a > page. If you cannot find your question, please
142- < a
143- href ="mailto:aiidalab@materialscloud.org?subject=[HELP] AiiDAlab Demo Server "
144- > send us an email</ a
145- > .
146- </ p >
147- For technical issues, please open an issue at:
148- < ul >
149- < li >
150- < a href ="https://github.com/aiidalab/aiidalab/issues/new " target ="_blank "
151- > AiiDAlab</ a
152- >
153- </ li >
154- < li >
155- < a
156- href ="https://github.com/aiidalab/aiidalab-demo-server/issues/new "
157- target ="_blank "
158- > AiiDAlab Demo Server</ a
159- >
160- </ li >
161- < li >
162- < a
163- href ="https://github.com/aiidalab/aiidalab-qe/issues/new "
164- target ="_blank "
165- > AiiDAlab Quantum ESPRESSO app</ a
166- >
167- </ li >
168- </ ul >
169145 </ div >
170146 </ section >
147+ {% endif %}
171148
172149 < section id ="acknowledgement ">
173150 < div class ="info-box ">
151+ < div class ="section-header ">
152+ < h2 > Acknowledgements</ h2 >
153+ </ div >
174154 < p >
175155 This work is or has been supported by the
176156 < a href ="http://nccr-marvel.ch " target ="_blank ">
@@ -194,13 +174,8 @@ <h2>Any Questions?</h2>
194174 Materials Cloud partners</ a
195175 > .
196176 </ p >
197- < div id ="citations ">
198- < p >
199- < strong >
200- If you use AiiDAlab or the QE app in your research, please cite the
201- following publications:
202- </ strong >
203- </ p >
177+ < div class ="citations ">
178+ < h4 > Please cite:</ h4 >
204179 < ul >
205180 < li >
206181 A. V. Yakutovich et al. < em > Comp. Mat. Sci.</ em > < b > 188</ b > , 110165
@@ -213,22 +188,54 @@ <h2>Any Questions?</h2>
213188 DOI:10.1016/j.commatsci.2020.110165
214189 </ a >
215190 </ li >
216- < li >
217- Wang, X., Bainglass, E., Bonacci, M., Ortega-Guerrero, A. et al.
218- < em > npj. Comput. Mater.</ em > < b > 12</ b > , 72 (2026)
219- < br />
220- < a
221- href ="https://doi.org/10.1038/s41524-025-01936-4 "
222- target ="_blank "
223- >
224- DOI:10.1038/s41524-025-01936-4
225- </ a >
226- </ li >
227191 </ ul >
228192 </ div >
229193 </ div >
230194 </ section >
231195
196+ < section id ="faq ">
197+ < div class ="info-box ">
198+ < div class ="section-header ">
199+ < h2 > Any Questions?</ h2 >
200+ </ div >
201+ < p >
202+ If you have any questions or need assistance, please refer to the
203+ < a href ="/faq "> FAQ</ a > page. If you cannot find your question, please
204+ < a
205+ href ="mailto:{{ support_emails | join(',') }}?subject=[HELP] AiiDAlab PSI Server "
206+ > send us an email</ a
207+ > .
208+ </ p >
209+ For technical issues, please open an issue at:
210+ < ul >
211+ < li >
212+ < a
213+ href ="https://github.com/aiidalab/aiidalab/issues/new "
214+ target ="_blank "
215+ > AiiDAlab</ a
216+ >
217+ </ li >
218+ {% if deployment == "Demo" %}
219+ < li >
220+ < a
221+ href ="https://github.com/aiidalab/aiidalab-demo-server/issues/new "
222+ target ="_blank "
223+ > AiiDAlab Demo Server</ a
224+ >
225+ </ li >
226+ {% endif %} {% if include_qe %}
227+ < li >
228+ < a
229+ href ="https://github.com/aiidalab/aiidalab-qe/issues/new "
230+ target ="_blank "
231+ > AiiDAlab QE app</ a
232+ >
233+ </ li >
234+ {% endif %}
235+ </ ul >
236+ </ div >
237+ </ section >
238+
232239 < section id ="sponsors ">
233240 < a class ="logo " href ="http://nccr-marvel.ch/ " target ="_blank ">
234241 < img src ="/hub/static/external/marvel-logo.png " alt ="NCCR MARVEL " />
0 commit comments