Tom Pollard

Results 77 issues of Tom Pollard

A while back I created a template for a PhysioNet Python package: https://github.com/MIT-LCP/physionet The package is essentially empty (other than a couple of functions that I added for https://professional.mit.edu/course-catalog/machine-learning-healthcare). If...

Currently, as far as I'm aware, we don't formally document the structure/details of files in the metadata of published projects. For example, we have no structured record of details such...

In https://github.com/MIT-LCP/physionet-build/pull/640 we added support for Schema.org metadata. Croissant is an extension to this schema that captures additional information for finding and using the underlying data (with a focus on...

We currently display some metrics on project views/accesses in the admin console. We should try to display some of these metrics to the authors of published projects. e.g. as a...

In https://github.com/MIT-LCP/physionet-build/pull/2149, we essentially deprecated the `ArchivedProject` model. Before we can remove the ArchivedProject model, we will need to migrate existing Archived Projects to the ArchivedProject model. I think this...

We are now able to set a "valid_duration" for different training types. We had intended to set this to `None` for PhysioNet CITI training, meaning training would never expire. After...

credentialing

I joined a discussion recently where the topic of watermarking datasets came up. This is just a placeholder for discussion on this topic. e.g. should we insert some kind of...

Currently the authorship page at http://localhost:8000/projects/oQDnAyjnJOtM3uPSYkb2/authors/ combines forms for (1) inviting co-authors and (2) adding information such as corresponding author and personal affiliations. The affiliation form in particular is fairly...

As discussed in #2145, it would be nice to add license information to the DataCite metadata profile for projects. DataCite encourages use of SPDX identifiers (an identifier scheme for licenses:...

The `ArchivedProject` object stores information about ActiveProjects that are deleted or rejected: https://github.com/MIT-LCP/physionet-build/blob/8e8ff4204416232905a58cc398ee86772b62f28c/physionet-django/project/modelcomponents/archivedproject.py#L11-L29 There are a couple of major issues with the implementation of `ArchivedProject`: 1. Converting from an `ActiveProject`...