Hey,
I'm transitioning a site from Wordpress to Drupal 7.
For my Drupal 7 website I want to have basic pages about:
-people (e.g., Scientist 1)
-subjects (e.g., Science Subject 1)
-our organization (e.g., our projects, contact us, about us)
-news/announcements/events
-activism
-audio files
-video files
There will also be multiple blogs and a forum.
I'm thinking ahead about how to structure the site (the menus, the layout, the organization, the hierarchies, etc.).
Now, say I wanted a page about 'Scientist 1', and on that page I wanted to be able to display:
-all content tagged with 'Scientist 1 by date'
-all content tagged with 'Scientist 1' broken down by subject (e.g., List all content tagged with 'Scientist 1' and 'Science subject 1', then list all contest tagged with 'Scientist 1' and 'Science subject 2', and so forth)
-all articles tagged with 'Scientist 1'
-all forum posts tagged with 'Scientist 1'
-all blog posts tagged with 'Scientist 1'
-all audio files tagged with 'Scientist 1'
-all video files tagged with 'Scientist 1'
-all links tagged with 'Scientist 1'
-etc
And then I would want a page about 'Science Subject 1', and so forth, with comparable content listed on its page.