Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions for-members/accounts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
layout: page
title: About
published: true
---

# Accounts

When you start in the lab, there are various accounts that you should make sure to get set up. This page provides information on how to set those accounts up.

## Zulip

{% assign zulipadministratorid = site.data.people.roles.zulipadministrator %}
{% assign zulipadministrator = site.data.people.people[zulipadministratorid] %}

The FACTS.lab uses [Zulip](https://zulip.com/) for communication and coordination within the lab. The lab Zulip organization can be found [here](https://factslab.zulipchat.com/). To access this Zulip organization, you will need to request an invitation from the current lab Zulip administrator (<a href="{{ zulipadministrator.website }}">{{ zulipadministrator.name }}</a>).

## Github

{% assign githubadministratorid = site.data.people.roles.githubadministrator %}
{% assign githubadministrator = site.data.people.people[githubadministratorid] %}

The FACTS.lab uses [Github](https://github.com/) to host [its website](http://factslab.io/) as well as data and code associated with [projects in the lab](http://factslab.io/research/). To be added as a colllaborator on [the lab organization](https://github.com/FACTSlab) or any of the project-specific organizations, you will need to request an invitation from the current lab Github administrator (<a href="{{ githubadministrator.website }}">{{ githubadministrator.name }}</a>).

## Amazon Mechanical Turk

{% assign awsadministratorid = site.data.people.roles.awsadministrator %}
{% assign awsadministrator = site.data.people.people[awsadministratorid] %}

The FACTS.lab uses [Amazon Mechanical Turk](https://www.mturk.com/) (AMT) for behavioral data collection. Access to the lab AMT account is managed using [Amazon Web Services](https://aws.amazon.com/) (AWS) [Identity and Access Management](https://aws.amazon.com/iam/) (IAM). To get access to the AMT through AWS IAM, you will need to request an account from the current lab AWS coordinator (<a href="{{ awsadministrator.website }}">{{ awsadministrator.name }}</a>).

## Gmail

{% assign gmailadministratorid = site.data.people.roles.gmailadministrator %}
{% assign gmailadministrator = site.data.people.people[gmailadministratorid] %}

The FACTS.lab uses a lab gmail address (ur.facts.lab@gmail.com) distinct from its `@rochester.edu` address for communicating with participants recruited through crowd-sourcing platforms. Access to the lab gmail account is managed through [gmail delegations](https://support.google.com/mail/answer/138350?hl=en). To receive a delegation for the lab gmail, you will need to request an account from the current lab gmail administrator (<a href="{{ gmailadministrator.website }}">{{ gmailadministrator.name }}</a>).

Delegations can only be made to email addresses that end in `@gmail.com`. This means that, even though University of Rochester student email services are provided through gmail, `@u.rochester.edu` addresses cannot be delegated to.

## Devbox

{% assign devboxadministratorid = site.data.people.roles.devboxadministrator %}
{% assign devboxadministrator = site.data.people.people[devboxadministratorid] %}

The FACTS.lab has a development box housed in its lab space in Wegmans Hall (Room 4107). To obtain an account on this machine, you will need to request one from the current lab devbox administrator (<a href="{{ devboxadministrator.website }}">{{ devboxadministrator.name }}</a>).

The devbox is a Linux machine with Ubuntu 20.04.03 LTS (Focal Fossa) operating system. It can be used to store data and to run code for your experiments. The devbox has 3 GPUs ([GeForce GTX 1080 Ti]) with roughly 12GB RAM on each GPU.

To get an account set up on the devbox, please fill up [this form](https://forms.gle/xaXgaia7acNQrX7n8) and the current lab devbox administrator will get in touch with you.

Once your request for the account on the devbox is complete, you will receive your username and a temporary password to login to the machine. You can sign-in to the machine via `ssh` using the following command from a terminal:

```console
ssh username@10.17.0.15
```

Use your temporary password to login for the first time and make sure to change your password by typing the following command in the devbox terminal:

```console
passwd
```
20 changes: 20 additions & 0 deletions for-members/affiliation-requests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: page
title: About
published: true
---

# FACTS.lab affiliation requests

As a member of the FACTS.lab, you can request access to the following
organizations:

- Zulip
- GitHub
- Amazon Mechanical Turk
- Gmail
- Devbox

See the [Accounts](http://factslab.io/for-members/accounts/) page for more
information. To request access to an organization, use [this
form](https://docs.google.com/forms/d/1JDnMBMp1vISMrjLK8t-DKnzYll_rbaBN96ci-2QLcOo/viewform?pli=1&pli=1&edit_requested=true).
6 changes: 6 additions & 0 deletions for-members/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: page
title: About
published: true
---