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
Add ds.systems.list(), improve publications search with filters
Systems:
- ds.systems.list(): DataFrame of HPC and storage systems with credential status
- Filter by category: "hpc", "storage", "all"
- Filters out internal, duplicate, and project-specific systems
- Add examples/systems.ipynb
Publications search:
- Add specific filters: pi, keyword, publication_type
- Filters combine with AND logic, all case-insensitive
- ds.publications.search(pi="Rathje", publication_type="simulation")
Update docs and examples for both features.
Copy file name to clipboardExpand all lines: docs/examples.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Search and browse published datasets on DesignSafe.
23
23
24
24
---
25
25
26
+
### Systems
27
+
List HPC and storage systems, check credentials, and view queues.
28
+
29
+
[](https://jupyter.designsafe-ci.org/hub/user-redirect/lab/tree/CommunityData/dapi/systems.ipynb)
0 commit comments