This is a collaborate knowledge base for high performance computing and programming, generated from it's respective repository, here.
The Human Pages is a collaborative effort to support researchers and general users of high performancing computing.
For many institutions that offer a cluster resource, getting help is sometimes challenging. It might be the case that help comes by way of a user list, a forum, or an enterprise Help Desk software that the institution has invested in. Getting help usually comes down to copy pasting some terminal output into an email, and then having a back and forth conversation with an administrator to diagnose the issue. What are some problems here?
It should be the case that each error and ticket helps to grow a knowledge base about high performance computing and programming. When a user asks how to submit a slurm job the first time, the administrator should generate a piece of knowledge about it. When another user asks a second time, he or she should be able to discover the knowledge. Ideally, with simple methods like tags, search, and basic natural language processing, the workload of the administrator is lifted because he doesn't need to write a slight variation of the same help ticket response many times.
The static content served from this site is programatically generated from the HelpMe collaborative infrastructure, which receives questions from users directly from the command line, organized them for administrators to find and answer, and then a topic or question that represents one or more questions is saved with version control here, and automatically rendered on this site.
The user is authenticated with a secret in his or her home directory that is shared by the server. Upon receiving the help request, the server validates the request using the key. The environment variables and other sensitive metadata are not exposed publicly in any kind of user interface.
The helpme portal grants accounts to users and adminstrators, and notably, the administrators cross institutional boundaries. A new request shows up as a "post" in a queue, with tags derived automatically from the metadata and video capture. Both administrators and other users can respond with answers and suggestions in a forum style. When an administrator determines a common topic or question is being asked, a topic can be created to add the post to, and a more thorough response written. For this step, and to be deemed an administrator, this means being added as a contributor to this knowledge repo, and what this repository holds are the topics.
You can think of a topic as a wiki page, and each topic is a general idea or question with likely many associated posts from users. Each topic is generated in the helpme interface, and updated here. Each change goes to the knowledge repository as a pull request, where it is discussed by the other administrators. When the pull request is approved and merged, the static site is updated here, as is the helpme interface with a webhook.
This simple setup has many advantages.
You can find the version history (changelog.yml) in the repository "yaml" file and we add it here for your viewing pleasure.
1 |
November 27, 2017: Started helpme knowledge repo and helpme-server by @vsoch |
2 |
November 28, 2017: Created initial site template by @vsoch |
Hello anyone here? How do I transfer data?
Hey Jenny! Check out the Human Pages on Globus and File Transfer.