Skip to content

Commit

Permalink
updated paper data
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Monadjemi committed Nov 13, 2024
1 parent 913d8ca commit ba2df7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _data/program_navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
navbar_metadata:
display: true
label: 'Content'
use_auth0: true
use_auth0: false



Expand Down
8 changes: 4 additions & 4 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
---


{% include toast.html
<!-- {% include toast.html
title="You must log in to access conference data. Please click the login button in the top right of the page."
description=""
%}
%} -->

{% include alert.html
<!-- {% include alert.html
title="Important: IEEE VIS 2024 will now be fully virtual (Updated Oct. 8 at 3:20pm EDT)"
description=""
title-url="/info/hurricane_updates"
button-text="Read the message"
button-url="/info/hurricane_updates"
button-2-text="View the schedule"
button-2-url="/program/calendar" %}
button-2-url="/program/calendar" %} -->


{% include main-banner.html
Expand Down
2 changes: 1 addition & 1 deletion program/papers.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { createAuth0Client } from "@auth0/auth0-spa-js";


const updateUI = async (auth0, query) => {
const is_auth = await auth0.isAuthenticated();
// const is_auth = await auth0.isAuthenticated();
const is_auth = true;
//console.log("are we auth?", is_auth)
if (is_auth) {
document.body.style.display = null;
Expand Down

0 comments on commit ba2df7a

Please sign in to comment.