-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Updates (Aug-2020) #16
Comments
If I can't find the publication on dl.acm.org, where can I find the publication's |
Also, what if a publication doesn't have an edition/issue? Should I leave it blank? |
Not all publications are going to be available on https://dl.acm.org, since that repository includes only publications where the publisher was the Association of Computing Machinery (ACM). For software engineering research, there are two primary publishers: ACM and IEEE. So you might have to also look on https://ieeexplore.ieee.org as well. But an easy method would be to use either Google Scholar (which indexes publications from ACM, IEEE, and many additional publishers) or DBLP. The The
And the No need to indicate the type (e.g. Technical Track, Short Paper, etc.). Those will be evident from the papers themselves or the conference proceedings. |
Sure. The issue is caused by the use of CSS Flexbox and only setting the Additionally, this will result in all content within that .article{
display: flex;
flex-flow: column wrap;
align-items: flex-start;
...
} |
Worked like a charm! Thank you! 😄 |
Do Alumni count as EpicLab members for the hyperlinks? |
I'm assuming you're asking in respect to items 3 and 4 on the list. I'm updating the description to more accurately reflect that the links to the |
The following items need to be added:
The format of publications on the Publications page should be updated to use the following format:
The publications currently listed on the Publications page are in a modified version of Vancouver Citation Style. However, the use of initials for author first names is problematic: (1) authors with common last names are more difficult to disambiguate, and (2) searches based on author name are less likely to match when only last name and first initial are used. Therefore, we should switch to using the Chicago Citation Style, and modify it to use
{{First Name}} {{Last Name}}
format for all author names.The full names of authors can be found by opening the respective links of publications shown on https://web.engr.oregonstate.edu/~sarmaa/publications/.
For all current EPICLab members listed as authors on the Publications page, a hyperlink to the People page should be added to the author name.
For all non-EPICLab authors (either collaborators or alumni) listed on the Publications page, a hyperlink to their respective professional website should be added to the author name. No professional website may exist for some authors, in which case no hyperlink is needed.
The following collaborators website can be added for the current publications shown on the Publications page:
Add all missing publications from https://web.engr.oregonstate.edu/~sarmaa/publications/ that were published after 2009. In particular, we do not want to include Anita's publications that were published while she was a PhD student/Postdoc (since those are not strictly academic contributions from EPICLab). In particular, any overlapping publications shown on the website of the Software Design and Collaboration Laboratory (SDCL) @ University of California, Irvine (link) should not be included.
The text was updated successfully, but these errors were encountered: