+ We gratefully acknowledge support from our volunteer peer reviewers, + member institutions, and all{' '} + + open-source contributors + + . +
+
-
+
Latest revision published{' '} {epoch2datestring(dates[dates.length - 1])} @@ -246,16 +78,16 @@ export default function Page({ {abstract}
-
-
+
-
-
Cite as: diff --git a/src/app/globals.css b/src/app/globals.css index 358fc28..5b36aec 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -25,7 +25,7 @@ a:hover { } .badge-base { - @apply px-3 py-1.5 rounded inline-block w-fit mr-2 mt-4 text-slate-50 border-2; + @apply px-3 py-1.5 rounded inline-block w-fit mr-2 my-1 text-slate-50 border-2; } .badge-draft { diff --git a/src/app/help/accessibility/page.tsx b/src/app/help/accessibility/page.tsx index d7c1005..fd72b36 100644 --- a/src/app/help/accessibility/page.tsx +++ b/src/app/help/accessibility/page.tsx @@ -11,6 +11,18 @@ export default function Page() { pull request{' '} on GitHub.
++ It has also come to our attention that we may not be able to support + low-spec devices such as old phones, computers, or other devices with + little RAM. This is because we load the entire database of documents, + authors, topics, affiliations, and other data/metadata directly into + memory via JavaScript. As a result, the site may be slow or unusable on + low-spec devices and it can only get worse. If you would like to remedy + this issue, we again recommend you open a{' '} + pull request{' '} + and port our in memory database to an actual remote database. +
+
+ Last updated on {epoch2datestring(dates[dates.length - 1])} +
+
+
+ {abstract} +
+No results found.
+ ) : ( + searchStore.map((result) => ( +