Given semantic scholar link, try to get the most related users from our exiting user base.
If we can compute a user embedding based on their past research, we can return the nearest neighbors.
Need to study the Semantic Scholar API. They compute citing and cited authors. If we have can get these, we can intersect them with our user pool, and identify users to recommend.
We need a mechanism to recommend users to follow.
Some options:
Need to study the Semantic Scholar API. They compute citing and cited authors. If we have can get these, we can intersect them with our user pool, and identify users to recommend.