-
Notifications
You must be signed in to change notification settings - Fork 3
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
Page groups #4
Comments
I might suggest swapping |
Similar to the conversation in #7, I'm a fan of having big if slightly ambiguous top-level buckets and then imposing structure within those groups via metadata like categories, tags, etc. From a blogdown/hugo perspective, it's good to keep in mind that the groups serve to setup templates so sub-pages all have the same look/structure in the presentation of the information. From a user's perspective, it's good to keep in mind the commonly used headings and that often it's a high-level first decision about where to find what they're looking for. Folding in @tgerke's suggestion, what about having
|
Looks great to me (and selecting Projects over Research perhaps makes sense for that group). Re: publications, these could be folded into Projects or Software as appropriate, and this would follow with the bigger top-level bucket philosophy. I imagine it will be relatively rare that we have publications that are totally ancillary to any one of the Projects or Software releases. |
Structurally, it'll be easier to have them as a separate bucket and then link between them. For example, http://www.gerkelab.com/publication/epitad/ demos a "Project Page" button that links to http://www.gerkelab.com/project/epitad/. Future epiTAD pubs can use that mechanism to link back to the project. And on the flip side, we can use tags to add automatically generated link sections in the project page to fold in any pubs or software releases related to a project. Hugo works really well when the page templates are defined by the directory structure. Nesting publication pages under |
That all makes good sense. My only concern is that the Publications page may be very slow to develop because of extreme lags in the peer review process, and as a result may not give visitors a representative/timely snapshot of our work as a team. For example, I have a decent number of publications that are the result of me collaborating with other teams, but not necessarily a result of Gerke Lab stuff. |
I see. Do you feel that we shouldn't include those collaborations in this page? What if we used metadata to separate core Gerke Lab from collaborations and add a filtered view (core|collabs|all)? |
I think the metadata idea could work; I simply want to make sure people like you and @jhcreed are highlighted most prominently on this site, as you're the real stars! |
Currently we have
but discussion on Slack indicates we may want to rethink how we divide content.
Impacts #3.
The text was updated successfully, but these errors were encountered: