Categories
articles biology code

EvoDevo Papers: full archive and search functionality

EvoDevo Papers' header with new search button.

I’ve released a major update to EvoDevo Papers. The database now has all the papers posted since 2015 and a new search form for swiftly exploring the contents.

Full archive

In the previous update, I improved the website by creating separate pages for feeds, posts and individual papers to make the database contents accessible to anyone wanting to discover recent papers in the field of evo-devo. However, the archive was incomplete. None of the papers posted during the Twitter era (2015–2023) were present because the website only had the papers posted after the big refactoring. But, now, this is solved. I imported all the legacy tweets to the database. EvoDevo Papers now has about 1.8k papers.

Search

With this many papers, browsing and finding relevant posts becomes harder. To improve this I implemented a basic search functionality and, I have to say, I’m quite pleased with the results:

Screencast of new search form in EvoDevo Papers.

Searching is fast and unobtrusive and works great for a quick check using your favorite keywords. But note, however, that only the papers’ titles are indexed. This is a limitation from the original feeds which don’t add other information reliably, like the abstract or the authors; the only field guaranteed to be there is the title.

On the technical side, implementing a search like this was new to me. The website is based on Django but it’s rendered to static files using django-distill. Therefore, I couldn’t use a standard SearchVector, for example, as the website is made of static HTML files. After some searching and testing, I eventually settled on a JavaScript library called FlexSearch. It can index and perform the search entirely on the client-side, and it’s fast. And after a couple of iterations, I even got the autocomplete and the word highlighting to work. I hope these features improve the search experience for the evo-devo enthusiasts using the website.

Outlook

The full archive and search functionality mark a milestone for EvoDevo Papers. I consider the project more or less feature-complete. Maybe I’ll do improvements here and there, but I likely won’t implement major new features. Using RSS feeds as a source of content has its limitations, which I plan to overcome in another project (still in development). Now, for EvoDevo Papers, I will focus on adding more sources, like other journals and preprint repositories, and on improving the filters of search-based feeds to increase the representation of evo-devo papers collected by the app.

Reply by Email

or

Leave a Comment

Your email address will not be published. Required fields are marked *