diff --git a/src/DetailPage/index.jsx b/src/DetailPage/index.jsx index 6f80a8b..7b3e603 100644 --- a/src/DetailPage/index.jsx +++ b/src/DetailPage/index.jsx @@ -12,7 +12,7 @@ import { Container, Row, Col } from "react-bootstrap"; import { getSymmetryInfo } from "mc-react-library"; -import { CitationsList } from "./components/CitationsList"; +import { CitationsList } from "../common/CitationsList"; import { loadMetadata, diff --git a/src/MainPage/index.jsx b/src/MainPage/index.jsx index b37f2d5..9084a62 100644 --- a/src/MainPage/index.jsx +++ b/src/MainPage/index.jsx @@ -18,6 +18,7 @@ import { restapiText } from "./restapiText"; import { loadIndexMc2d } from "./loadIndexMc2d"; import { DownloadButton } from "./DownloadButton.jsx"; +import { CitationsList } from "../common/CitationsList.jsx"; const MainPage = ({ tab }) => { const navigate = useNavigate(); @@ -61,7 +62,11 @@ const MainPage = ({ tab }) => { Materials Cloud 2D crystals database is a curated set of 2D materials obtained by screening most known 3D crystal structures by a computational exfoliation procedure. This database contains the - relaxed 2D materials and their various properties. + relaxed 2D materials and their various properties. For more details, + please see the related publications: +