Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,26 @@ <h1>Contributing to <span class="alpscore"></span></h1>
</div>
</div>
<hr>
<div class="featurette white">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Peer reviewed codes using <span class="alpscore"></span></h1>
<p>
Several applications use <span class="alpscore"></span> as their underlying library. Here is a selection of codes and publications
</p>
</div>
<div class="col-md-3">
<p><a class="btn btn-primary" href="https://github.com/ALPSCore/CT-HYB-SEGMENT" role="button"><i class="fa fa-book fa-fw"></i>&nbsp; Hybridization Expansion (Segment)</a></p>
Copy link
Contributor

Choose a reason for hiding this comment

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

The links look like buttons on the right side of the page. Is it intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Intentional: yes, but also ugly. Can you propose something better?

Copy link
Contributor

Choose a reason for hiding this comment

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

Thinking on it.
Maybe, a single button "Codes that use ALPSCore" whith a link to the Wiki page?

Copy link
Contributor

Choose a reason for hiding this comment

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

For now, in the section "Using ALPSCore", replace the "Mailing list" (it is not used by anyone anyway) with "Applications that use ALPSCore" button.

Later, add another section to the page: "Outreach" or "For ALPSCore Users" something like that.
Move the following buttons there:

  1. Applications that use ALPSCore
  2. Tutorials
  3. Screencasts (TBD)

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, that makes sense. can you commit the changes or should I?

<p><a class="btn btn-primary" href="http://linkinghub.elsevier.com/retrieve/pii/S0010465517300036" role="button"><i class="fa fa-book fa-fw"></i>&nbsp; Hybridization Expansion (Matrix)</a></p>
<p><a class="btn btn-primary" href="http://linkinghub.elsevier.com/retrieve/pii/S0010465517300309" role="button"><i class="fa fa-book fa-fw"></i>&nbsp; Maximum Entropy Method</a></p>
<p><a class="btn btn-primary" href="https://arxiv.org/abs/1711.03044" role="button"><i class="fa fa-book fa-fw"></i>&nbsp; Diag MC Fr&ouml;hlich Polaron</a></p>
</div>
</div>
</div>
</div>
<hr>

<div class="featurette white">
<div class="container">
<div class="row">
Expand Down