Rostlab / JS16_ProjectF

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.
GNU General Public License v3.0
10 stars 8 forks source link

Check whether pageRank is available before using it as page-priority #478

Closed mammuth closed 8 years ago

mammuth commented 8 years ago

Closes #471

Problem was, that we used the characters pageRank to set the pages priority in the sitemap. Now we check whether this pageRank is NaN and use a priority of 0.1 in this case.