How is Sociology Scientific?
What are the major research types? Do you think one is more “scientific” than the others? Why or why not?
Research Design Activity
What is your research question?
What data is needed to answer your research question?
What population are you looking to sample?
How do you sample?
Will the data be generalizable?
Step 1
What are you interested in?
What is the causal relationship?
What is your research question?
Step 2
What type of data will you use?
Is that quantitative or qualitative or mixed?
Why use that data type?
Where would you find this data?
How would you collect it?
Step 3
What is your population?
What is your sample?
How would you get access to this sample?
Is this data generalizable? Why or why not?
Conclusion
What is one thing from this week that you learned that you didn’t know before?
(say something along the lines of me not knowing how widespread sociology was and how many different types of researches are done just to understand society)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

