Drupal 7 views show nodes filtered by user profile field
In Drupal 7, create taxonomy vocabulary "Interests". It has terms sports, arts, computer...
admin/structure/profiles create main profile. It has field with term reference to "Interests" taxonomy.
The node is related to "Interests" terms also.
Want to create a view to only display the nodes that users are interested. For example, if a user profile has only terms sport and computer, then only nodes related with "Interests" sport or computer show up.