Closed jvine closed 7 years ago
@jvine Are there paging/selection controls for this? The research starter isn't really a document as we implement them in Blacklight and the EDS gem, so it's a little tricky.
Also do you have authentication for the pointer to the EBSCO hosted research starter, so I can see what they have?
Also, just an implementation note is that the research starters have a dbid and accession id, like so: https://sw-webapp-sandbox-f.stanford.edu/article/ers__88952994
Are there paging/selection controls for this?
Not sure? The highlighted Research Starter is kind of out of the normal sequence of results - but at the same time, Research Starters is a value in the Database facet, and you can find them in any search result: https://sw-webapp-sandbox-f.stanford.edu/article?f%5Beds_content_provider_facet%5D%5B%5D=Research+Starters&q=climate+change&search_field=search
@jvine the Research Starters content requires authentication. Right now, viewing the Research starter in guest mode only shows the abstract whereas being logged in shows the HTML full text. Do we need some kind of "login to see content" type link somehwere? Both here and on the results page?
@jvine The current full text show page has a label "Full text". Is this what we want for all the show pages, including research starters? It's different than your screenshot above...
@drh-stanford I think the screenshot you included with the label is out of date - Camille fixed it to match the top screenshot. Or am I misunderstanding your question?
@jvine EBSCO doesn't distinguish the section headers from just regular bold terms, so it looks like this:
Also, can you be more specific about where the "Related research starters" come from? I don't see them anywhere in what the EDS API is returning to us.
@jvine below is what I have currently in my feature branch (1504-research-starters
) - the Full Text label will go away when the PR is approved. Note the size is limited to 200px height as some of the images are fairly big.
@jvine can we break the related research starters into a different ticket? i found them but they come back only in a search, so we need to re-run the search or cache the data in the session which is a little more implementation effort.
here's an example for "climate":
{
"id": "ers__88952993",
"title": "Climate and Climatology."
},
{
"id": "ers__89475565",
"title": "Climate zones."
},
{
"id": "ers__89475554",
"title": "Climate and the climate system."
},
{
"id": "ers__89475904",
"title": "Weather vs. climate."
},
{
"id": "ers__88952995",
"title": "Climate Modeling."
}
Basic layout is the same as HTML full text, with these modifications: