Tom Pollard

Results 77 issues of Tom Pollard

It looks like we may need to make some changes to our GitHub Actions workflow at some point. See: https://github.com/MIT-LCP/physionet-build/actions/runs/6343761694?pr=2086 > The following actions uses node12 which is deprecated and...

All projects are now assigned DOIs, meaning that we should be able to retrieve papers that formally cite them (e.g. via the pubmed, pubmed central, or google scholar APIs). It...

We should consider switching to a dynamic, information-rich homepage to replace the big grey image. The goal would be to actively present useful/interesting information to our users, rather than making...

I should have picked this up during review, but the `get_credentialed_projects_query(user):` is confusingly named. The function is checking both of the following: - whether a user is "credentialed" (i.e. their...

> If you are listed as one of our 'Recommended Repositories', you can now share this with your users. When using this badge we request that you link it to...

feature
good starter issue

There is a Google Analytics property hardcoded in the following template: https://github.com/MIT-LCP/physionet-build/blob/303edbb43b594fa13ff3f6bf704c68eab6873cc8/physionet-django/templates/base_js_top.html#L1-L11 This property should be configurable. Add a `GOOGLE_ANALYTICS_ID` to the .env file. If the ID is not provided,...

When a project reaches the "Awaiting author approval stage", co-authors must approve the final project content for publication. The co-authors see a notification similar to the one below when they...

Allowing any user to create a profile with a link to an external site is a bit risky. If we are going to support user-generated URLs in public profiles, then...

good starter issue
credentialing

In https://github.com/MIT-LCP/physionet-build/pull/2013 we added cloud information to the users page in the user management console. We should also display the user's personal website URL. The URL is stored on the...

good starter issue

In https://github.com/MIT-LCP/physionet-build/pull/2021 we move the hardcoded references to MIMIC-III to instead use the first credentialed project in the database. We should: 1. Fix the remaining hardcoded reference to MIMIC-III in...