Author Archives: Evelina Rosser

HOW CAN I ENSURE THAT MY CAPSTONE PROJECT HAS A CLEAR AND DEBATABLE THESIS

The thesis is one of the most important elements of any capstone project as it establishes the overall focus and argument of your work. Having a strong, clear, and debatable thesis is crucial for the success of your project. Here are some recommendations for crafting an effective thesis:

Develop a topic that has elements open to interpretation. The most compelling theses are those that approach topics with complex issues that could be reasonably argued in different ways. Avoid topics with definitively proven facts or concepts as there would be little room for a substantive debate. Some good thesis topics leave aspects open to analysis and interpretation rather than just reporting established truths.

Narrow your topic to a focused argument. Once you have selected a broad subject area, conduct thorough research to identify a specific aspect or issue within that topic that has logical arguments on different sides. Developing a narrow thesis focused on a defined debate allows for a more compelling analysis compared to an overly broad topic. You want your thesis to guide the project towards a clear conclusion rather than just introduce a general subject.

Take a definitive stance. A strong thesis clearly argues one side of a debate rather than just bringing up points from different perspectives. While your project will still need to address counterarguments, having a thesis that makes an identifiable claim focuses the debate. Avoid wishy-washy theses that sit on the fence; choose one side of the debate in your thesis statement and defend that perspective throughout the project.

Use credible sources to back your stance. Once you have taken a clear position in your thesis, conduct extensive research to find reliable, credible sources that directly support the argument you are making. Academic journals, reports from reputable organizations, data from government agencies, and other vetted third-party sources are ideal for providing verifiable evidence and authoritative perspectives to reinforce your thesis during the project. Popular websites or blogs are not as credible for capstone-level work.

Frame your thesis in a debatable statement. The clearest theses are explicitly stated as complete sentences outlining who or what is being discussed, the specific issue or argument that will be debated, and your definitive claim on the outcome of that debate. For example: “This paper argues that despite popular claims to the contrary, government regulation of social media platforms is necessary to protect user privacy based on failures of industry self-regulation and the outsized influence of these companies.”

Have your thesis checked for clarity. Once you have an initial thesis framed, discuss it with your instructor and peers to get feedback on how understandable the proposed debate is. Look for any aspects that could be interpreted in different ways or lack specificity. Iterate your thesis based on this input to eliminate ambiguity so any reader has a clear sense of the focused issue you will address and the conclusion you will argue for through evidence and analysis.

With these tips in mind, you should be able to develop a thesis that sets up a substantive yet not overly broad debate aligned to your chosen capstone topic. Having a thesis that establishes a definite stance on an issue open to reasonable counterarguments will provide critical direction for your project and ensure a meaningful analysis rather than a surface discussion of various perspectives. The thesis is the foundation upon which to build an effective, compelling capstone that makes a viable contribution through evidence-based argument.

Taking the time to thoughtfully craft your thesis using research and feedback will pay dividends as you complete your capstone project. With a clear, focused, debatable thesis established early on, you have a roadmap to guide your work towards a cohesive conclusion supported by in-depth exploration of reliable sources. This foundational element is one of the most important for defining the scope, depth, and quality of your final research paper or project. Developing an effective thesis is a key part of creating substantive, high-caliber capstone work.

CAN YOU EXPLAIN HOW THE MEDIA FILES ARE INGESTED INTO THE S3 BUCKETS

AWS S3 is a cloud-based storage service that allows users to store and retrieve any amount of data from anywhere on the web. Users can use the S3 service to build scalable applications and websites by storing files like images, videos, documents, backups and archives in S3 buckets. Media files from various sources need to be ingested or uploaded into these S3 buckets in a reliable, secure and automated manner. There are multiple ways this media file ingestion process can be configured based on the specific requirements and workflows.

Some common methods for ingesting media files into S3 buckets include:

Direct Upload via S3 SDK/CLI: The most basic way is to directly upload files to S3 using the AWS SDKs or CLI tools from the client/application side. Code can be written to upload files programmatically from a source folder to the target S3 bucket location. This method does not support workflows that require triggering the ingestion process from external sources like CMS, DAM, encoding systems etc.

S3 Transfer Acceleration: For larger files like video, Transfer Acceleration can be used which leverages CloudFront’s globally distributed edge locations. It parallelizes data transfer and routes uploads over multiple network paths from client to S3 region to achieve faster upload speeds even for files being uploaded from locations far away from regional S3 buckets.

SFTP/FTPS Ingestion: Specialized SFTP/FTPS servers can be deployed like Amazon SFTP or third party tools that can bridge SFTP/FTPS servers to listen and capture files dropped into dedicated folders, parse metadata etc and trigger ingestion workflow that uploads files to S3 and updates status/metadata in databases. Schema and workflow tools like AWS Step Functions can orchestrate the overall process.

Watch Folders on EC2: A scaled cluster of EC2 instances across regions can be deployed with watch folders configured using tools like AWS DataSync, Rsync etc. As files land in these monitored folders, they can trigger Lambda functions which will copy or sync files to S3 and optionally perform processing/transcoding using services like Elastic Transcoder before or during upload to S3.

