Skip to content

Commit

Permalink
Merge pull request #1707 from materialsproject/dev
Browse files Browse the repository at this point in the history
workshop -> micro
  • Loading branch information
tschaume committed Feb 2, 2024
2 parents 11bf3e8 + b6f1767 commit b302175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-client/mpcontribs/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
BULMA = "is-narrow is-fullwidth has-background-light"
PROVIDERS = {"github", "google", "facebook", "microsoft", "amazon"}
COMPONENTS = ["structures", "tables", "attachments"] # using list to maintain order
SUBDOMAINS = ["contribs", "lightsources", "ml", "workshop-contribs"]
SUBDOMAINS = ["contribs", "lightsources", "ml", "micro"]
PORTS = [5000, 5002, 5003, 5005, 10000, 10002, 10003, 10005, 20000]
HOSTS = ["localhost", "contribs-apis"]
HOSTS += [f"192.168.0.{i}" for i in range(36, 47)] # PrivateSubnetOne
Expand Down
6 changes: 0 additions & 6 deletions mpcontribs.org/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@
<td><a href="https://lightsources.materialsproject.org">https://lightsources.materialsproject.org</a></td>
<td>Datasets from beam lines at X-Ray light sources (NSLS-II, ALS, etc.).</td>
</tr>
<tr>
<th>MPContribsWS</th>
<td><a href="https://workshop-contribs.materialsproject.org">https://workshop-contribs.materialsproject.org</a></td>
<td><a href="https://refractiveindex.info/">Refractive index</a>
data uploaded during <a href="https://workshop.materialsproject.org/">MP's workshop</a>.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit b302175

Please sign in to comment.