# Netiquette

#### Proper "Netiquette" <a href="#id-1-computationalresources-proper-netiquette" id="id-1-computationalresources-proper-netiquette"></a>

Much of our interactions with people within and outside the university is through email or virtually on zoom. With these changes in communication medium naturally emerges what constitutes as proper etiquette on the web or "netiquette".

**"Netiquette" on video conferences**

More and more of research occurs through video conferencing. Below are tips for how to best present yourself in a virtual setting

* Arrive early, especially if you are presenting in a room you are unfamiliar with. Technology hiccups will happen to you at least once in your career, a little buffer time to figure these out is useful to looking professional
* Test your video, audio, and microphone
* Make sure whether you need to be the host of the meeting
* Eye contact with the camera not the screen will give the illusion you are making eye contact with the viewer
* Have a larger pointer (stand in for a laser pointer)
* Make sure you have a distraction-free background; or use one of the virtual backgrounds available

**"Netiquette" on forums**

<mark style="color:red;">\*\* Before posting anything on a public forum, please first consult with Wennie \*\*</mark>

In general:

* introduce yourself- name, position, affiliation
* software version, what system you are running the code on
* any relevant parts of the output, input
* a specific question

Below is a compilation of good "netiquette" practices, which are generally applicable elsewhere.&#x20;

From Wien2k:

| <p><code>Please follow the following "Nettiquette"</code> <code>(depending on your question, at least some of these points should be included in your mail):</code></p><p></p><p><code>- I am running wien version xxx on a machine of type yyy with operating system zzz, fortran compiler aaa and math libraries bbb.- The purpose of my calculations is to get quantity ccc.</code></p><p></p><p><code>- I am running this</code> <code>case</code> <code>(case.struct) using this</code> <code>input (here, case.in1 may be relevant? Certainly give things like XC potential, rkmax, size of k-mesh)  and these commands (eg. : run\_lapw -p -so from command line, or w2web).</code></p><p></p><p><code>- The program stops at this</code> <code>point, or produces suspicious output here ... This is the content of the error file / the case.dayfile / STDOUT.  This is the bottom of the output file (like the part of case.output1 you show below).</code></p><p></p><p><code>- I have already tried the following things (bla bla bla) and they did or did not work, did or did not make any difference.</code> <code>You should also obey the following points:</code></p><p><code>- Yes, I have browsed the archives AND READ THE USERS GUIDE and the FAQ pages Peter provides, but I couldn't solve my problem that way.</code></p><p></p><p><code>- If suggestions from the mailing list actually solved your problem (or you solved it some other way), would you please share that with us?</code></p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |

From VASP : <https://www.vasp.at/forum/viewtopic.php?f=4&t=17928>

From Abinit: <https://forum.abinit.org/viewtopic.php?f=20&t=251>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wang-materials-group.gitbook.io/group-handbook/research-resources/netiquette.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
