-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Addes styling to invalid_zip.html and already_submitted.html. made error messages clearer, put submission example on page * Added tutorial file checks and file, updated tutorial page * Removed old separate vision form, base/brain model option, private option on vision * first round of PR feedback changes * removed required model.py and setup.py in user.py * removed boilerplate navbar code, use seb's line instead * removed boilerplate navbar code, use seb's line instead * tutorial changes 1 * Overhauled tutorial styling * Overhauled quickstart styling, continued * Overhauled quickstart styling, continued * Finished Quickstart styling * fixes tutorial and quickstart minor things * minor changes * Initial deepdive 1 page fix * Second deepdive 1 page fix * Second deepdive 1 page fix, 2 * fixes 1 * Finished DD1 * Finished DD1 styling * added more styling * Finished DD2 * Finished DD3 * Finished community page * Added public models back in, updated submission text * small change to user.py * Update benchmarks/templates/benchmarks/community.html Co-authored-by: Katherine Fairchild <[email protected]> * updates resubmission job to score_plugins * Katherine's PR feedback round 1 * Jim's requested changes to Footer * Initial Sponsor page and file size check * Added size limit * last comments of PR --------- Co-authored-by: Martin Schrimpf <[email protected]> Co-authored-by: Katherine Fairchild <[email protected]>
- Loading branch information
1 parent
4eb311f
commit 667711b
Showing
44 changed files
with
1,203 additions
and
1,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
{% extends 'benchmarks/base.html' %} | ||
{% load static %} | ||
{% load compress %} | ||
|
||
{% block main %} | ||
<section id="success" class="container center"> | ||
<article class="message"> | ||
<div class="message-header"> | ||
<p>Error: {{ identifier }} already exists. </p> | ||
</div> | ||
<div class="message-body"> | ||
There already is a {{ plugin }} plugin '{{ identifier }}' in the Brain-Score system, and you are not the owner. | ||
Brain-Score does not allow plugins with duplicate identifiers. Please resubmit your {{ plugin }} with | ||
a different identifier. | ||
To resubmit, click <a href="http://{{ request.get_host }}/profile/{{ domain }}/submit">here</a>. | ||
</div> | ||
</article> | ||
</section> | ||
{% endblock %} | ||
{% block main %} | ||
{% include 'benchmarks/components/nav-bar.html' %} | ||
<div class="container login" style="background-image: url({% static '/benchmarks/img/login_brain.png' %});"> | ||
<div class="column is-half has-text-centered-mobile"> | ||
<div class="container login-left"> | ||
<section id="success" class="container center"> | ||
<article class="message"> | ||
<div class="message-header"> | ||
<p>Error: {{ identifier }} already exists. </p> | ||
</div> | ||
<div class="message-body"> | ||
There already is a {{ plugin }} plugin '{{ identifier }}' in the Brain-Score system. | ||
As you are not the original submitter of this plugin, you do not have permission to modify it. | ||
<br> | ||
<br> | ||
Brain-Score does not allow plugins with duplicate identifiers. Please resubmit your {{ plugin }} with | ||
a different identifier. | ||
<br> | ||
<br> | ||
To resubmit, click <a href="https://{{ request.get_host }}/profile/{{ domain }}/submit">here</a>. | ||
</div> | ||
</article> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,107 @@ | ||
{% extends 'benchmarks/base.html' %} | ||
{% extends "benchmarks/components/app-view.html" %} | ||
{% load static %} | ||
{% load compress %} | ||
|
||
{% block main %} | ||
{% include 'benchmarks/components/nav-bar.html' %} | ||
{% block banner %} | ||
<h1>Community</h1> | ||
<p>Join the growing group of scientists, engineers, and researchers who are using and developing Brain-Score.</p> | ||
{% endblock %} | ||
|
||
|
||
{% block content %} | ||
|
||
<div class="container my_container landing"> | ||
<section class="section"> | ||
<div class="container"> | ||
<div class="columns is-centered"> | ||
<div class="column is-half has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">Get involved!</h3> | ||
Whether you just want to stay on top of news and events or you're looking to roll up your sleeves and contribute to our GitHub repositories, there are many ways to participate in the active and growing Brain-Score community. | ||
<div class="box leaderboard-table-component full"> | ||
<div class="columns is-tablet is-variable is-1-tablet"> | ||
<div class="column is-one-half"> | ||
<img class="collab_graphic_image_2" src="{% static "/benchmarks/img/collaboration.png" %}" /> | ||
</div> | ||
<div class="column is-one-half tutorial_text"> | ||
<h3 class="benefits_heading is-size-3-mobile">Get Involved!</h3> | ||
<p class="benefits_info is-size-5-mobile"> | ||
Brain-Score started initially out of a research lab in Cambridge, MA in 2017, and since has grown to incorporate | ||
hundreds of users across dozens of institutions. | ||
</p> | ||
<p class="benefits_info is-size-5-mobile"> | ||
We also have an active support and development team that is dedicated to making Brain-Score a seamless | ||
and fun experience. We constantly try to get community feedback on what is important, quality of life changes, and | ||
where the platform should head. If you have thoughts about any of these points, please do not hesitate | ||
to reach out. | ||
</p> | ||
<p class="benefits_info is-size-5-mobile"> | ||
Whether you just want to stay on top of news and events or you're looking to roll up your sleeves and | ||
contribute to our GitHub repositories, there are many ways to participate in the active and growing Brain-Score community. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="box leaderboard-table-component full"> | ||
<div class="columns is-tablet is-variable is-1-tablet"> | ||
<div class="column is-one-third"> | ||
<div class="box"> | ||
<div class="content"> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">Join Our Slack!</h3> | ||
<p class="benefits_info is-size-5-mobile"> | ||
Join the conversation in the Brain-Score Slack workspace. Whether you're interested in planning | ||
features or just want to hang out, you're invited. | ||
</p> | ||
{% if request.GET.join_slack %} | ||
<br/> | ||
<p class="benefits_info is-size-5-mobile"> | ||
<b>Thanks for joining! You should receive an invitation in the next 24 hours.</b> | ||
</p> | ||
{% else %} | ||
<form action="{% url 'join_slack' %}" method="post" class="join-slack-form"> | ||
{% csrf_token %} | ||
<input class="input user-email" type="email" name="email" placeholder="email"> | ||
<button type="submit" class="submit button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Join Slack</button> | ||
</form> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="columns"> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">Mailing list signup</h3> | ||
<p>Be the first to know about new features and keep up with news and events by joining our mailing list. | ||
You can opt out anytme.</p> | ||
{% if request.GET.join_mailing_list %} | ||
<br/> | ||
<p><b>Thanks for joining!</b></p> | ||
{%else%} | ||
<form action="{% url 'join_mailing_list' %}" method="post" class="join-mailing-form"> | ||
{% csrf_token %} | ||
<input class="input user-email" type="email" name="email" placeholder="email"> | ||
<button type="submit" class="submit button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Sign me up</button> | ||
</form> | ||
{% endif %} | ||
</div> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">Join our Slack</h3> | ||
<p>Join the conversation in the Brain-Score Slack workspace. Whether you're interested in planning features or just want to hang out, you're invited.</p> | ||
{% if request.GET.join_slack %} | ||
<br/> | ||
<p><b>Thanks for joining!</b></p> | ||
{%else%} | ||
<form action="{% url 'join_slack' %}" method="post" class="join-slack-form"> | ||
{% csrf_token %} | ||
<input class="input user-email" type="email" name="email" placeholder="email"> | ||
<button type="submit" class="submit button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Join Slack</button> | ||
</form> | ||
{% endif %} | ||
<div class="column is-one-third"> | ||
<div class="box"> | ||
<div class="content"> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">Join Our Mailing List</h3> | ||
<p class="benefits_info is-size-5-mobile"> | ||
Be the first to know about new features and keep up with news and events by joining our mailing list. | ||
You can opt out anytime. | ||
</p> | ||
{% if request.GET.join_mailing_list %} | ||
<br/> | ||
<p class="benefits_info is-size-5-mobile"> | ||
<b>Thanks for joining!</b> | ||
</p> | ||
{%else%} | ||
<form action="{% url 'join_mailing_list' %}" method="post" class="join-mailing-form"> | ||
{% csrf_token %} | ||
<input class="input user-email" type="email" name="email" placeholder="email"> | ||
<button type="submit" class="submit button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Sign me up</button> | ||
</form> | ||
{% endif %} | ||
</div> | ||
</div> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">GitHub</h3> | ||
<p>Want to jump right in? Brain-Score's codebase is entirely open source and we welcome user contributions.</p> | ||
<a href="https://github.com/brain-score" target="_blank" rel="noopener noreferrer"><button type="button" class="button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Go to GitHub</button></a> | ||
</div> | ||
</div> | ||
<div class="column is-one-third"> | ||
<div class="box"> | ||
<div class="content"> | ||
<div class="column has-text-centered"> | ||
<h3 class="benefits_heading is-size-3-mobile">GitHub</h3> | ||
<p class="benefits_info is-size-5-mobile"> | ||
Want to jump right in? Brain-Score's codebase is entirely open source and we welcome user contributions. | ||
Feel free to open an Issue to report a bug or request a new feature. | ||
</p> | ||
<a href="https://github.com/brain-score" target="_blank" rel="noopener noreferrer"><button type="button" class="button new_design tutorial benefit_button is-size-7 | ||
is-size-6-widescreen" >Go to GitHub</button></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{% extends "benchmarks/components/app-view.html" %} | ||
|
||
{% load static %} | ||
|
||
{% block banner %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,34 @@ | ||
{% extends 'benchmarks/base.html' %} | ||
{% load static %} | ||
{% load compress %} | ||
|
||
{% block main %} | ||
<section id="success" class="container center"> | ||
|
||
<article class="message"> | ||
<div class="message-header"> | ||
<p>Error: your submission package was not in the correct format.</p> | ||
</div> | ||
<div class="message-body"> | ||
{{ error }}. The submission packaging rules can be found | ||
<a href="https://brain-score.readthedocs.io/en/latest/">here</a>. | ||
To resubmit, click <a href="http://{{ request.get_host }}/profile/{{ domain }}/submit">here</a>. | ||
</div> | ||
</article> | ||
|
||
|
||
|
||
</section> | ||
{% include 'benchmarks/components/nav-bar.html' %} | ||
<div class="container login" style="background-image: url({% static '/benchmarks/img/login_brain.png' %});"> | ||
<div class="column is-half has-text-centered-mobile"> | ||
<div class="container login-left"> | ||
<section id="success" class="container center"> | ||
<article class="message"> | ||
<div class="message-header"> | ||
<p>Error: Invalid Zip Submission</p> | ||
</div> | ||
<div class="message-body"> | ||
<div class="error"> | ||
{{ error }} | ||
</div> | ||
<br> | ||
<div class="explanation"> | ||
Please refer to the correct submission package structure below. | ||
To resubmit, click <a href="https://{{ request.get_host }}/profile/{{ domain }}/submit">here</a>. | ||
</div> | ||
<br> | ||
<div class="submission_image"> | ||
<img class="submission example_invalid" width="500" height="auto" src="{% static "/benchmarks/img/submission_structure.png" %}" /> | ||
</div> | ||
</div> | ||
</article> | ||
</section> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
benchmarks/templates/benchmarks/leaderboard/info-section.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.