@@ -22,7 +22,7 @@ transform crystal structures and molecules.
22
22
Crystal Toolkit Demonstration App
23
23
---------------------------------
24
24
25
- You can visit the current Crystal Toolkit web app `here. <https://materialsproject.org/#apps/xtaltoolkit >`_
25
+ You can visit the current Crystal Toolkit web app `here. <https://next-gen. materialsproject.org/toolkit >`_
26
26
27
27
28
28
Crystal Toolkit Web Framework
@@ -32,7 +32,12 @@ Crystal Toolkit is designed as a modular, object-orientated suite of UI componen
32
32
built upon the `Dash framework by Plotly <https://dash.plot.ly >`_. The main Crystal Toolkit web app is just
33
33
one example of using these components.
34
34
35
- ...
35
+ The custom Dash components developed for use by Crystal Toolkit are available at
36
+ `dash-mp-components <https://github.com/materialsproject/dash-mp-components >`_, and
37
+ powered by our custom React components available at
38
+ `mp-react-components <https://github.com/materialsproject/mp-react-components >`_. These
39
+ can be explored interactively in our
40
+ `Storybook <https://materialsproject.github.io/mp-react-components/?path=/story/introduction-mp-react-components--page >`_.
36
41
37
42
Installation
38
43
------------
@@ -59,6 +64,15 @@ Make sure to set your ``PMG_MAPI_KEY`` appropriately.
59
64
If you need a Materials Project API key, please get a free account on
60
65
`Materials Project <https://materialsproject.org >`_ and access your dashboard.
61
66
67
+
68
+ Dash 2.x Migration
69
+ ------------------
70
+
71
+ Crystal Toolkit works with both Dash 1.x and Dash 2.x. Several design choices were made
72
+ before Dash 2.x was developed that may be re-evaluated in future as new functionality
73
+ becomes available.
74
+
75
+
62
76
Development Team
63
77
----------------
64
78
@@ -68,7 +82,8 @@ The `Crystal Toolkit Development Team <https://github.com/materialsproject/cryst
68
82
69
83
Contributors
70
84
71
- * `François Chabbey <https://github.com/chabb >`_ for React components
85
+ * `Cody O'Donnell <https://github.com/codytodonnell >`_ primary developer of custom React components
86
+ * `François Chabbey <https://github.com/chabb >`_ for development of React components
72
87
* `Jimmy Shen <https://github.com/jmmshn >`_ contributed pythreejs support, surface plotting, initial arrows/axes support, and various bug fixes
73
88
* `Joey Montoya <https://github.com/JosephMontoya-TRI >`_ contributed Pourbaix component
74
89
* `Shyam Dwaraknath <https://github.com/shyamd >`_ for planned contributions for ellipsoid support and architectural design
0 commit comments