Skip to content

Website Redesign #204

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

Draft
wants to merge 44 commits into
base: master
Choose a base branch
from
Draft

Website Redesign #204

wants to merge 44 commits into from

Conversation

Langhaarzombie
Copy link
Contributor

This PR is to track the technical changes that are part of the website redesign. Since the Git Hub pages in QuTiP are spread around multiple repos, this PR will be referenced so to keep track of things.

For now, it is based on the master branch. We should however consider creating a dev branch to keep potential changes from affecting the live website.

- added element with text and image split
- responsive adaptations to connected components
- simplified paddings in containers
- added donation button section
- added links to QVLab button
- Added data files for lectures and university courses
- Reduced html, improved readbility of remaining html
- Restructered layout and css to allow for more markdown
Copy link
Contributor

@hodgestar hodgestar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Langhaarzombie! I did a first pass review.

What else is left on your list for before merging this?


# For Educators

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should replace the Lorem ipsum before merging.

<p id="cite"></p>
</div>
</div>
</div>

<!-- <div class="col-md-12">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just delete this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean the commented part, right?
On that note, should we do the same for the commented out "jobs" banner?

index.html Outdated
<p>
QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent <a href='https://www.numpy.org'>Numpy</a>, <a href='https://www.scipy.org'>Scipy</a>, and <a href='https://cython.org'>Cython</a> numerical packages. In addition, graphical output is provided by <a href='https://matplotlib.org'>Matplotlib</a>. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. QuTiP is freely available for use and/or modification on all major platforms such as Linux, Mac OSX, and Windows<sup>*</sup>. Being free of any licensing fees, QuTiP is ideal for exploring quantum mechanics and dynamics in the classroom.
</p>
<p style='font-size:10px'><sup>*</sup>QuTiP is developed on Unix platforms only, and some features may not be available under Windows.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really true? Where did it come from? We test on Windows these days and officially release packages for Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's on the current main homepage actually. But I can just remove it.

index.html Outdated
<a href="https://www.jst.go.jp/kisoken/presto/en/"><img src="images/presto.jpg"></a>
<div class="col-md-6">
<center><h4>Distribution of the 39,420 Unique Visitors in 2020</h4></center>
<div id='container1' style='margin-top:10px; position: relative;height: 250px;'></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either remove or update this as part of the website revamp. Not for this PR necessarily.


# For Researchers

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also replace this before merging.

@Langhaarzombie
Copy link
Contributor Author

Langhaarzombie commented Apr 16, 2025

Thanks a lot!

What else is left on your list for before merging this?

There are a couple things left:

  • Cleaning up the scripts and the backend (remove stuff that is no longer used)
  • (as you mentioned) replace the Lorem Ipsum with actual content (maybe you have ideas here @hodgestar @ajgpitch ?)
  • Update footer acc. to new navbar
  • Apply changes to benchmark website (similiar to tutorials page)
  • Update Workflow files to wget correct files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants