Biorec was developed to simplify the publishing lives of academics.
In the present day there is an astronomical amount of conferences to submit to and no user-friendly way of parsing which conferences would be most relevant for any given publication/poster/abstract.
The goal of this conference recommender is to accept abstracts or resumes (eventually) as input and to recommend relevant conference series that would be good avenues for publications on topics similar to the input.
Here's what the home page of the app looks like:
You have two optional expanders:
Raw Corpus Preview: Shows the raw corpus preview shows the raw, unedited data that the recommender uses for recommendations; is human readable.
Tokenized Corpus Preview: Shows the tokenized "soup" of data that the recommendation algorithms utilize; the soup is not human readable.
The side bar contains input and output options for Biorec.
Biorec can provide recommendation using 4 different algorithms:
The user chooses the format in which the query is entered in to the recommender. Currently available choices are as a text file (.txt extension only) or as a plaintext query into a text box.
The user also selects the number of recommendations to recieve, up to a maximum of 50 recommendations. The user can type out the exact number of recommendations required, or use the plus/minus buttons to increment or decrement the counter by steps of 5.
Use the recommender in 8 easy steps:
-
Select the recommendation algorithm → The default recommendation algorithm is BM25
-
Select the input method → The default input format is text file
-
Enter the number of desired recommendations → The default number of recommendations is 10
-
Upon the completion of step 3 press the "Submit" button located below the number of recommendations
-
Enter the query in the query input option available → The default input option is file
-
View your recommendations
-
Choose if you want to download the recommendations (Download only available in the form of a csv file) → The default is Yes
-
Repeat steps 1-7 for as many permutations as desired
Here I demonstrate how to use the Conference Recommendation App with the Doc2Vec algorithm and save the resulting recommendations.
To reset the app press: Ctrl+Shift+R
For reviewers:
- The downloaded csv file will contain a column with the title "Rating"
- Please use that column to provide ratings for the recommendations proivded on a scale from 1 to 5
- Where 1 indicates that the recommendation was not pertinent to your query and 5 indicates that the recommendation was completely pertinent to your query
- Please use that column to provide ratings for the recommendations proivded on a scale from 1 to 5
- Please give ratings for each recommendation algorithm