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
There are some entities that have blank pages, most noticeably, external organizations like "15th International Brick and Block Masonry Conference", which publishes conference type publications. Are we indexing publishers for books and chapters only?
Solution options:
Hide items with empty pages -
remove from this view
Add text to empty profiles "There is no information to display yet" (or something similar)
Index all publication types and list under each external organization/publisher (these lists may get humongous - resource expensive) - similar to this
The text was updated successfully, but these errors were encountered:
This can be done by adding a filter to the directory and/or discovery view for organizations that filter by an expecting property to indicate it has information. Similar to how Scholarly Works discovery view has the filters.
This only includes documents with class Document or type:creativeWork and title has a value.
filters:
- field: class
value: Document OR type:creativeWork
opKey: EXPRESSION
- field: title
value: '*'
opKey: EXPRESSION
Update:
The customer currently wants to go with option 1 - filter the list of organizations that do not have any information included.
For example: https://scholars.library.tamu.edu/vivo/display/n7eca8e26/Organizations/View%20All
There are some entities that have blank pages, most noticeably, external organizations like "15th International Brick and Block Masonry Conference", which publishes conference type publications. Are we indexing publishers for books and chapters only?
Solution options:
Hide items with empty pages -
remove from this view
Add text to empty profiles "There is no information to display yet" (or something similar)
Index all publication types and list under each external organization/publisher (these lists may get humongous - resource expensive) - similar to this
The text was updated successfully, but these errors were encountered: