ourresearch / citeas-api

Get the scholarly citation for any research product: software, preprint, paper, or dataset
https://citeas.org
MIT License
68 stars 4 forks source link

Using words to search? #55

Closed jameshowison closed 4 years ago

jameshowison commented 4 years ago

Currently the search bar doesn't suggest using a word, but we have that capability. Can we add that prompt to the search bar (next to ArXiv ID)?

Also I think we just use the first search result. I've been playing around with adding +citation to the search term, and I think it might work better in general?

caseydm commented 4 years ago

This search bar now says 'keyword' after ArXiv ID.

Right now we are adding 'software' to every keyword query then returning the first search result. Do you want me to remove that and put citation instead? Maybe try it out for a bit and see how it works?

jameshowison commented 4 years ago

Oh ok. Not sure if it makes sense to try both "software" and "citation" (and maybe "how to cite" or "Requested Citation") as starting points? Could multiple starting points be fed into the provenance process?

Also any reason why not "or any search term (e.g.. software name/abbreviation)" rather than "keyword"? Keyword implies some controlled vocab or something?

--James

On Sat, Sep 28, 2019 at 2:54 PM caseydm notifications@github.com wrote:

This search bar now says 'keyword' after ArXiv ID.

Right now we are adding 'software' to every keyword query then returning the first search result. Do you want me to remove that and put citation instead? Maybe try it out for a bit and see how it works?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Impactstory/citeas-api/issues/55?email_source=notifications&email_token=AAAWOUW2PXN7NGPU7CNIBJLQL6Y7LA5CNFSM4I2A2QP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD73BIJY#issuecomment-536220711, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAWOUSHUTP5PE6ZXGETJALQL6Y7LANCNFSM4I2A2QPQ .

caseydm commented 4 years ago

Good point. Just updated the search term language again.

No, right now the search portion happens at the beginning of the process so I don't think we can change search terms by provenance (without a lot of refactoring). I'll add 'software' and 'citation' to the current search terms and we can see how that performs for a bit.