Skip to content
Snippets Groups Projects
Commit be71ca7e authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

new perovskite tutorial

parent 21995604
No related branches found
No related tags found
No related merge requests found
...@@ -30,4 +30,4 @@ docker run -ti -v $PWD:/frontend -v /nomad/nomadlab/servers/labdev-nomad/analyti ...@@ -30,4 +30,4 @@ docker run -ti -v $PWD:/frontend -v /nomad/nomadlab/servers/labdev-nomad/analyti
docker run -ti -v $PWD:/frontend -v /nomad/nomadlab/servers/labdev-nomad/analytics/beaker:/usr/src/app -w /usr/src/app -v /nomad/nomadlab/servers/services-info:/services-info --rm node:carbon bash -c 'npm install; node app.js templateEvaluer --replacements /services-info/labtest-nomad.services.yaml --replacements /frontend/config/labtest-nomad.yaml --template /frontend/nginx.conf.in --out-file /frontend/nginx-labtest-nomad.conf' docker run -ti -v $PWD:/frontend -v /nomad/nomadlab/servers/labdev-nomad/analytics/beaker:/usr/src/app -w /usr/src/app -v /nomad/nomadlab/servers/services-info:/services-info --rm node:carbon bash -c 'npm install; node app.js templateEvaluer --replacements /services-info/labtest-nomad.services.yaml --replacements /frontend/config/labtest-nomad.yaml --template /frontend/nginx.conf.in --out-file /frontend/nginx-labtest-nomad.conf'
docker run -d --restart=unless-stopped -v /root/certs:/certs:ro -v /nomad/nomadlab/servers/labtest-nomad/web-certs:/web-certs:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/nginx-labtest-nomad.conf:/etc/nginx/nginx.conf:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/www-root:/usr/share/nginx/html:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/client_temp:/etc/nginx/client_temp -p 80:80 -p 443:443 -p 5509:5509 --name frontendNginx nginx docker run -d --restart=unless-stopped -v /root/certs:/certs:ro -v /nomad/nomadlab/servers/labtest-nomad/web-certs:/web-certs:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/nginx-labtest-nomad.conf:/etc/nginx/nginx.conf:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/www-root:/usr/share/nginx/html:ro -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/client_temp:/etc/nginx/client_temp -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/cache:/var/cache/nginx -v /nomad/nomadlab/servers/labtest-nomad/frontend-nginx/run:/var/run -p 80:80 -p 443:443 -p 5509:5509 --name frontendNginx nginx
...@@ -202,6 +202,61 @@ ...@@ -202,6 +202,61 @@
"id": "creedoMain", "id": "creedoMain",
"type": "demos" "type": "demos"
}, },
{
"attributes": {
"authors": [
"Christopher Bartel",
"Christopher Sutton",
"Bryan Goldsmith",
"Runhai Ouyang",
"Charles Musgrave",
"Luca Ghiringhelli",
"Matthias Scheffler"
],
"created_at": "",
"description": "A tool for predicting the probability that a given chemical formula will crystallize in a perovskite structure. This prediction is made using a newly developed tolerance factor (descriptor) which makes predictions based on automatically assigned ionic radii and oxidation states. Within this notebook, you can also visualize the probability of forming perovskite for any single or double perovskite formula as a function of the cationic radii.",
"editLink": "/notebook-edit/data/shared/tutorialsNew/perovskite_prediction_double/perovskite_prediction_double.bkr",
"featured": true,
"isPublic": true,
"labels": {
"application_keyword": [
"perovskites",
"stability",
"classification"
],
"application_section": [
"Crystal structure prediction"
],
"category": [
"Demo"
],
"data_analytics_method": [
"SISSO"
],
"language": [
"python",
"javascript"
],
"platform": [
"beaker"
],
"reference": [
"arXiv preprint arXiv:1801.07700"
],
"visualization": [
""
]
},
"logicalPath": "/data/shared/tutorials/perovskite_prediction_double/perovskite_prediction_double.bkr",
"title": "New tolerance factor for perovskite stability",
"top_of_list": false,
"updated_at": "",
"user_update": "November 12, 2018",
"username": "tutorialsNew"
},
"id": "",
"type": "demos"
},
{ {
"attributes": { "attributes": {
"authors": [ "authors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment