This is the official website for the West Coast Neuroeconomics Symposium 2025, hosted at UCLA and organized by Ian Krajbich and Kianté Fernandez.
The West Coast Neuroecon symposium is an annual gathering of researchers, scholars, and practitioners in neuroeconomics from across the West Coast and beyond. The symposium features invited talks, contributed presentations, and poster sessions covering all aspects of neuroeconomics research.
The website is built using Quarto, a scientific publishing system that makes it easy to create professional academic websites.
- Home (
index.qmd) - Landing page with conference overview - About (
about.qmd) - Information about the symposium and neuroeconomics - Program (
program.qmd) - Schedule and session details - Speakers (
speakers.qmd) - Invited speakers and presenters - Registration (
registration.qmd) - Registration information and fees - Venue (
venue.qmd) - Location details, travel, and accommodations - Organizers (
organizers.qmd) - Symposium organizers and contacts - Sponsors (
sponsors.qmd) - Sponsorship information and acknowledgments
- Quarto must be installed on your system
To render the website locally:
quarto renderTo preview the website with live reload:
quarto previewThe rendered website will be in the docs/ directory.
The website uses a custom color scheme based on UCLA colors:
- Primary: UCLA Blue (#003B5C)
- Secondary: UCLA Gold (#FFD100)
Styles are defined in:
styles/custom.scss- SCSS variables and component stylesstyles/styles.css- Additional CSS styling
Main website configuration is in _quarto.yml, including:
- Navigation menu structure
- Theme settings
- Footer content
- Output directory
Place images in the images/ directory. You may want to add:
- Favicon (
images/favicon.png) - UCLA or conference logos
- Photos of speakers and organizers
- Venue photos
To deploy to GitHub Pages:
- Ensure the
output-dir: docssetting is in_quarto.yml(already configured) - Commit and push all changes to your GitHub repository
- Go to repository Settings > Pages
- Set source to "Deploy from a branch"
- Select the
mainbranch and/docsfolder - Save and wait for deployment
The .nojekyll file in the docs directory ensures GitHub Pages renders the site correctly.
To use a custom domain:
- Add a
CNAMEfile to the docs directory with your domain name - Configure DNS settings with your domain provider
- Enable custom domain in GitHub Pages settings
All content pages are written in Quarto Markdown (.qmd files). Edit these files to update content.
After making changes:
- Run
quarto renderto rebuild the site - Check the output in
docs/ - Commit and push changes
Update dates and deadlines:
- Edit the relevant
.qmdfiles (especiallyindex.qmd,program.qmd,registration.qmd) - Replace "TBD" with actual dates
Add speakers:
- Edit
speakers.qmd - Add speaker information, photos, and bios
- Consider creating a data file for easier management
Update program schedule:
- Edit
program.qmd - Update the schedule table with session details
Add sponsors:
- Edit
sponsors.qmd - Add sponsor logos to
images/sponsors/ - Update sponsor tier listings
- Keep content updated: Regularly update TBD items as information becomes available
- Test locally: Always run
quarto previewbefore deploying - Check links: Verify all internal and external links work correctly
- Optimize images: Compress images before adding to reduce page load time
- Mobile testing: Check the site on mobile devices for responsive design
For questions about the website or the symposium:
- Email: wcneuroecon@gmail.com
See LICENSE file for details