You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhances the user experience by restricting access to publications based on their status.
- Introduces admin-only visibility for non-published publications on the works list and landing pages,
allowing administrators to preview and manage content effectively.
- Adds an "Edit in Admin" button for admins on the work landing page for quick access.
- Implements permission checks in the API viewset to filter publications based on user roles.
- Includes comprehensive tests to ensure the correct behavior for different user types and publication statuses.
add a button to the work landing page for the logged in admin that takes the user directly to the editing view in the Django backend.
2
2
3
+
for the article http://127.0.0.1:8000/work/10.1007/s11368-020-02742-9/ with the internal ID 949
3
4
5
+
the editing page is http://127.0.0.1:8000/admin/publications/publication/949/change/
4
6
5
-
# geoextent
7
+
--
6
8
9
+
10
+
expand all harvesting to identify an existing OpenAlex record based on the available unique identifier and store the OpenAlex ID together with the record; if there is no perfet match then the property of the record should be set to None and a seperate field should indicate which partial match(es) were found and what kind of match it was (e.g. DOI match, title+author match, etc);
11
+
12
+
expand all harvesting to include the messages that led to a warning log also in the email that is sent after the harvesting run, so that the user can see what went wrong without having to check the logs;
13
+
14
+
--
15
+
16
+
17
+
add feed-based harvesting support (RSS/Atom) for EarthArxiv;
18
+
19
+
all articles from EarthArxiv are available via https://eartharxiv.org/repository/list/
20
+
21
+
there is a feed at https://eartharxiv.org/feed/ but it is unclear how many articles it contains
0 commit comments