(1) Research the medication Allegra and report the following:
a. Trade Name and picture of medication
b. Generic Name
c. CAS Number
d. What is it used for?
e. Upload the structure of the molecule to the Resources area in your Workspace and embed it in your post by linking to it. Or, you can directly link to it on the web if the picture is on its own webpage.
f. Identify the common functional groups on your molecule.
g. On what part of the body, system in the body or receptors in the body does this medication act on?
h. If your medication’s description uses buzz words like “antihistamine”, “dopamine reuptake inhibitor” or “beta blocker,” etc. please describe what these words mean.
i. Are there any “natural” alternatives to this particular medication? Are they as effective? Which would you feel more comfortable using–natural or herbal remedies, or FDA approved pharmaceutical medications? Why? What is your opinion regarding “alternative medicine” in general. Is it scientifically supported?
(2) We all require a particular combination of nutrients to fuel our activities. Whether we run 10 miles, climb rock faces or sit at a desk all day, we still require fuel for our bodies to function.
Consider what you do in a day or weekend and report the following:
a. Activity in a day (or weekend)
b. Calories required to fuel that/those activity(s) (include your basal metabolic rate
c. What is the ideal mix of carbohydrates/protein/fat for this/these activity(s)?
d. Provide a menu for a day that meets the ideal mix indicated in (c) as well as the calories reported in (b).
e. Compare your findings in (d) with what you currently consume in a day when you partake of this/those activity(s). How does (e) compare to (d)? Include your sources of information
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 });

