2.32.0 #2605
robyngit
announced in
Announcements
2.32.0
#2605
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features 🎉
Data previews
On dataset landing pages, CSV & TSV files that are 20MB or smaller can now be previewed directly in the browser. The preview is displayed in a table format, and users can scroll through the data to see the contents of the file. Users can sort the data by clicking on the column headers and may proceed to download the file directly from the preview modal. For more, see #1758.
Assign a canonical version to a data package & and display a reference to it prominently on the landing page
Sometimes datasets in the DataONE federation are essentially duplicates of an external dataset that was originally published elsewhere. For example, researchers may want to preserve a copy of a dataset in DataONE for posterity or to ensure that the data remains accessible. In such cases, it is more approprite to cite the original dataset rather than the copy. To help users identify the original dataset, MetacatUI now allows users to assign a canonical version to their data package. The canonical version is displayed prominently on the dataset landing page, making it easy for users to identify the original dataset and cite it correctly. This avoids issues with misrepresentation and citation confusion. For more, see #2541
Embed videos and data visualizations in Portal pages
Users can now embed videos and data visualizations from trusted sources in Portal markdown pages. This feature allows users to include rich media content in their pages, including informative videos and interactive data visualizations. This feature is available in repositories that have configured a list of trusted sources, and only content from these sources can be embedded. For more, see #1730 and #1383.
For the initial release of this feature, users can embed content by directly adding an
<iframe>
tag to the markdown content. In future releases, we plan to provide a more user-friendly interface for embedding content.Misc improvements
sem_annotation
field in the Filter Editor #2538Bug fixes 🛠️
displayDatasetMetrics
anddisplayMetricModals
are false #2571shortName
to theEML211
model functionserialize
#2536Developer notes
New configuration options
See the complete changelog: 2.31.0...2.32.0
This discussion was created from the release 2.32.0.
Beta Was this translation helpful? Give feedback.
All reactions