Support
about 1 minuteStudents, Staffchecked 13 November 2024
Support
Section titled “Support”In case of questions, comments or issues get in touch with us. Please first collect all necessary details. In case of issues, this should include:
- JobID
- location of job scripts
- location of output/error files
- the full error message(s)
- your user name
- detailed description of expectation and observation
<!DOCTYPE html> <html> <head> <style> .button { border: none; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 20px 10px; cursor: pointer; } .button:hover { background-color: hsla(207,100%,38%, 1); color: White; }
.button1 {background-color: Blue;} /* Blue / .button2 {background-color: hsla(207,100%,28%, 1);} / Blue / .button2 {color: White;} / White /*
</style> </head> <body>
<button class=“button button2” onclick=“window.location.href=‘https://serviceportal.unibe.ch/hpc’;”> Open a Support Ticket </button>
</body> </html>