Anyone who would like to take the responsibility of updating is welcome to request membership.

Here is a brief instruction for how to make updates.

The StringBeijing page is based on GitHub.
For how to make changes, one needs to follow the Step 2 - 5 in the GitHub-Guides.
To be more concrete:

For example, for adding a new seminar information,
you can simply change the "index.html" file in Step 3,
by adding the following text (below 'Upcoming seminars'):

<table border="1">
<tr>
<td> Speaker </td>
<td> Time </td>
<td> Place </td>
<td> Here is the Title </td>
</tr>
</table>

It will appear as:

Speaker Time Place Here is the Title

To learn more about html language, you may find the following website useful:
https://www.codecademy.com/learn/learn-html