Skip to content

Releases: ResearchHub/researchhub-web

My Feed and Sidebar UI

08 Feb 18:03
Compare
Choose a tag to compare

Features

  1. Allow users to have a custom feed with papers in hubs that they follow.
  2. Update UI for side-column components in Home / Hub Pages.
  3. Update UI for Hub Tags on paper components and page.

www researchhub com_

Elastic Search UI

16 Dec 02:24
276d67a
Compare
Choose a tag to compare

Feature

  1. Updates Search UI to include authors results.
  2. Updates highlighting feature to include authors and abstract on paper results.
  • Previously only matched portions of the abstract and authors returned.
  1. Updates the empty state for search.
  2. Removes set time on search to make search feel more responsive and faster.

Empty State
A_New_QoS-Guarantee_Strategy_for_NOMA_Assisted_Semi-Grant-Free_Transmission

**Highlighting query matches on abstract for Paper Results
A_New_QoS-Guarantee_Strategy_for_NOMA_Assisted_Semi-Grant-Free_Transmission
**

Highlighting query matches on authors for Paper Results
A_New_QoS-Guarantee_Strategy_for_NOMA_Assisted_Semi-Grant-Free_Transmission

Author Search UI
A_New_QoS-Guarantee_Strategy_for_NOMA_Assisted_Semi-Grant-Free_Transmission

Updated hubs / preregistration

07 Oct 02:11
f3cd0a1
Compare
Choose a tag to compare

Adding in updated hubs along with pre-registration

Client Load

25 Sep 06:54
c677bd1
Compare
Choose a tag to compare

Loading Hubs / Papers from the client

Remove Initial Actions

25 Sep 06:30
Compare
Choose a tag to compare

Remove initial actions

Sift Intergation

15 Sep 22:58
0b0b2f7
Compare
Choose a tag to compare

Leverage Sift API on ResearchHub FE to receive more detailed analysis of user behavior.

Paper Page Optimizations & Home / Hub Slugs

12 Sep 01:37
40dba8f
Compare
Choose a tag to compare

Features

  1. Improve the load time of the Paper Page.
  2. Sync subscribed state for HubsList Component.
  3. Filters, scopes, and pages are reflected for url slugs on Home & Hub Page.

Author Page SEO Improvements

05 Sep 01:34
bab1422
Compare
Choose a tag to compare

Features

  • Tabbed content should exist in DOM before switching to it (Author / User Page)
  • Onpage make things H1, H2, and H3 tags
  • Author profile loading state from one author to author
  • Author profile Load More button to load more content

Update Paper's Vote Object from initialProps

02 Sep 22:00
9153858
Compare
Choose a tag to compare

Fixes a bug where a paper's vote state would persist even after a user's successful login, when page is refreshed.

Frontend rendering hubs from server

02 Sep 01:13
7d78793
Compare
Choose a tag to compare

Rendering the home page / hubs page from the server. This should bring a big speedup to the site as calling the server from the client was taking some time.