Skip to content

Commit e345dbc

Browse files
author
leanprover-community-bot
committed
deploy site from 22aad8e
1 parent 60e1003 commit e345dbc

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

meet.html

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ <h2 id="community-guidelines" class="markdown-heading">Community guidelines <a c
126126
These guidelines apply to the
127127
<a href="https://leanprover.zulipchat.com/">Lean Zulip chat</a>
128128
and the <a href="https://github.com/leanprover-community/">leanprover-community GitHub organization</a>.</p>
129-
<p>To clarify the above: actions that can result in suspension or banning from the Lean community Zulip include harassment, discriminatory or disrespectful behavior, sustained off-topic or disruptive posts, repeated low effort posts, use of the community to complete coursework or work tasks, use of sock-puppet accounts, DM spam, unsolicited mass DMs to users, significant use of AI without attribution, posting of &quot;slop&quot; AI-generated code accompanied by unjustified and incorrect claims about said code, and ignoring moderator guidance. This list is not exhaustive and the maintainers retain broad discretion in user moderation.</p>
129+
<p>To clarify the above: actions that can result in suspension or banning from the Lean community Zulip include harassment, discriminatory or disrespectful behavior, sustained off-topic or disruptive posts, repeated low effort posts, use of the community to complete coursework or work tasks, use of sock-puppet accounts, DM spam, unsolicited mass DMs to users, significant use of AI without attribution, unrequested posting of &quot;slop&quot; AI-generated code, making unjustified and incorrect claims about AI-generated code, and ignoring moderator guidance.</p>
130+
<p>This is not a free code review service. Posts that amount to 'look at my project' without a specific question or prior community involvement will be removed and the poster suspended.</p>
131+
<p>This list is not exhaustive and the maintainers retain broad discretion in user moderation.</p>
130132
<p>Repeated violations will result in temporary suspensions, which will increase in length if the behavior continues. Egregious individual incidents will result in bans.</p>
131133
<p>The <a href="/teams/coc.html">code of conduct team</a> serves as first point of contact
132134
for reporting any concerns.
@@ -292,6 +294,18 @@ <h6 class="sidebar-heading mt-4">Contributing</h6>
292294
var markers = L.markerClusterGroup();
293295

294296

297+
var marker = L.marker([45.729708, 4.82664]);
298+
marker.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
299+
markers.addLayer(marker);
300+
301+
var marker_left = L.marker([45.729708, -355.17336]);
302+
marker_left.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
303+
markers.addLayer(marker_left);
304+
305+
var marker_right = L.marker([45.729708, 364.82664]);
306+
marker_right.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
307+
markers.addLayer(marker_right);
308+
295309
var marker = L.marker([48.119134, -1.641871]);
296310
marker.bindPopup("<b><a href=\"https://perso.univ-rennes1.fr/sebastien.gouezel/\">Sébastien Gouëzel</a></b><br>GitHub: <a href=\"https://github.com/sgouezel\">sgouezel</a>");
297311
markers.addLayer(marker);
@@ -2860,18 +2874,6 @@ <h6 class="sidebar-heading mt-4">Contributing</h6>
28602874
marker_right.bindPopup("<b>Moritz Doll</b><br>GitHub: <a href=\"https://github.com/mcdoll\">mcdoll</a>");
28612875
markers.addLayer(marker_right);
28622876

2863-
var marker = L.marker([45.729708, 4.82664]);
2864-
marker.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
2865-
markers.addLayer(marker);
2866-
2867-
var marker_left = L.marker([45.729708, -355.17336]);
2868-
marker_left.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
2869-
markers.addLayer(marker_left);
2870-
2871-
var marker_right = L.marker([45.729708, 364.82664]);
2872-
marker_right.bindPopup("<b>Sophie Morel</b><br>GitHub: <a href=\"https://github.com/smorel394\">smorel394</a>");
2873-
markers.addLayer(marker_right);
2874-
28752877
var marker = L.marker([-22.5, -41.922]);
28762878
marker.bindPopup("<b><a href=\"http://anggtwu.net/eev-lean4.html\">Eduardo Ochs</a></b><br>GitHub: <a href=\"https://github.com/edrx\">edrx</a>");
28772879
markers.addLayer(marker);

0 commit comments

Comments
 (0)