Skip to content

Files

Latest commit

cc2f68c · Apr 24, 2024

History

History
26 lines (20 loc) · 1.61 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.61 KB

RAIR Lab Publications

This publication repository, originally maintained by Michael Giancola on the RAIR Lab SVN (now maintained on the github), functions as a complete list of publications produced by RAIR lab members during their time in the lab. Using github actions, this repository will automatically scan DBLP for any publications that meet the inclusion criteria on the first of each month, and generate a pdf. This PDF will then be used on the main RAIR Lab publications page (via an iframe to the pdf on github pages).

Updating

The file members.json contains a list of all current and past members. Each member has the following felids:

name: string of the members name, does not actually get used by the application.
id: A string with the DBLP pid of the person.
perm: a flag indicating if this person is a permanent member (IE. Selmer and Naveen)

Inclusion Criterion

To be automatically classified as a lab paper, the paper must:

  1. Appear in the DBLP database.
  2. Have at least two members appearing in the members.json list.
  3. Have both members marked as a current members at the time of publication. To be considered a current member they must either
    • Be marked as a permanent member in members.json with "perm": true.
    • Have less than 8 years between their first co-authored Selmer publication and this publication.

This system prevents situations such as a 2024 paper that both Selmer and Paul Bello are on, but no other lab members are from being considered a RAIR Lab publication.