Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 3.52 KB

user-guide.md

File metadata and controls

59 lines (36 loc) · 3.52 KB

UA Data Science Slack Guide

Introduction

Welcome to the UA Data Science Slack Workspace! This workspace is designed to be a permanent community resource for connecting people at the University of Arizona interested in data science. We welcome all types of users - it doesn’t matter if you’re just starting to use R to analyze your data as an undergraduate, or if you’re a fully-fledged tenured professor running Machine Learning models on a bazillion data points in Python, this community is a space for everyone to learn and teach new tools and techniques, to get help with their data, and to connect with other data-science-minded folks at UA.

Navigating and Using Slack:

Read and agree to the Code of Conduct.

If you're new, check out this brief guide to getting started in slack.

Channels

Our workspace is divided into channels that are grouped by topic. Currently we have seven main channels for users to communicate in:

  • # general - this channel is for all-purpose messages and conversations that relate to the community as a whole
  • # git - git and GitHub focused discussions; even if you are using other Git-hosting sites (e.g. Bitbucket, GitLab), this is the channel for you
  • # hpc-help - help channel for using HPC/HTC resources at the U of A
  • # python, # r - language-specific topics; wondering about how to tackle a particular problem, and trying to decide what to use? Post here! Please don’t post help-related topics here, they belong in...
  • # python-help, # r-help - language-specific troubleshooting and help-related topics. Got a problem? Code won’t work? Post here. Specific examples with reproducible code are very useful.
  • # random - the weird stuff. Non-related topics. Your best gifs. etc. Refer to Code of Conduct for what is allowed and isn't.

Communication Logistics

There are (probably familiar) ways to organize communication in Slack. You can post to a channel, and people can reply to that post, which generates a thread (this is nice because it’s easier to follow a given conversation).

You can also search the Workspace or a specific panel, to find previous topics that might answer your questions.

You can tag channels using the hashtag (i.e. # general, # r), and tag specific users using the @ function (i.e. @Keaton Wilson, why isn’t your code cleaner and more readable?).

You can direct message (dm) your colleagues by selecting their name in the list just below the Channels directory.

The Slack mobile app is pretty good. So is the desktop app.

Formatting messages

*bold words by doing this* = bold words by doing this

_italicize with this_ = italicize with this

~strikethrough with this~ = strikethrough with this

You can use Shift+Enter to make lists, and Option-8 (Mac) or Alt-7 (Windows) to make bullets

> to block quote one paragraph

to block quote one paragraph

>>> to block quote multiple paragraphs

to block quote multiple paragraphs

Surround text with backticks (`) to make inline code. ```your code here``` for code blocks.

Click the plus button next to the message dialogue box to add code chunks, posts, or files.

Getting help, having problems, having ideas

If you’re having troubles or issues, or have ideas about how to improve the Workspace, please contact one of the admins via DM: @Keaton Wilson, @Zinnar, @Jeff

Cheers and welcome!

Back to home.