API/Webhook Triggers: External systems like CMS, PIM, DAM support REST API triggers to signal availability of new assets for media ingestion pipelines. A Lambda function can be triggered which fetches files via pre-signed URLs, does any processing and uploads resultant files to S3 along with metadata updates via databases.

Kinesis Video Streams: For continuous live video streams from encoders, Kinesis Video Streams can be used to reliably ingest streams which get archived in HLS/DASH format to S3 for on-demand playback later. Kinesis Analytics can also be used for running SQL on video streams for insights before archival.

Bucket Notifications: S3 bucket notifications allow configuring SNS/SQS triggers whenever new objects are created in a bucket. This can be used to handle ingestion asynchronously by decoupling actual upload of files in S3 from any downstream workflows like processing, metadata updates etc. Helps implementing a loosely coupled asynchronous event-driven ingestion pipeline.

AWS Elemental MediaConnect: For high-scale, low-latency live video ingestion from encoders, MediaConnect flow can pull streams from multiple encoders simultaneously, encrypt/package and push reliable streams to S3 storage while publishing to CDN for live viewing. Integrates tightly with MediaLive, Elemental Conductor for orchestration.

MediaTailor: Ad insertion and tail slate insertion system allows broadcasters to insert dynamic ads in their live content which gets ingested into S3 origin. Integrates with affiliate workflows for dynamic content delivery and monetization.

Once files land in S3, various downstream tasks like metadata extraction, transcoding optimization, access controls, replication across regions can be implemented using Lambda, MediaConvert, Athena, Glue etc trigged by S3 notifications. Overall the goal is designing loosely coupled secure asynchronous media ingestion pipelines that can scale elastically based on business needs. Proper monitoring using tools like CloudWatch and logging helps ensuring reliability and observability of media file transfer to S3.

WHAT ARE SOME RESOURCES I CAN USE TO CONDUCT RESEARCH FOR MY NURSING CAPSTONE PROJECT

Academic databases – Academic databases are an invaluable resource for nursing research as they contain peer-reviewed scholarly articles, journals, and studies. Some top databases to search include CINAHL, PubMed, MEDLINE, PsycINFO, and others available through your school library. Using specific search terms related to your topic, you can find current evidence and literature to support your project. When searching, be sure to tailor your searches to find full-text, peer-reviewed articles published within the last 5-10 years.

Institutional repositories – Your university library website likely has an institutional repository that houses theses, dissertations, and capstone projects completed by previous students at your institution. Browsing these can provide you with ideas on how other students have structured their projects and give you an understanding of what is expected for your own work. You may also find previous studies conducted that relate to your topic area. Speaking to a librarian can help you access your school’s repository.

Government websites – Government agencies frequently fund nursing research and publish findings and data on their websites for open access. Resources like ClinicalTrials.gov allow you to see whether any studies relevant to your topic are currently in progress or have recently been completed. Sites like those of the National Institutes of Health, Agency for Healthcare Research and Quality, and Centers for Disease Control and Prevention are good places to search for statistics, data sources, reports, and studies using .govdomain suffixes.

Reference books – Nursing programs commonly have textbooks, handbooks, and nursing references covering a variety of topics in their physical collections. Browsing relevant reference books can expose you to more background information on your topic as well as provide references you may be able to subsequently find full-text online. Speaking to a reference librarian can help identify keywords to search the catalog for applicable titles.

Grey literature – Conferences, organizational reports, dissertations, working papers, and other “grey literature” not published commercially may contain relevant data and findings. Searching sites like ProQuest Dissertations & Theses Global and EThOS can uncover regional or institutional studies not represented in academic databases. Reaching out to relevant nursing organizations and asking if they have any white papers, reports, or presentations on your topic area can turn up additional documents.

Librarian support – Your institution’s nursing librarian is a knowledgeable expert specifically dedicated to assisting nursing students with research needs. By discussing your capstone topic with the librarian, they can provide customized searching strategies, recommendations for specific databases to target, and suggest additional resources beyond the common ones. Nursing librarians understand best practices for evidence-based projects and are invaluable for helping plan your research approach.

Interlibrary loan – If after exhaustive searching you are still unable to access the full-text of important articles or documents, consider requesting them through your library’s interlibrary loan service. This allows materials not held locally to be borrowed from other participating libraries, significantly expanding your reach. There may be a nominal fee, but it provides access to important sources that could greatly contribute to your project’s literature review.

In addition to these resources, don’t forget to consider consulting any professional associations, relevant organizations, or government agencies that may have statistical snapshots, program data, or reports applicable to your study topic area. Interviewing subject matter experts, as allowed by your school’s IRB process, could uncover valuable insights to address gaps in the available literature as well. Be sure to methodically keep track of your search strategies and all references as you conduct research using a citation manager, to streamline the literature review and references sections later on. Applying a multifaceted approach to searching many types of sources should allow you to become comprehensively informed regarding your nursing capstone project topic.

