Li Lab

Quantitative Ecology in a Changing World

Wiki

2022-03-07


Computational tools

This will change as machines get added to the lab. This doesn’t include the workstations for students, which are three 12gb Dell Optiplex 5020.

Below is a list of computational tools that I would like lab members to be cognizant of.

Lab server

To connect to the lab server, we need to be either on campus or use GlobalProtect VPN to connect to LSU intranet. The ip address is 130.39.115.238. To get access to it, we can use Terminal (ssh user@130.39.115.238) or go to your browser and enter http://130.39.115.238:8787/ (or http://lsb-125-srv.lsu.edu:8787/) then login with your information.

We should save our projects in /media/dli/Data

Set up new user

ssh root@server.ip.address
sudo adduser username
sudo usermod -aG sudo username

Then log in to set up RStudio server:

# specify where to install R packages
echo 'R_LIBS_USER="~/R"' > .Renviron
# to install binary packages
echo 'options(servr.daemon = TRUE, repos = c(rstudio_binary = "https://packagemanager.rstudio.com/all/__linux__/focal/latest"))' > .Rprofile

Library resource

For some reason, I still cannot download articles directly from webpages even using the LSU VPN. Instead, I found that it is possible to replace the first part of the URL to get access to full text. Here is a list that I accumulated:

Collaboration

I do not need to be coauthor on every manuscript coming out of the lab, and I encourage students to research and publish independently of me. That being said, research using lab resources may be more suitable for my coauthorship, and I am happy to actively contribute to the project, or to allow the student to work independently. I also encourage students to collaborate with other scientists within LSU and outside. However, new collaborations should be discussed with me before students initiate them (if possible).

University Authorization Process

If you need to get permission to drive a university vehicle, you need to get authorization first.

On board list

Here is a list for those who are just on board


Latest version of this file can be found here.