Skip to content

Commit

Permalink
Merge pull request #252 from pulibrary/248-bitKlavier
Browse files Browse the repository at this point in the history
Added bitKlavier collection
  • Loading branch information
hectorcorrea authored Mar 22, 2022
2 parents 4449987 + 61f74b4 commit 64cde3b
Show file tree
Hide file tree
Showing 6 changed files with 1,137 additions and 59 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/blacklight/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
hideFacetGroup("subcommunity_name_ssi");
}

// Hide the collection facet unless we are faceting by the PPPL community
// We do this because this is the only group that uses collections in DataSpace and has more than one.
if (activeFacet("community_root_name_ssi") != "Princeton+Plasma+Physics+Laboratory") {
// Hide the collection facet unless we are faceting by the PPPL community or Music and Arts
// We do this because these are the only groups that use collections in DataSpace and PPPL has more than one.
if (activeFacet("community_root_name_ssi") != "Princeton+Plasma+Physics+Laboratory" && activeFacet("community_root_name_ssi") != "Music+and+Arts") {
hideFacetGroup("collection_name_ssi");
}
});
Expand Down
1 change: 1 addition & 0 deletions config/collections.csv
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ NA,Princeton Neuroscience Institute,Research Data Sets,88435/dsp010g354h44r,1061
NA,Princeton School of Public and International Affairs,C-PREE Research Data Sets,88435/dsp01000002903,3106,5,
NA,Princeton University Library,Research Data,88435/dsp01zw12z7787,1846,2,
NA,Sociology,Research Data Sets,88435/dsp013j333532h,3372,0,
NA,Music and Arts,bitKlavier,88435/dsp01rj430764j,3387,1
Loading

0 comments on commit 64cde3b

Please sign in to comment.