-
Notifications
You must be signed in to change notification settings - Fork 382
Academia Hub page V2 #2055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Academia Hub page V2 #2055
Conversation
Adapting the page to research labs instead of focusing on students - waiting to include partners' logos
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
- Replace broken HTML/markdown mix (**<h2><u>...</u></h2>**) with proper markdown headings (##) - Add alt text to all university logos for accessibility - Improve logo sizing: use Tailwind h-24 + object-contain instead of inline height - Improve logo container spacing: items-center, gap-8, my-8 - Remove excessive <br> tags and blank lines - Fix 'can not' → 'cannot' - Remove trailing whitespace
Formatting improvements addedI've pushed some formatting fixes to clean up the markdown: Fixed
The CI will rebuild the docs preview so you can verify the logos render at a better size now. |
merveenoyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have left a very general comment, thank you!
docs/hub/academia-hub.md
Outdated
| ***Administration & security*** | ||
| - Centralized administration: seat assignment, revocation, and management at scale | ||
| - Seamless onboarding with academic email domains for secure and quick sign-up | ||
| Hugging Face Hub is where leading researchers and developers across academia and industry collaborate on AI throughout the whole research lifecycle. Academia Hub brings that proven ecosystem to your university, giving your researchers everything they need to work securely, reproducibly, and at scale: compute, storage, collaboration, and governance, all managed through your institution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it feels a bit like only made for researchers and not students in general, research feels rather niche. I'd reframe it a little
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an intentional switch so I think it's okay!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good! I gave a workshop to ESCP recently and students were mostly beginners. I thought we wanted to cover them as well @julien-c
docs/hub/academia-hub.md
Outdated
| #### Eligibility | ||
| ***For researchers and students*** | ||
| - **Storage**: 1 TB private storage per seat (e.g., 400 seats = 400 TB) powered by Xet, purpose-built for versioning large AI models and datasets; expanded public storage; Dataset Viewer for private datasets | ||
| - **Hosting & demos**: Spaces Hosting for scalable AI demos and applications powered by ZeroGPU (5× priority quota); Dev Mode with SSH/VS Code access for development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd link to Spaces + dev mode docs here in case they don't know
davanstrien
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some more suggestions and comments :)
| ***Collaboration & publishing*** | ||
| - Larger collaboration capacity with higher quotas, priority queues, and governance tools | ||
| - Community blog & social posts: publish research outputs, updates, and stories directly to the Hugging Face community | ||
| **University-level seat management, accounts for researchers, professors and students.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this needs to be bold?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kinda wanted it to stay clear that Academia Hub is for researchers, students and profs as the general tone now is oriented towards research
docs/hub/academia-hub.md
Outdated
| - **Researchers:** Collaborate with peers using the standard AI ecosystem of tools. | ||
| - **Faculty members:** Enhance your classes' projects with PRO capabilities. | ||
| ***For administrators*** | ||
| - **Pricing**: $10/seat/month (volume-based pricing); $2/seat/month compute credits included (top-ups available) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may also want to include an option focused more on storage and less on compute?
docs/hub/academia-hub.md
Outdated
| ## How to get started | ||
|
|
||
| 1. Ask your university's IT or Procurement Team to <a href="https://huggingface.co/contact/sales?from=academia" target="_blank">get in touch</a> to initiate the subscription process to the Academia Hub today. | ||
| Academia Hub cannot be initiated by researchers or students themselves. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it still make sense to capture interest from researchers/students somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like they are still the main ambassadors for the program. It's pretty rare to be directly in touch with procurement or IT teams
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could be something like:
Researchers and students: <a href="https://huggingface.co/contact/sales?from=academia" target="_blank">Contact us</a> to express interest in Academia Hub and help us connect with your university's IT or Procurement Team.
IT or Procurement staff: <a href="https://huggingface.co/contact/sales?from=academia" target="_blank">Get in touch</a> directly to set up your institution's Academia Hub subscription or find out more about how your institution can benefit from Academia HubSo both audiences can be addressed? I think it probably still makes sense to allow researchers to get in touch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I feel like this is better, thanks!
| ***Community & resources*** | ||
| - Connect with peers and mentors across institutions | ||
| - Access datasets, models, and projects tailored for academia | ||
| <div class="flex justify-center items-center gap-8 my-8"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting of this still needs improving, but it can wait until the rest of the PR is ready :)
Co-authored-by: Merve Noyan <merve@huggingface.co>
Co-authored-by: Daniel van Strien <davanstrien@users.noreply.github.com>
|
Nit comment, but some sentences end with a period while others don’t maybe make this consistent |
|
lgtm overall |
Ready for review