CAN YOU PROVIDE EXAMPLES OF SPECIFIC CAPSTONE PROJECTS COMPLETED BY CAPELLA UNIVERSITY STUDENTS

One student in the Bachelor of Science in Business Management program completed a capstone project examining strategies for improving employee retention at a small manufacturing company. For their project, the student conducted interviews with 20 current employees to understand their reasons for staying or considering leaving the organization. They also did benchmarking research on employee retention best practices at similar companies. In their capstone paper and presentation, they proposed a combination of improved management training, competitive compensation and benefits packages, enhanced opportunities for advancement, and expanded work-life balance programs. Some of their key recommendations that were later implemented included the introduction of flexible work schedules, an annual employee satisfaction survey to gather ongoing feedback, and the creation of internal mentorship and development programs.

In the Master of Science in Information Assurance and Cybersecurity program, a student focused their capstone project on enhancing the security of a mid-sized financial services firm’s cloud infrastructure and applications. Through vulnerability assessments and penetration testing, they identified several gaps in access controls, authentication protocols, and network security that could expose sensitive customer data. In their project report and presentation to IT leadership, they recommended an integrated solution involving Multi-Factor Authentication, increased encryption of data in transit and at rest, regular security awareness training for all employees, and deploying cloud security tools to monitor for malicious activity and abnormal behavior. The company was so impressed with the findings and proposed roadmap that they hired the student as their new Cloud Security Engineer after graduation to help implement the changes.

A student in the Doctor of Education in Organizational Leadership program completed a program evaluation capstone to assess the effectiveness of an after-school tutoring program at a local Title 1 elementary school. For their project, they developed surveys to collect feedback from students, parents, and teachers on perceived strengths and weaknesses of the existing tutoring model. They also analyzed standardized test score data from past years to see if program participation correlated with improved academic performance. Their final paper presented both qualitative and quantitative findings. Some of the major recommendations included tailoring tutoring sessions to individual student needs based on formative assessments, involving parents more directly in the program through volunteer opportunities, and securing additional grant funding to expand the scope and resources available. The school district was pleased with the comprehensive evaluation and subsequently implemented several of the proposed improvements.

In the Master of Science in Information Technology program, one capstone involved developing a proof-of-concept prototype for an innovative mobile application aimed at helping parents easily locate and connect with local babysitters, nannies, and childcare providers. Through user interviews and competitor research, the student identified pain points in existing solutions and opportunities to address unmet needs. Their prototype application included customizable family profiles, real-time availability calendars for care providers, secure payment processing capabilities, parental controls, and integrated background check verification. Their project report contained a full business plan outlining user acquisition strategies, pricing models, partnerships, staffing requirements, and financial projections. Investors were impressed with the clarity of vision and early validation findings, resulting in seed funding being secured to further develop the concept into a product.

These are just a few examples of the diverse, impactful capstone projects completed through Capella’s competency-based programs. A hallmark of Capella’s model is developing applied research and evaluation skills to address real-world organizational and community issues. Students successfully collaborate with industry partners and stakeholders to design solutions informed by evidence and tailored to specific needs. By completing rigorous projects with measurable outcomes, Capella graduates gain proven ability to effectively problem solve, communicate recommendations, and drive meaningful change in their respective fields and workplaces.

CAN YOU PROVIDE MORE EXAMPLES OF CONCEPTUAL FRAMEWORKS FOR DIFFERENT TYPES OF CAPSTONE PROJECTS

Nursing Capstone – Chronic Care Model

The Chronic Care Model is an evidence-based framework that was developed to help improve chronic illness care. It contains 6 core elements:

Community Resources and Policies – Developing partnerships with community organizations to support healthy behaviors and address gaps in services. This could involve assessing available resources and developing new partnerships in the community.

Health System Organization – Ensuring care is coordinated within the health system across different teams and levels. This involves examining current care coordination processes and recommending improvements to facilitate coordinated care.

Self-Management Support – Empowering patients to manage their conditions through education, collaborative goal-setting, and problem-solving support. This could involve developing a new group education program, individual patient coaching program, or online patient portal.

Delivery System Design – Structuring provider roles and responsibilities to match chronic care needs. This may involve developing new protocols or care pathways for chronic condition management, evaluating provider roles and capacity, and recommending improvements to meet patient needs.

Decision Support – Guiding provider decisions with evidence-based guidelines and clinical information tools. This could involve developing a clinical guideline or protocol for a specific condition, designing a decision support tool embedded in the EHR, or evaluating current practices against evidence-based guidelines.

Clinical Information Systems – Optimizing care through use of registries, information sharing, and patient/population health monitoring. Projects may involve designing and implementing a new registry within the EHR to monitor outcomes, automate reminders, or stratify patients for outreach.

The Chronic Care Model provides a comprehensive framework to evaluate how an organization currently supports chronic disease management and identify areas of improvement across different levels of the healthcare system. A capstone project could leverage this model to assess one or more elements and make recommendations to strengthen chronic illness care.