Remove Publication Title from description in study_parser.py#52
Remove Publication Title from description in study_parser.py#52will-moore wants to merge 1 commit intoIDR:masterfrom
Conversation
| "%s\n%s" % (key, component[key])) | ||
| component_title = component[key] | ||
| if "Study Version History" in component: | ||
| history = ("\n\nVersion History\n%s" % |
There was a problem hiding this comment.
If we are looking into removing publication title from the description, a question is whether this heading should be kept at all for the relevant studies or if the value of this field should be more simply appended with 1-2 newlines
There was a problem hiding this comment.
by "this heading" do you mean "Study Version History"? I'm happy to remove that heading too if it's not needed?
|
We want to run this on all studies... |
|
As a one-liner I have been using the following in the past to update all descriptions/annotations of the top-level containers: |
|
Trying to pull this branch onto pilot-idr0125 for testing, but can't connect to github... |
|
The |
|
That worked, thanks! |
|
|
Also just ran the |
See ome/omero-mapr#74 (comment)
We want to simplify the Study
descriptionso that it can be parsed for searching, without duplicating the Study Title in the description.