<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-1369261220863951434</atom:id><lastBuildDate>Sat, 11 Apr 2026 16:09:26 +0000</lastBuildDate><category>Research</category><category>Business</category><category>Technology</category><category>Information</category><category>Science</category><category>Entertainment</category><category>Environment</category><category>Infograph</category><category>Legend</category><category>Needs</category><category>Study</category><category>World</category><title>Byte Hook</title><description>It&#39;s a news-based blogging site where you will find out updated news on Environment, Research, Science, Technology, World, and many other relevant.</description><link>https://bytehook.blogspot.com/</link><managingEditor>noreply@blogger.com (Shazed Muntashir Ovi)</managingEditor><generator>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-1487030550050315647</guid><pubDate>Sat, 11 Apr 2026 16:05:00 +0000</pubDate><atom:updated>2026-04-11T09:09:26.386-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Infograph</category><title>NRB Property Management Infographic</title><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;The Golden Gap: NRB Property Management in Dhaka&lt;/title&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/chart.js&quot;&gt;&lt;/script&gt;
    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
    
    &lt;!-- 
    PALETTE SELECTION: &quot;Energetic &amp; Professional (Brilliant Blues &amp; Amber)&quot;
    Primary: #1E88E5 (Vibrant Blue)
    Secondary/Accent: #FFB300 (Amber/Gold)
    Warning/Crisis: #E53935 (Red)
    Background: #F8FAFC (Slate 50)
    Surface: #FFFFFF (White)
    Text Main: #1E293B (Slate 800)
    Text Muted: #64748B (Slate 500)
    --&gt;

    &lt;!-- 
    INFOGRAPHIC PLAN SUMMARY:
    1. Introduction/Hook: Establish the massive market size ($2.68T) and record remittances fueling the NRB real estate boom in Dhaka.
    2. The Crisis (Problem): Highlight the severe financial loss (up to 15%) caused by absentee ownership and poor management.
    3. The Solution (Service &amp; Fees): Break down the lucrative percentage-based fee structures for property management.
    4. Financial Projections (ROI): Detail the scalable, low-effort revenue model (50 units = 400k BDT/month).
    5. Conclusion: Emphasize the AI-immunity of the business due to the necessity of physical presence and human connection.
    --&gt;

    &lt;!-- 
    VISUALIZATION CHOICES SUMMARY:
    - Data Point: Remittances &amp; ROI -&gt; Goal: Inform -&gt; Chosen Vis: Single Big Numbers (Styled Text) -&gt; Justification: Immediate impact for core KPIs. (NO SVG)
    - Data Point: Market Growth -&gt; Goal: Change -&gt; Chosen Vis: Line/Area Chart (Chart.js) -&gt; Justification: Best for showing trajectory over time (2024-2028). (NO SVG)
    - Data Point: Property Depreciation -&gt; Goal: Compare/Change -&gt; Chosen Vis: Donut Chart (Chart.js) -&gt; Justification: Visually represents the &#39;bite&#39; taken out of the total asset value. (NO SVG)
    - Data Point: Fee Structures -&gt; Goal: Compare -&gt; Chosen Vis: Bar Chart (Chart.js) -&gt; Justification: Easily compares average percentage fees across different service tiers. (NO SVG)
    - Data Point: Revenue Generation Flow -&gt; Goal: Organize -&gt; Chosen Vis: Flow Diagram via Tailwind HTML/CSS Grid -&gt; Justification: Shows the logical multiplier effect without requiring external diagramming tools. (NO SVG)
    --&gt;

    &lt;!-- 
    CRITICAL CONFIRMATION: 
    I explicitly confirm that NEITHER Mermaid JS NOR SVG were used anywhere in the output within this HTML document. All graphics are rendered via Canvas (Chart.js), standard HTML/CSS, or Unicode characters.
    --&gt;

    &lt;style&gt;
        body {
            font-family: &#39;Inter&#39;, sans-serif;
            background-color: #F8FAFC;
            color: #1E293B;
        }
        .chart-container {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            height: 300px;
            max-height: 400px;
        }
        @media (min-width: 768px) {
            .chart-container { height: 350px; }
        }
        .material-card {
            background-color: #FFFFFF;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            border-top: 5px solid #1E88E5;
            transition: transform 0.2s ease-in-out;
        }
        .material-card:hover {
            transform: translateY(-2px);
        }
        .border-amber { border-top-color: #FFB300; }
        .border-red { border-top-color: #E53935; }
        .text-blue { color: #1E88E5; }
        .text-amber { color: #FFB300; }
        .text-red { color: #E53935; }
        .bg-blue-light { background-color: rgba(30, 136, 229, 0.1); }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;antialiased pb-20&quot;&gt;

    &lt;header class=&quot;bg-[#1E293B] text-white py-16 px-6 shadow-lg mb-10 border-b-8 border-[#FFB300]&quot;&gt;
        &lt;div class=&quot;max-w-5xl mx-auto text-center&quot;&gt;
            &lt;div class=&quot;text-6xl mb-4&quot;&gt;&amp;#x1F3E2;&lt;/div&gt;
            &lt;h1 class=&quot;text-4xl md:text-5xl font-extrabold tracking-tight mb-4&quot;&gt;The Golden Gap&lt;/h1&gt;
            &lt;p class=&quot;text-xl md:text-2xl text-[#94A3B8] font-light max-w-3xl mx-auto&quot;&gt;Capitalizing on NRB Property &amp; Asset Management in Dhaka&#39;s Booming Market&lt;/p&gt;
        &lt;/div&gt;
    &lt;/header&gt;

    &lt;main class=&quot;max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 space-y-12&quot;&gt;

        &lt;section&gt;
            &lt;h2 class=&quot;text-3xl font-bold mb-6 flex items-center&quot;&gt;&lt;span class=&quot;text-4xl mr-3&quot;&gt;&amp;#x1F4C8;&lt;/span&gt; 1. The Macro Opportunity&lt;/h2&gt;
            &lt;p class=&quot;text-lg text-gray-700 mb-8 leading-relaxed&quot;&gt;
                Dhaka&#39;s real estate market is experiencing unprecedented, sustained growth. Fueled by record-breaking remittances from Non-Resident Bangladeshis (NRBs) seeking stable, long-term returns outside volatile global equities, massive capital is flowing into luxury and premium residential zones like Gulshan, Banani, and Bashundhara.
            &lt;/p&gt;

            &lt;div class=&quot;grid grid-cols-1 md:grid-cols-2 gap-8 mb-8&quot;&gt;
                &lt;div class=&quot;material-card border-amber flex flex-col justify-center items-center text-center&quot;&gt;
                    &lt;div class=&quot;text-5xl mb-2&quot;&gt;&amp;#x1F4B0;&lt;/div&gt;
                    &lt;h3 class=&quot;text-lg font-semibold text-gray-500 uppercase tracking-wide&quot;&gt;Record Remittances&lt;/h3&gt;
                    &lt;div class=&quot;text-5xl font-extrabold text-amber my-3&quot;&gt;$26.67B&lt;/div&gt;
                    &lt;p class=&quot;text-sm text-gray-600&quot;&gt;Annual influx driving diaspora real estate acquisitions.&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;material-card flex flex-col justify-center items-center text-center&quot;&gt;
                    &lt;div class=&quot;text-5xl mb-2&quot;&gt;&amp;#x1F3D8;&amp;#xFE0F;&lt;/div&gt;
                    &lt;h3 class=&quot;text-lg font-semibold text-gray-500 uppercase tracking-wide&quot;&gt;Premium Rental ROI&lt;/h3&gt;
                    &lt;div class=&quot;text-5xl font-extrabold text-blue my-3&quot;&gt;5.5% - 7.5%&lt;/div&gt;
                    &lt;p class=&quot;text-sm text-gray-600&quot;&gt;Attractive yields making Dhaka a prime target for investment.&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;material-card&quot;&gt;
                &lt;h3 class=&quot;text-xl font-bold mb-2&quot;&gt;Real Estate Asset Class Trajectory (Dhaka Metro)&lt;/h3&gt;
                &lt;p class=&quot;text-sm text-gray-600 mb-6&quot;&gt;Industry projections show a massive expansion of the total asset pool, creating an ever-growing addressable market for property management services.&lt;/p&gt;
                &lt;div class=&quot;chart-container&quot;&gt;
                    &lt;canvas id=&quot;marketGrowthChart&quot;&gt;&lt;/canvas&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;section&gt;
            &lt;h2 class=&quot;text-3xl font-bold mb-6 flex items-center text-red&quot;&gt;&lt;span class=&quot;text-4xl mr-3&quot;&gt;&amp;#x26A0;&amp;#xFE0F;&lt;/span&gt; 2. The Crisis of Absentee Ownership&lt;/h2&gt;
            &lt;p class=&quot;text-lg text-gray-700 mb-8 leading-relaxed&quot;&gt;
                Despite the influx of capital, NRB investors face severe hurdles. Properties entrusted to distant relatives or informal guards suffer from neglect, unauthorized occupation, and inconsistent rent collection. This lack of professional oversight actively hemorrhages value.
            &lt;/p&gt;

            &lt;div class=&quot;grid grid-cols-1 md:grid-cols-3 gap-8&quot;&gt;
                &lt;div class=&quot;material-card border-red md:col-span-1 flex flex-col justify-center items-center text-center bg-red-50&quot;&gt;
                    &lt;div class=&quot;text-5xl mb-4 text-red&quot;&gt;&amp;#x1F4B8;&lt;/div&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800 mb-2&quot;&gt;The Cost of Neglect&lt;/h3&gt;
                    &lt;p class=&quot;text-gray-600 mb-4&quot;&gt;Without formal management, luxury assets degrade rapidly due to maintenance delays and tenant defaults.&lt;/p&gt;
                    &lt;div class=&quot;text-4xl font-black text-red mt-auto&quot;&gt;-15%&lt;/div&gt;
                    &lt;p class=&quot;text-xs font-semibold text-red uppercase tracking-wider mt-1&quot;&gt;Value Loss Over 5 Years&lt;/p&gt;
                &lt;/div&gt;

                &lt;div class=&quot;material-card border-red md:col-span-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold mb-2&quot;&gt;Asset Depreciation Profile&lt;/h3&gt;
                    &lt;p class=&quot;text-sm text-gray-600 mb-4&quot;&gt;For an unmaintained BDT 2.5 Crore apartment, the financial loss equates to lakhs of Taka annually.&lt;/p&gt;
                    &lt;div class=&quot;chart-container flex justify-center&quot;&gt;
                        &lt;canvas id=&quot;depreciationChart&quot;&gt;&lt;/canvas&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;section&gt;
            &lt;h2 class=&quot;text-3xl font-bold mb-6 flex items-center&quot;&gt;&lt;span class=&quot;text-4xl mr-3&quot;&gt;&amp;#x1F4CB;&lt;/span&gt; 3. The Solution &amp; Revenue Model&lt;/h2&gt;
            &lt;p class=&quot;text-lg text-gray-700 mb-8 leading-relaxed&quot;&gt;
                A specialized property management firm acting as a formal fiduciary solves this multi-million dollar problem. The revenue model is structurally protected from inflation, operating on percentage-based fees tied directly to gross rental yields.
            &lt;/p&gt;

            &lt;div class=&quot;material-card mb-8&quot;&gt;
                &lt;h3 class=&quot;text-xl font-bold mb-2&quot;&gt;Average Management Fees (Dhaka Market)&lt;/h3&gt;
                &lt;p class=&quot;text-sm text-gray-600 mb-6&quot;&gt;Firms align their incentives with owners. As property values and rents rise, revenue increases without requiring additional capital expenditure.&lt;/p&gt;
                &lt;div class=&quot;chart-container&quot;&gt;
                    &lt;canvas id=&quot;feesChart&quot;&gt;&lt;/canvas&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;grid grid-cols-1 md:grid-cols-2 gap-6&quot;&gt;
                &lt;div class=&quot;bg-white p-6 rounded-lg shadow border border-gray-200&quot;&gt;
                    &lt;h4 class=&quot;font-bold text-lg mb-2 flex items-center&quot;&gt;&lt;span class=&quot;mr-2 text-blue&quot;&gt;&amp;#x2714;&amp;#xFE0F;&lt;/span&gt; One-Time Leasing Fee&lt;/h4&gt;
                    &lt;p class=&quot;text-gray-600 text-sm&quot;&gt;Equivalent to &lt;strong&gt;1 month&#39;s rent&lt;/strong&gt;. Covers vacancy marketing, background checks, and contract execution compliant with the Premises Rent Control Act 1991.&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;bg-white p-6 rounded-lg shadow border border-gray-200&quot;&gt;
                    &lt;h4 class=&quot;font-bold text-lg mb-2 flex items-center&quot;&gt;&lt;span class=&quot;mr-2 text-blue&quot;&gt;&amp;#x2714;&amp;#xFE0F;&lt;/span&gt; Vacant Property Maintenance&lt;/h4&gt;
                    &lt;p class=&quot;text-gray-600 text-sm&quot;&gt;&lt;strong&gt;BDT 10k - 25k / month (Fixed)&lt;/strong&gt;. Covers preventative upkeep, plumbing flushes, and pest control for properties awaiting tenants.&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;section&gt;
            &lt;h2 class=&quot;text-3xl font-bold mb-6 flex items-center&quot;&gt;&lt;span class=&quot;text-4xl mr-3&quot;&gt;&amp;#x2699;&amp;#xFE0F;&lt;/span&gt; 4. Low Effort, High Reward: Financial Projections&lt;/h2&gt;
            &lt;p class=&quot;text-lg text-gray-700 mb-8 leading-relaxed&quot;&gt;
                This business ranks exceptionally high on the effort-to-reward scale. Once Standard Operating Procedures (SOPs) and vetted contractor networks are established, the day-to-day management is entirely delegable and systemic.
            &lt;/p&gt;

            &lt;div class=&quot;bg-[#1E293B] rounded-xl p-8 text-white shadow-xl relative overflow-hidden&quot;&gt;
                &lt;div class=&quot;absolute top-0 right-0 p-4 opacity-10 text-9xl font-bold&quot;&gt;ROI&lt;/div&gt;
                &lt;h3 class=&quot;text-2xl font-bold mb-6 text-amber&quot;&gt;Boutique Portfolio Projection&lt;/h3&gt;
                
                &lt;div class=&quot;flex flex-col md:flex-row items-center justify-between gap-6 relative z-10&quot;&gt;
                    
                    &lt;div class=&quot;bg-slate-800 p-6 rounded-lg w-full text-center border border-slate-700 shadow-inner&quot;&gt;
                        &lt;div class=&quot;text-3xl mb-2&quot;&gt;&amp;#x1F3E1;&lt;/div&gt;
                        &lt;div class=&quot;text-4xl font-black text-white&quot;&gt;50&lt;/div&gt;
                        &lt;div class=&quot;text-sm text-slate-400 uppercase tracking-widest mt-1&quot;&gt;Units Managed&lt;/div&gt;
                    &lt;/div&gt;

                    &lt;div class=&quot;text-amber text-3xl hidden md:block&quot;&gt;&amp;#x2716;&amp;#xFE0F;&lt;/div&gt;
                    &lt;div class=&quot;text-amber text-3xl md:hidden&quot;&gt;&amp;#x2B07;&amp;#xFE0F;&lt;/div&gt;

                    &lt;div class=&quot;bg-slate-800 p-6 rounded-lg w-full text-center border border-slate-700 shadow-inner&quot;&gt;
                        &lt;div class=&quot;text-3xl mb-2&quot;&gt;&amp;#x1F4B5;&lt;/div&gt;
                        &lt;div class=&quot;text-3xl font-bold text-white&quot;&gt;80k&lt;span class=&quot;text-lg font-normal text-slate-400&quot;&gt; BDT&lt;/span&gt;&lt;/div&gt;
                        &lt;div class=&quot;text-sm text-slate-400 uppercase tracking-widest mt-1&quot;&gt;Avg. Monthly Rent&lt;/div&gt;
                    &lt;/div&gt;

                    &lt;div class=&quot;text-amber text-3xl hidden md:block&quot;&gt;&amp;#x2716;&amp;#xFE0F;&lt;/div&gt;
                    &lt;div class=&quot;text-amber text-3xl md:hidden&quot;&gt;&amp;#x2B07;&amp;#xFE0F;&lt;/div&gt;

                    &lt;div class=&quot;bg-slate-800 p-6 rounded-lg w-full text-center border border-slate-700 shadow-inner&quot;&gt;
                        &lt;div class=&quot;text-3xl mb-2&quot;&gt;&amp;#x1F4CA;&lt;/div&gt;
                        &lt;div class=&quot;text-3xl font-bold text-white&quot;&gt;10%&lt;/div&gt;
                        &lt;div class=&quot;text-sm text-slate-400 uppercase tracking-widest mt-1&quot;&gt;Mgmt Fee&lt;/div&gt;
                    &lt;/div&gt;

                    &lt;div class=&quot;text-blue text-4xl font-black hidden md:block&quot;&gt;&amp;#x3D;&lt;/div&gt;
                    &lt;div class=&quot;text-blue text-4xl font-black md:hidden&quot;&gt;&amp;#x2B07;&amp;#xFE0F;&lt;/div&gt;

                    &lt;div class=&quot;bg-blue-light border-2 border-blue p-6 rounded-lg w-full text-center transform scale-105 shadow-lg&quot;&gt;
                        &lt;div class=&quot;text-3xl mb-2&quot;&gt;&amp;#x1F4B0;&lt;/div&gt;
                        &lt;div class=&quot;text-4xl font-black text-amber&quot;&gt;400k&lt;span class=&quot;text-xl font-bold text-white&quot;&gt; BDT&lt;/span&gt;&lt;/div&gt;
                        &lt;div class=&quot;text-sm text-white font-semibold uppercase tracking-widest mt-1&quot;&gt;Monthly Recurring Revenue&lt;/div&gt;
                    &lt;/div&gt;

                &lt;/div&gt;
                
                &lt;p class=&quot;mt-8 text-sm text-slate-300 text-center relative z-10 italic&quot;&gt;
                    *Excludes highly lucrative one-time leasing fees (BDT 80,000 per unit turnover) and contractor coordination markups. Overhead is minimal: a small admin office, digital tracking software, and a freelance contractor network.
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/section&gt;

        &lt;section class=&quot;mb-12&quot;&gt;
            &lt;h2 class=&quot;text-3xl font-bold mb-6 flex items-center&quot;&gt;&lt;span class=&quot;text-4xl mr-3&quot;&gt;&amp;#x1F916;&amp;#x26D4;&lt;/span&gt; 5. The Ultimate Moat: AI Immunity&lt;/h2&gt;
            
            &lt;div class=&quot;material-card border-blue&quot;&gt;
                &lt;div class=&quot;flex flex-col md:flex-row gap-8 items-center&quot;&gt;
                    &lt;div class=&quot;md:w-2/3&quot;&gt;
                        &lt;p class=&quot;text-lg text-gray-700 leading-relaxed mb-4&quot;&gt;
                            While AI can automate internal accounting or draft marketing copy, this specific business model is fundamentally immune to replacement by software, IoT, or smart devices. 
                        &lt;/p&gt;
                        &lt;p class=&quot;text-lg text-gray-700 leading-relaxed&quot;&gt;
                            &lt;strong&gt;The premium fee is paid precisely for the human element.&lt;/strong&gt; No software program can physically inspect a flat for water damage, negotiate aggressively with a local Dhaka contractor to ensure fair pricing, or stand before a municipal authority (RAJUK) to resolve a complex, localized compliance dispute. It requires trust, physical presence, and socio-cultural arbitration.
                        &lt;/p&gt;
                    &lt;/div&gt;
                    &lt;div class=&quot;md:w-1/3 flex justify-center&quot;&gt;
                        &lt;div class=&quot;bg-blue-50 rounded-full h-48 w-48 flex items-center justify-center border-4 border-blue shadow-inner&quot;&gt;
                            &lt;div class=&quot;text-7xl text-blue&quot;&gt;&amp;#x1F91D;&lt;/div&gt;
                        &lt;/div&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/section&gt;

    &lt;/main&gt;

    &lt;footer class=&quot;bg-[#1E293B] text-[#94A3B8] py-8 text-center border-t-4 border-[#1E88E5]&quot;&gt;
        &lt;p&gt;&amp;copy; 2026 Dhaka Market Research &amp; Analysis. Data based on projected NRB investment trends.&lt;/p&gt;
    &lt;/footer&gt;

    &lt;script&gt;
        // Shared Utilities
        function wrapLabel(label, maxChars = 16) {
            const words = label.split(&#39; &#39;);
            let lines = [];
            let currentLine = &#39;&#39;;
            words.forEach(word =&gt; {
                if ((currentLine + word).length &gt; maxChars) {
                    if (currentLine) lines.push(currentLine.trim());
                    currentLine = word + &#39; &#39;;
                } else {
                    currentLine += word + &#39; &#39;;
                }
            });
            if (currentLine) lines.push(currentLine.trim());
            return lines;
        }

        const commonTooltipConfig = {
            callbacks: {
                title: function(tooltipItems) {
                    const item = tooltipItems[0];
                    let label = item.chart.data.labels[item.dataIndex];
                    if (Array.isArray(label)) {
                        return label.join(&#39; &#39;);
                    } else {
                        return label;
                    }
                }
            }
        };

        const chartColors = {
            blue: &#39;#1E88E5&#39;,
            amber: &#39;#FFB300&#39;,
            red: &#39;#E53935&#39;,
            gray: &#39;#E2E8F0&#39;,
            darkBlue: &#39;#1E293B&#39;
        };

        // 1. Market Growth Chart (Line)
        const marketCtx = document.getElementById(&#39;marketGrowthChart&#39;).getContext(&#39;2d&#39;);
        new Chart(marketCtx, {
            type: &#39;line&#39;,
            data: {
                labels: [&#39;2024&#39;, &#39;2025 (Proj)&#39;, &#39;2026 (Proj)&#39;, &#39;2027 (Proj)&#39;, &#39;2028 (Proj)&#39;],
                datasets: [{
                    label: &#39;Asset Class Value (Trillion USD)&#39;,
                    data: [2.68, 2.89, 3.10, 3.31, 3.53],
                    borderColor: chartColors.blue,
                    backgroundColor: &#39;rgba(30, 136, 229, 0.2)&#39;,
                    borderWidth: 4,
                    pointBackgroundColor: chartColors.amber,
                    pointRadius: 6,
                    pointHoverRadius: 8,
                    fill: true,
                    tension: 0.3
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: { display: false },
                    tooltip: commonTooltipConfig
                },
                scales: {
                    y: {
                        beginAtZero: false,
                        min: 2.5,
                        grid: { borderDash: [5, 5], color: &#39;#e2e8f0&#39; }
                    },
                    x: {
                        grid: { display: false }
                    }
                }
            }
        });

        // 2. Depreciation Chart (Donut)
        const depCtx = document.getElementById(&#39;depreciationChart&#39;).getContext(&#39;2d&#39;);
        const depLabels = [&#39;Value Lost (Unmaintained)&#39;, &#39;Retained Value&#39;].map(l =&gt; wrapLabel(l));
        new Chart(depCtx, {
            type: &#39;doughnut&#39;,
            data: {
                labels: depLabels,
                datasets: [{
                    data: [15, 85],
                    backgroundColor: [chartColors.red, chartColors.gray],
                    borderWidth: 0,
                    hoverOffset: 4
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                cutout: &#39;75%&#39;,
                plugins: {
                    legend: { position: &#39;bottom&#39; },
                    tooltip: commonTooltipConfig
                }
            }
        });

        // 3. Management Fees Chart (Bar)
        const feesCtx = document.getElementById(&#39;feesChart&#39;).getContext(&#39;2d&#39;);
        const feeLabelsRaw = [&#39;Rent Collection Only&#39;, &#39;Full Residential Management&#39;, &#39;Commercial Property Management&#39;];
        const feeLabelsWrapped = feeLabelsRaw.map(label =&gt; wrapLabel(label));
        
        new Chart(feesCtx, {
            type: &#39;bar&#39;,
            data: {
                labels: feeLabelsWrapped,
                datasets: [{
                    label: &#39;Average Fee (%)&#39;,
                    // Using averages of the ranges provided in text: (5+7)/2, (8+12)/2, (10+15)/2
                    data: [6, 10, 12.5],
                    backgroundColor: [
                        &#39;rgba(255, 179, 0, 0.8)&#39;, // Amber
                        &#39;rgba(30, 136, 229, 0.8)&#39;, // Blue
                        &#39;rgba(30, 41, 59, 0.8)&#39;    // Dark Blue
                    ],
                    borderColor: [chartColors.amber, chartColors.blue, chartColors.darkBlue],
                    borderWidth: 2,
                    borderRadius: 6
                }]
            },
            options: {
                responsive: true,
                maintainAspectRatio: false,
                plugins: {
                    legend: { display: false },
                    tooltip: commonTooltipConfig
                },
                scales: {
                    y: {
                        beginAtZero: true,
                        max: 16,
                        title: { display: true, text: &#39;Percentage of Monthly Rent (%)&#39; },
                        grid: { borderDash: [5, 5], color: &#39;#e2e8f0&#39; }
                    },
                    x: {
                        grid: { display: false },
                        ticks: { maxRotation: 0, minRotation: 0 }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</description><link>https://bytehook.blogspot.com/2026/04/nrb-property-management-infographic.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-1204847483461968963</guid><pubDate>Mon, 15 Sep 2025 06:45:00 +0000</pubDate><atom:updated>2025-12-06T21:55:03.666-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><title>No Job, No Experience: Launch a Customer-Centric Business in 6 Months</title><description>&lt;p style=&quot;text-align: left;&quot;&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;How can a person with no knowledge of AI and ML, no knowledge of digital marketing and SEO, who is not good at Sales and Negotiation, and who does not have any skills in Business Communication and Leadership, develop these skills in 6 months without joining any job, and eventually figure out how to start a customer-centric business?&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style=&quot;background-color: #fdfdfe;&quot;&gt;&lt;span style=&quot;color: #868da1; font-family: Josefin Sans; font-size: medium;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjftThWwketknvtWdf3vAAtJV0TY6Sa1yFGTDLgEeRWlrB3_6SW-l8BLaE0FhkUwhM87lMgOra9vPAbynx-Zi0_zCuP1q3x9XEOLhHZQcQGxHQ8oGT5rIfEC303jcfAYIsd5slS3xm5B-bISxrQcLbUvROdCP9Z7QPzgFdI_H0x9YrewFzvMuXIgFDDtsSV/s1024/photo_2025-09-15_12-42-46.jpg&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;576&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjftThWwketknvtWdf3vAAtJV0TY6Sa1yFGTDLgEeRWlrB3_6SW-l8BLaE0FhkUwhM87lMgOra9vPAbynx-Zi0_zCuP1q3x9XEOLhHZQcQGxHQ8oGT5rIfEC303jcfAYIsd5slS3xm5B-bISxrQcLbUvROdCP9Z7QPzgFdI_H0x9YrewFzvMuXIgFDDtsSV/s16000/photo_2025-09-15_12-42-46.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: #868da1; font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium; font-weight: normal;&quot;&gt;Starting a customer-centric business within six months, especially without a background in AI/ML, digital marketing, sales, negotiation, or leadership, is very challenging. While building mastery is unlikely in this timeframe, you can acquire foundational knowledge and practical skills by focusing on integration and &quot;learning by doing&quot;. This approach prioritises hands-on experience over theory, preparing you for the realities of entrepreneurship.&lt;/span&gt;&lt;/h3&gt;&lt;div&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;b style=&quot;font-family: &amp;quot;Josefin Sans&amp;quot;; font-size: x-large;&quot;&gt;A 6-month roadmap for skill acquisition&lt;/b&gt;&lt;/h3&gt;&lt;p&gt;&lt;b style=&quot;font-family: &amp;quot;Josefin Sans&amp;quot;; font-size: large;&quot;&gt;Month 1: Focus on learning to sell and understand customers&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Josefin Sans&amp;quot;; font-size: large;&quot;&gt;Your initial focus should be on understanding and addressing customer needs, as this is the core of a customer-centric business.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;Learn to sell: Watch YouTube videos on sales and negotiation basics, such as those on &quot;how to sell&quot; and &quot;negotiation basics for beginners&quot;. Look for content from industry experts and practice the principles of active listening and creating win-win scenarios.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;Identify your market and customer: Choose a niche that interests you and that is showing growth. Then, define your ideal customer by identifying their needs and pain points.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;Conduct market research: Use tools like Google Trends and social media to see if there is demand for your business idea. Observe and analyse competitors&#39; strategies to understand the market landscape.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;&lt;b&gt;Months 2–3: Build your digital presence&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: &amp;quot;Josefin Sans&amp;quot;; font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: &amp;quot;Josefin Sans&amp;quot;; font-size: large;&quot;&gt;With a better understanding of sales and your target customers, begin building an online platform and implementing basic digital marketing strategies.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: medium;&quot;&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Create a business website: Use a platform like WordPress or a website builder to create a simple, professional website for your business. Focus on making it user-friendly and mobile-responsive from the start.&lt;/li&gt;&lt;li&gt;Acquire digital marketing fundamentals: Complete free online certifications from platforms like Google Digital Garage and HubSpot Academy to learn the basics of SEO, content marketing, and email marketing.&lt;/li&gt;&lt;li&gt;Start practising digital marketing: Begin creating and posting content for your business, applying the SEO skills you&#39;ve learned. Experiment with social media campaigns and measure the results.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Months 4–5: Integrate AI and begin leading&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Start leveraging AI tools to enhance your marketing and customer service efforts, while developing your leadership skills by communicating your vision effectively.&lt;/div&gt;&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Use AI for content creation: Use AI-powered tools like Jasper or Canva to help you create compelling blog posts, social media updates, and visuals.&lt;/li&gt;&lt;li&gt;Implement AI customer service: Deploy a simple AI-driven chatbot on your website to answer customer questions and generate leads around the clock.&lt;/li&gt;&lt;li&gt;Develop communication and leadership skills: Listen to business podcasts, read articles on leadership communication, and practice your new sales and communication skills with potential customers. This helps you build authentic connections and communicate your brand&#39;s vision clearly.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;Month 6: Launch and get paying customers&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Launch your business and start generating revenue. The focus should be on getting real-world feedback to iterate and improve.&lt;/div&gt;&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Get paying customers quickly: Use your newly acquired sales skills to validate your business idea by getting your first paying customers.&lt;/li&gt;&lt;li&gt;Create a feedback loop: Regularly collect customer feedback through surveys, reviews, and direct communication. Use this feedback to make adjustments and improve your offerings.&lt;/li&gt;&lt;li&gt;Measure success: Set up tools like Google Analytics to measure your website&#39;s performance and track key business metrics. Use this data to make informed business decisions.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;While this is an intense schedule, focusing on practical application and leveraging free online tools can make it achievable. The key is prioritising &quot;learning by doing&quot; and focusing on the skills most critical for a customer-centric business.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;background-color: #fdfdfe;&quot;&gt;&lt;span style=&quot;color: #868da1; font-family: Josefin Sans; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2025/09/no-job-no-experience-launch-customer.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjftThWwketknvtWdf3vAAtJV0TY6Sa1yFGTDLgEeRWlrB3_6SW-l8BLaE0FhkUwhM87lMgOra9vPAbynx-Zi0_zCuP1q3x9XEOLhHZQcQGxHQ8oGT5rIfEC303jcfAYIsd5slS3xm5B-bISxrQcLbUvROdCP9Z7QPzgFdI_H0x9YrewFzvMuXIgFDDtsSV/s72-c/photo_2025-09-15_12-42-46.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-4707263566311659040</guid><pubDate>Wed, 17 May 2023 04:47:00 +0000</pubDate><atom:updated>2023-05-16T22:00:51.383-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Research</category><title>Starting a business from a researcher&#39;s perspective</title><description>&lt;h1 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: x-large;&quot;&gt;An analysis of starting a business from the viewpoint of a researcher&lt;/span&gt;&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Entrepreneurship and research might seem unconnected, yet they have numerous similarities. Researchers have critical thinking skills, problem-solving ability, and specific knowledge that may be used in business. In recent years, there has been an increasing trend of researchers converting their original ideas into profitable companies. The ambition to commercialize their research, address real-world issues, and bring their ideas to market is driving this movement. However, being an entrepreneur as a researcher is not without its difficulties, and it necessitates a unique set of talents, expertise, and dedication.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7GHUtXqO7WpPlz9BtYy9VuUG3W4llC7FM-2tiWFJh9NtEFUm6NFZTjBN3TKxfWs3dOVjJ6AvYRMGF9m5ln0hgZAnMLtNkr58WdBsEtee9uFBCOVWsWvNgAMIpFjhwysTY0poTG71umMxlgP1gZkqkmfBIuRd2_D0tRzN4khSoOAG-h28dvfCRwqLETQ/s1900/From%20Researcher%20to%20Entrepreneur%20Unleashing%20the%20Path%20to%20Success.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1900&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7GHUtXqO7WpPlz9BtYy9VuUG3W4llC7FM-2tiWFJh9NtEFUm6NFZTjBN3TKxfWs3dOVjJ6AvYRMGF9m5ln0hgZAnMLtNkr58WdBsEtee9uFBCOVWsWvNgAMIpFjhwysTY0poTG71umMxlgP1gZkqkmfBIuRd2_D0tRzN4khSoOAG-h28dvfCRwqLETQ/s16000/From%20Researcher%20to%20Entrepreneur%20Unleashing%20the%20Path%20to%20Success.png&quot; title=&quot;how to become a entrepreneur from researcher&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;This article will look at how a researcher may become an entrepreneur, pointing out the important phases and factors involved. We will cover all of the essential components of successful entrepreneurship for researchers, from identifying a problem and finding a solution to building a strong team, seeking support and funding, networking and collaborating, continuously innovating, developing a strong brand, and being prepared for challenges. Researchers may transform their entrepreneurial ambitions into reality and make a lasting effect on the world with the correct resources and assistance.&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Researchers frequently have the abilities and expertise required to recognize issues and discover solutions. These abilities, when paired with their experience and inventive ideas, have the potential for leading to successful careers as entrepreneurs. The shift from academics to entrepreneurship, on the other hand, might be difficult. Several actions could potentially be implemented by researchers to become successful entrepreneurs:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Identify a problem and find a solution: The initial stage in becoming an entrepreneur is identifying a problem in the market and finding a solution. Researchers are well-suited to this task since they have received training in problem-solving and critical thinking. It is critical to identify a relevant problem with a possible market before proceeding, thus conduct research and validate the problem before proceeding. This will also assist you to comprehend your solution&#39;s competitors and market demand. Once you&#39;ve recognized an issue, think imaginatively and try out alternative techniques to solving it. Consider performing market research to learn more about your target audience and prospective competition.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Build a team: Researchers usually have specific knowledge and talents, but they may lack the whole skill set required to launch a firm. Putting together a team with complementary abilities is critical for success. Look for people who have experience in business, marketing, and finance to join your team. Consider employing individuals from varied backgrounds to provide a wide variety of viewpoints to your company. When assembling a team, it is critical to consider both technical and soft abilities, as well as finding individuals who share your vision and enthusiasm for your company. Collaboration and open communication are also essential for a successful team, so set clear roles, duties, and expectations from the beginning.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Seek assistance and funding: launching a business requires significant resources, including funding. Researchers can seek assistance from research institutes and government organizations, as well as investors and business incubators. To secure your company&#39;s long-term success, you must have a robust financial strategy in place. You might also try crowdsourcing or applying for grants to get your firm started. Furthermore, ensure that you are aware of the legal procedures for beginning a business, such as registering your firm, acquiring licenses and permits, and obtaining insurance. You may also want to consider hiring a business mentor or adviser to guide and assist you as you embark on your entrepreneurial path.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Network and collaborate:&amp;nbsp;Networking and collaboration are essential components of entrepreneurial success. Attend industry events, join business groups, and seek out mentors to assist you in developing contacts and learning about the sector. Working with other entrepreneurs can also help you learn from their mistakes and develop valuable contacts. You can also take part in business accelerator programs, which provide coaching, tools, and investment to entrepreneurs. Joining a startup community or network may also provide you with useful tools, support, and guidance, as well as allow you to interact with other like-minded individuals and entrepreneurs.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Continuously innovate: Successful entrepreneurs are constantly looking for new ways to better their products or services. This necessitates taking chances and thinking beyond the box. Researchers have the benefit of being up to date on the newest technologies and trends, which they may use in their entrepreneurial initiatives. It is also critical to be adaptive and open to new ideas, even if they differ from your initial vision. Make it a habit to evaluate your company on a frequent basis and look for opportunities to enhance procedures, increase efficiency, and create better client experiences. To stay ahead of the competition, keep an eye on industry trends and new technology, and be open to experimenting and trying new things.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Develop a strong brand: Creating a strong brand is critical for every business&#39;s success. Your brand should represent your company&#39;s beliefs and goals, as well as the benefits and characteristics of your products or services. Consider hiring a branding professional to help you establish a compelling brand image and messaging that will appeal to your target audience. All touchpoints, including your website, social media, marketing materials, and consumer encounters, should express your brand consistently.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Be prepared for challenges: Starting a business has its own set of challenges and barriers, and being a researcher entrepreneur is no different. Entrepreneurship is a high-risk activity, and there will be failures and hurdles along the road. When confronted with these problems, it is critical to be prepared and to have a good mindset. Create a solid support network, seek guidance from experienced entrepreneurs, and have a plan in place to overcome hurdles and keep your firm going ahead.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The path from researcher to entrepreneur is not simple. Many scholars, however, have successfully made the transition and gone on to find profitable businesses that have a lasting effect on society. This is due, in part, to their backgrounds in research, which have provided them with the knowledge, skills, and expertise required to tackle challenging challenges and bring breakthrough goods to market. In this blog, we will look at several successful academics who have turned entrepreneurs, as well as the particular abilities and experiences that have fueled their entrepreneurial careers.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Andrew Ng:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;a href=&quot;https://www.andrewng.org/&quot; target=&quot;_blank&quot;&gt;Andrew Ng&lt;/a&gt; is a computer scientist and entrepreneur who graduated from Stanford University with a Ph.D. in computer science. He co-founded Google Brain and DeepMind, a Google-owned artificial intelligence startup. Andrew&#39;s business path has been motivated by a desire to spread the benefits of artificial intelligence to a larger audience.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Dean Kamen: &lt;a href=&quot;https://en.wikipedia.org/wiki/Dean_Kamen&quot; target=&quot;_blank&quot;&gt;Dean Kamen&lt;/a&gt; is a patent-holding engineer and inventor best known for creating the Segway. He studied engineering and started the firm DEKA Research &amp;amp; Development Corp. Dean&#39;s experience in engineering and research has enabled him to develop items that have had a long-term influence on society.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Bob Metcalfe: &lt;a href=&quot;https://en.wikipedia.org/wiki/Robert_Metcalfe&quot; target=&quot;_blank&quot;&gt;Bob Metcalfe&lt;/a&gt; is an electrical engineer and entrepreneur who graduated from Harvard University with a Ph.D. in computer science. He is most known for creating Ethernet, the technology used to connect computers in local area networks (LANs). Bob created 3Com, and his experience in research and engineering has allowed him to create novel ways of linking computers and transferring data.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;Steve Blank:&amp;nbsp;&lt;a href=&quot;https://en.wikipedia.org/wiki/Steve_Blank&quot; target=&quot;_blank&quot;&gt;Steve Blank&lt;/a&gt; is an entrepreneur and researcher best recognized for his work on the subject of customer development. He obtained his engineering education and is a co-founder of the Lean Startup movement. Steve&#39;s entrepreneurial experience has been motivated by a desire to assist startups in building successful businesses through customer development and iterative product development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;Sergey Brin: &lt;a href=&quot;https://www.forbes.com/profile/sergey-brin/?sh=3b3222894b43&quot; target=&quot;_blank&quot;&gt;Sergey Brin&lt;/a&gt; is an entrepreneur and computer scientist who co-founded Google with Larry Page. He holds a Ph.D. in computer science from Stanford University and has made substantial contributions to search engine technology. Sergey&#39;s business path has been motivated by a desire to provide people with accessible and relevant information via revolutionary search technologies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;Larry Page: Along with Sergey Brin, &lt;a href=&quot;https://www.forbes.com/profile/larry-page/&quot; target=&quot;_blank&quot;&gt;Larry Page&lt;/a&gt; is a computer scientist and businessman who co-founded Google. He earned his Ph.D. in computer science from Stanford University and has significantly advanced the technology behind search engines. Through the use of cutting-edge search technology, Larry&#39;s business career has been motivated by a desire to make information accessible and pertinent to people.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Marissa Mayer:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;a href=&quot;https://www.forbes.com/profile/marissa-mayer/?sh=57332afa4c5e&quot; target=&quot;_blank&quot;&gt;Marissa Mayer&lt;/a&gt; is an entrepreneur and computer scientist best recognized for her work at Google, where she held numerous high leadership roles. She holds a Ph.D. in computer science from Stanford University and has made substantial contributions to search engine technology. Marissa&#39;s business experience has been motivated by a desire to create breakthrough technological products that benefit people.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Max Levchin:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;a href=&quot;https://www.forbes.com/profile/max-levchin/?sh=4842cadb681c&quot; target=&quot;_blank&quot;&gt;Max Levchin&lt;/a&gt; is an entrepreneur and computer scientist who co-founded PayPal. He studied computer technology and has been a pioneer in the field of online payments. Max&#39;s business path has been motivated by a desire to offer consumers a safe and convenient option to make online payments.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSaC3JHai3y38npAPJsuO25q4J_J_ofU71fS9o0nrnoDofBsjAaakj1ld8d9Kn2rwgZYm9f97zzUNXj3lScDfOTStEGIbWD-XgVS8NTYB9CUfsKDm99qq6AJO436Z9AbAFQB1y7RxopkQ3Z8hfR0ke_kKN4MsAJ9xyKtve4GYurp0cdtjtz-9J21ZP3w/s2000/Researcher.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1600&quot; data-original-width=&quot;2000&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSaC3JHai3y38npAPJsuO25q4J_J_ofU71fS9o0nrnoDofBsjAaakj1ld8d9Kn2rwgZYm9f97zzUNXj3lScDfOTStEGIbWD-XgVS8NTYB9CUfsKDm99qq6AJO436Z9AbAFQB1y7RxopkQ3Z8hfR0ke_kKN4MsAJ9xyKtve4GYurp0cdtjtz-9J21ZP3w/s16000/Researcher.png&quot; title=&quot;Researcher to Entrepreneur&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Researchers who want to start their own businesses need a unique set of abilities, expertise, and willpower. With their critical thinking, problem-solving skills, and specific expertise in their industry, researchers provide distinct benefits to the table. Researchers may realize their entrepreneurial goals by recognizing a problem and coming up with a solution, assembling a good team, looking for assistance and funding, networking and cooperating, constantly inventing, creating a strong brand, and being ready for difficulties. But it&#39;s crucial to keep in mind that entrepreneurship is a journey, and obstacles and difficulties are a normal part of the procedure. Researchers may succeed as entrepreneurs by overcoming challenges with persistence and a good outlook.&lt;/div&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2023/05/Starting-a-business-from-a-researcher-perspective.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7GHUtXqO7WpPlz9BtYy9VuUG3W4llC7FM-2tiWFJh9NtEFUm6NFZTjBN3TKxfWs3dOVjJ6AvYRMGF9m5ln0hgZAnMLtNkr58WdBsEtee9uFBCOVWsWvNgAMIpFjhwysTY0poTG71umMxlgP1gZkqkmfBIuRd2_D0tRzN4khSoOAG-h28dvfCRwqLETQ/s72-c/From%20Researcher%20to%20Entrepreneur%20Unleashing%20the%20Path%20to%20Success.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-5106684853545830630</guid><pubDate>Thu, 01 Dec 2022 06:19:00 +0000</pubDate><atom:updated>2022-11-30T22:21:56.136-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Research</category><category domain="http://www.blogger.com/atom/ns#">Science</category><title>Achieving Brain-Like Behavior In Computer Chips</title><description>&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;&lt;b&gt;&amp;nbsp;In the near future, organic circuits that mimic biological neurons may have
the power to boost processing speed and might even be able to connect directly
to the brain.&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium; font-weight: normal;&quot;&gt;There is no doubt that the human brain is an amazing computer. This tiny
device weighs approximately three pounds, can process information a thousand
times faster than supercomputers, can store a thousand times more information
than powerful laptops, and uses no more energy than a 20-watt lightbulb.&lt;/span&gt;&lt;/h4&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8JPeDtANtE3hs_NN7ZoJC4dC2NwWaitgTnbcsqp-TLi7gADUBo5u5XNfzJyTofNX1359hZftDQX0SKwINxiocleljNOZcYwgSBYrGlncQRvuORCEEiBK5WRr1uwHXWjm5dzk6qv_YDtDlGcQ15bGPmaItG5nLPPpHjznwYDu87flUhx8xVFBx5i_9zA/s1920/coming%20soon%20Banner%20Landscape.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Byte Hook&quot; border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8JPeDtANtE3hs_NN7ZoJC4dC2NwWaitgTnbcsqp-TLi7gADUBo5u5XNfzJyTofNX1359hZftDQX0SKwINxiocleljNOZcYwgSBYrGlncQRvuORCEEiBK5WRr1uwHXWjm5dzk6qv_YDtDlGcQ15bGPmaItG5nLPPpHjznwYDu87flUhx8xVFBx5i_9zA/s16000/coming%20soon%20Banner%20Landscape.jpg&quot; title=&quot;Achieving brain-like behavior in computer chips&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Soft, flexible organic materials are being tested by researchers in an
attempt to replicate this success. They have the capability of operating like
biological neurons, and someday might even be able to interconnect with them.
It is likely that computer chips made of soft &quot;neuromorphic&quot; material
will be implanted directly into the brain in the future, allowing people to
think about controlling artificial arms and monitors using only their minds. In
contrast to conventional computer chips, these devices send and receive chemical
as well as electrical signals, just like real neurons do.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“Your brain works by releasing chemicals such as dopamine and serotonin
through neurotransmitters. We have developed materials that can interact
electrochemically with them,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; says Alberto &lt;span data-issueid=&quot;2fa2ed027c02abd9823f9110ec6fce24&quot; data-testid=&quot;issue-underline:Salleo. His&quot;&gt;&lt;span class=&quot;issue-underline&quot;&gt;Salleo&lt;a href=&quot;https://www.annualreviews.org/doi/full/10.1146/annurev-matsci-080619-111402&quot;&gt;,
whose article in the 2021 Annual Review&lt;/a&gt;&lt;/span&gt; of Materials Research
discusses the possibilities for organic neuromorphic devices.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Using these soft organic materials, Salleo and other researchers have
developed electronic devices that work like transistors (which amplify
electrical signals and switch them) and memory cells (which store
information).&amp;nbsp;Taking inspiration from the way human neuronal connections,
or synapses, work, the team developed neuromorphic computer circuits. It&#39;s more
like the brain&#39;s network of neurons than the circuits in digital computers,
whether they&#39;re made of silicon, metal, or organic materials.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;There is a fundamental distinction between calculation and memory on
conventional digital computers since they work one step at a time. It creates
a &lt;a href=&quot;https://link.springer.com/article/10.1007/s11432-020-3227-1&quot;&gt;bottleneck&lt;/a&gt;
for speed and energy consumption since one and zero have to be shuttled across
the processor.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The brain is responsible for various functions. The electrical state of one
neuron is affected by the signals received from many other neurons. By
integrating all the signals it has received, neurons serve both as calculating
devices and as memory devices: storing the value of all of these combined
signals as an infinitely variable analog value, rather than a zero or one value
like digital computers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;There have been a number of different &lt;span data-issueid=&quot;9399aef51c1fe3361cbad6ef15f7a72c&quot; data-testid=&quot;issue-underline:memory-enhancing&quot;&gt;&quot;memristive&quot;&lt;/span&gt;
devices developed by researchers that mimic this ability. Electrical resistance
is changed when current is passed through them. In the same way that biological
neurons calculate by adding up all the currents they have been exposed to,
these devices also do the same. As a result, they remember the value that their
resistance takes as a result.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;For example, an organic memristor is made up of two layers of materials that
conduct electricity. In the presence of an electric current, positive ions are
driven from one layer into the other, thereby altering how easily the second
layer conducts electricity when faced with the same current again. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;It
allows physics to perform the computation,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; explains &lt;a href=&quot;https://search.asu.edu/profile/236303&quot;&gt;Matthew Marinella&lt;/a&gt;, a computer
engineer at Arizona State University in Tempe who is researching neuromorphic
computing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Moreover, the technique allows the computer to be liberated from the
constraints of strictly binary values. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“In classical computer memory, there is
either a zero or a one. As a result of our work, we made a memory that can have
any value between zero and one. In this way, it can be tuned
analogically,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Salleo explains. Most memristors and related devices are
made from silicon chips and do not contain organic materials. Artificial
intelligence programs even use some of these to speed up their performance. Yet
organic components can work faster and use less energy, Salleo says. It would
be even better if they were integrated into your brain. These materials are
soft and flexible, and they interact with biological neurons because they have
electrochemical properties.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;French engineer Francesca Santoro, currently at RWTH Aachen University in
Germany, is creating a &lt;a href=&quot;https://www.nature.com/articles/s41563-020-0703-y&quot;&gt;polymer device that
can learn from real cells&lt;/a&gt;. Unlike real neurons, the cells in her device are
separated from the artificial neuron by a small space, like synapses. In response
to the release of dopamine, a chemical that signals nerves, the &lt;span data-issueid=&quot;756e86f1dd247732fcf7dd22e5ec0191&quot; data-testid=&quot;issue-underline:electronic&quot;&gt;artificial&lt;/span&gt; half of the device change its
electrical state. Similar to the electrical state of biological neurons, the
artificial neuron changes as the amount of dopamine produced by the cells
increases. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“We are interested in designing an electronic device that looks like
a neuron and behaves like a neuron,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Santoro shared.&amp;nbsp;It is possible to
employ this approach to improve the control of &lt;a href=&quot;https://pubmed.ncbi.nlm.nih.gov/23160043/&quot;&gt;prosthetics&lt;/a&gt; or &lt;a href=&quot;https://elifesciences.org/articles/18554&quot;&gt;computer monitors&lt;/a&gt; using
brain activity.&amp;nbsp;Electrodes on today&#39;s systems can only detect broad
patterns of electrical activity, as they only use standard electronics. To
operate the equipment, external computers are required. At least two ways could
be improved with flexible, neuromorphic circuits. Their ability to translate
neural signals at a much more granular level, responding to individual neurons,
would be greatly enhanced. Furthermore, Salleo says, the devices might also be
able to perform some computations themselves, saving energy and speeding up
processing. Salleo and Santoro believe that low-level, decentralized
neuromorphic computing systems are promising avenues for neuromorphic computing
involving small, neuromorphic computers. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“Because they closely resemble the
electrical operation of neurons, they are excellent for electrically and
physically coupling with neuronal tissue,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Santoro says, &lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;“not to mention the
brain.”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;



















&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;An original version of this article was first
published in &lt;a href=&quot;https://www.knowablemagazine.org/&quot;&gt;Knowable Magazine&lt;/a&gt;,
an independent publication from Annual Reviews.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/11/achieving-brain-like-behavior-in-computer-chips.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8JPeDtANtE3hs_NN7ZoJC4dC2NwWaitgTnbcsqp-TLi7gADUBo5u5XNfzJyTofNX1359hZftDQX0SKwINxiocleljNOZcYwgSBYrGlncQRvuORCEEiBK5WRr1uwHXWjm5dzk6qv_YDtDlGcQ15bGPmaItG5nLPPpHjznwYDu87flUhx8xVFBx5i_9zA/s72-c/coming%20soon%20Banner%20Landscape.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-267299034700077286</guid><pubDate>Mon, 19 Sep 2022 14:25:00 +0000</pubDate><atom:updated>2022-09-20T05:48:40.812-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Information</category><category domain="http://www.blogger.com/atom/ns#">Research</category><title>Research terms | Most often used terms in research article | A Brief Introduction</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;h1 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;, serif;&quot;&gt;A Brief Introduction: Terms Used in the Research Field&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;1. What is a&amp;nbsp;&lt;/span&gt;&lt;span face=&quot;&amp;quot;Nirmala UI&amp;quot;,sans-serif&quot; style=&quot;font-size: 12pt;&quot;&gt;Citation&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;2. What is a reference?&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;3. Number of sites&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;4. Citation method&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;5. Vancouver citation and referencing system&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;6. In-text citations&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;7. Footnote &amp;amp; Endnote&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;8. Harvard / Parental Citations&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;9. Primary source and secondary source&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;10. Quoting and Paraphrasing&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;11. How to cite the other author&#39;s statement?&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;12. As citation and reference sources what sources can be used?&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;13. Full referencing&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBrqYxW6N9LZolNIefTHQYFxRfpntPcYLs-QLOIyXxrCKF0AvQxfzg5yaZqLF_M3gbBhcNsjXTJwBzcJ9RsJR6vEsvk-5phKFnBmWVR4HQtV48xY1IGhbjSXQuBy_P2z4YIblhY1_y75V2Q2kr7ENpb61kS1Oqy8NQ2JjH8u_5l0zt76KqL4SOQKMH5Q/s1920/Most%20often%20used%20terms%20in%20the%20research%20field.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Byte Hook&quot; border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBrqYxW6N9LZolNIefTHQYFxRfpntPcYLs-QLOIyXxrCKF0AvQxfzg5yaZqLF_M3gbBhcNsjXTJwBzcJ9RsJR6vEsvk-5phKFnBmWVR4HQtV48xY1IGhbjSXQuBy_P2z4YIblhY1_y75V2Q2kr7ENpb61kS1Oqy8NQ2JjH8u_5l0zt76KqL4SOQKMH5Q/s16000/Most%20often%20used%20terms%20in%20the%20research%20field.jpg&quot; title=&quot;Most often used terms in the research article&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;1. Citation:&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;root-block-node&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://www.plagiarism.org/article/what-is-citation&quot; target=&quot;_blank&quot;&gt;Citation&lt;/a&gt;&amp;nbsp;is the phrase used to define the way by which you refer to the source of the information in your piece, and this task is called a citation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;By visiting the citation, you may educate your readers about the references in your work, which helps to standardize your writing and content. In this approach, the reader can grasp the depth or quality of the material in your work by glancing at the source cited in it. It is a concise, alphanumeric statement of a reference that you have utilized in your writing from another source, which is hyperlinked to the author&#39;s work or is generally a reference. As a consequence, if the reader ever has reservations about the quality of your work or the information offered, he can readily discover the information from the original text from the references created by your citation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;Also, if you are improving your writing by utilizing someone&#39;s hard-earned research material in your writing and you don&#39;t appreciate or give credit to the person who utilized the information, should that be right? The job of honoring him or appreciating his credit is achieved by visiting the site. This prevents the notoriety of someone stealing information. But the fundamental goal of the citation is not merely to give credit to someone; it has additional meaning. Doing so on such citation boosts the acceptance and credibility of your article. Cite lets people identify the prior source of information utilized in your work. As a consequence, the fundamental facts may be grasped more fully.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;2. References:&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;root-block-node&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;A&amp;nbsp;&lt;a href=&quot;https://www.student.unsw.edu.au/why-referencing-important#:~:text=Referencing%20allows%20you%20to%20acknowledge,have%20borrowed%20words%20and%20ideas.&quot;&gt;reference&lt;/a&gt;&amp;nbsp;is a list of your references that is normally presented at the end of a page in the form of a footnote or at the conclusion of an article in the form of an endnote.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;Citations, on the other hand, are references that you instantaneously insert in brackets or superscripts in the center or side of your work. The sources used on the site are appended at the conclusion of the article in the form of a reference list.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;And in the case of the footnote referring technique, further information or references are offered at the bottom of the page, which is also a sort of reference. However, footnotes include not just references but also remarks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;Citations may be straight descriptions of someone&#39;s citations or mild editing of someone&#39;s material, retaining the original meaning in their own words, or summarizing what it is termed. A reference is a precise kind of citation that is grouped in a reference list. Usually, when any information is quoted from someone or someone&#39;s information is utilized, the name, identity, and year of the original informant are supplied in brackets next to the text, or the reference number is given by superscript or superscript as well as the reference is hyperlinked in it. These references are provided in footnotes or endnotes at the end of the article in the form of lists, known as reference lists or references. Many times, hyperlinks are not included while superscripting; just the reference number is shown, which is stated in full in the reference list. Thus, stating merely the reference number is likewise a sort of citation.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;References are a list of references from which you have gotten information about your writing, and citations are references that you have briefly cited in the midst of your writing or adjacent to the text following particular guidelines. These guidelines are the same for each form of citation style, however, there are also different techniques of reference that vary from organization to organization and genre of writing. The two processes in reference and citation are two parts of the reference system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span class=&quot;blue-underline&quot;&gt;3. Number of cites:&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;root-block-node&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;In scientific research or any research, the total number of citations in an article is determined by counting the number of times your writing was utilized in another article or the number of times your article was used by another individual, researcher, or organization. Thus, as the number of references grows, so does the acceptability or worth of your essay. With the number of cites, individuals might obtain an impression of how acceptable or trustworthy your content is to others. The impact factor of a journal is calculated by this.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;root-block-node&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;4. Citation method:&lt;/h2&gt;&lt;p class=&quot;root-block-node&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Various&amp;nbsp;&lt;a href=&quot;https://pitt.libguides.com/citationhelp&quot;&gt;methods of citation&lt;/a&gt;&amp;nbsp;are prevalent all over the world. However, the two main ones are:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;mso-add-space: auto; mso-list: l1 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;A.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Harvard Method or Parenthetical Citation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-add-space: auto; mso-list: l1 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;B.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Vancouver Method or Numerical Citation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Besides these two systems, there are many more site styles. The citation method is the same in each case. However, in this case, there are some standards made by different organizations around the world. such as:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote style=&quot;border: none; margin: 0px 0px 0px 40px; padding: 0px;&quot;&gt;&lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;a.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;American Psychological Association (APA) style of referencing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;b.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Modern Language Association of America (MLA) style of referencing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;c.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;MHRA (Modern Humanities Research Association) format&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;d.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;The Chicago (reference list) (Turabian) style&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;e.&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: 7pt; font-stretch: normal; font-variant-east-asian: normal; font-variant-numeric: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;CSE (Council of Science Editors)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-add-space: auto; mso-list: l0 level1 lfo2; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-align: justify; text-indent: -0.25in;&quot;&gt;&lt;!--[if !supportLists]--&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;, serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;5. Vancouver citation and referencing system:&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The references are next to the author&#39;s text.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;First bracket or,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Third bracket or,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Superscript or,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;with a combination of bracket-superscript&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;and is represented by a serial number.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;For example:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1st way: Modern science is often organized into three primary areas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;2nd way: Modern science is often organized into three primary divisions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;3rd way: Modern science is often organized into three primary areas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;4th way: Modern science is often organized into three primary divisions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Referencing is a terrific method to find out how much work you have put into making an article, how many books you have read, or how many hundreds of references or research papers you have read.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You are not only referring to references in your own manner at the conclusion of writing, but there are also particular rules and styles for referencing that are the same for each form of writing or for each sort of organization.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;There are three kinds of references in the academic world: footnotes, endnotes, and in-text citations.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;For more, you can read the&amp;nbsp;&lt;a href=&quot;https://guides.lib.monash.edu/citing-referencing/vancouver&quot; target=&quot;_blank&quot;&gt;following site.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;, serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;6. In-text citations&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;The reference that is briefly mentioned in brackets or superscript in the midst of the text is an in-text citation. An aspect of the&amp;nbsp;&lt;a href=&quot;https://www.citethisforme.com/citation-generator/citation-basics/in-text-citations&quot;&gt;referencing process is a citation&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;7. Footnote &amp;amp; Endnote&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Footnotes We all know pretty much this. We often see this when we read different books or articles.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;The footnote or footnote that is placed under the page of a research paper or book is called a footnote. In this case, one or more superscripts or lowercase letters are placed with a number just above the text where the reference to someone else is mentioned or a special subject needs to be informed. A simple line is drawn at the bottom of the page, and the original reference, special information, or note is written below it. Each of the reference numbers placed on a page has to be referenced below.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Endnote referencing is much the same as footnote references, but in this case the list of references by number is mentioned at the end of the chapter, as we see in Wikipedia. Wikipedia has both in-text-citation and endnotes, but footnotes are not commonly seen.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;8. Harvard / Parental Citations&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;In the case of in-text citations, the last part of the author&#39;s name, the year of publication of the book or article, and page number are indented. At the very end of the article or paper, the original references have to be given in full in numerical or alphabetical order. This method is also called a parenthetical or parental citation, also known as &lt;a href=&quot;https://www.scribbr.co.uk/referencing/harvard-in-text-citation/&quot; target=&quot;_blank&quot;&gt;Harvard referencing&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Another thing is that not all the information needs to be on the site. There is some information that we have known for a long time and it is very common. In this case, there is no obligation on those information sites. Moreover, common knowledge, one&#39;s own general comment, or enlightening comment that has not been published in the research paper cannot be made on the site.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;9. Primary source and secondary source&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Now, the sources of speech are usually of two kinds.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;If a statement is taken directly from the research, book, or publication of an author or researcher, then that reference is called a &lt;a href=&quot;https://umb.libguides.com/PrimarySources/secondary&quot; target=&quot;_blank&quot;&gt;primary source&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;And if someone&#39;s statement is taken from a book or research paper, not from a source, but from another author&#39;s book, then that other author or source is called &lt;a href=&quot;https://umb.libguides.com/PrimarySources/secondary&quot; target=&quot;_blank&quot;&gt;secondary sourcing&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;10. Quoting and Paraphrasing&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;There are two ways you can incorporate another author&#39;s statement into your writing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;A. Through Quotation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;B. Alternatively, paraphrasing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Quoted writing means learning English grammar narration and typing someone&#39;s information or words in the quotation mark in the same way as we have seen the other author&#39;s statement written in direct narration.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;And paraphrasing means writing like the other author&#39;s statement, leaving the original meaning unchanged.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;If you use other people&#39;s information without quoting or &lt;a href=&quot;https://lit.libguides.com/paraphrasing&quot; target=&quot;_blank&quot;&gt;paraphrasing&lt;/a&gt; or without citing references in any way, it will be a ploy or plagiarism. Therefore, after mentioning the statement of the author or researcher, it is necessary to mention the reference in the side note or footnote or at the end of the book.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;11. How to citate the other author&#39;s statement?&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;It is arranged individually for each type of site. However, some issues are common in all cases. E.g.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;A. The name of the author from whom the information is taken should be mentioned briefly.&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;B. It should be mentioned from which book/publication of that author it has been taken.&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;C. The period when the book was printed, the name and address of the publication, etc., should be mentioned.&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;D. It is necessary to specify the number of pages from which the information has been taken or the number of pages, sections, or paragraphs from which the information has been taken.&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;E. In special cases, web links or unique identifiers for research or references, such as:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;ISBN (International Standard Book Number),&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Serial Item and Contribution Identifier (SICI) or,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;The International Standard Serial Number (ISSN),&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;A Digital Object Identifier (DOI),&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Biomedical research articles such as PubMed ID (PMID) should be mentioned. [1]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;The above principles of citation have to be strictly adhered to in the field of science or the value of that information or author is low&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: helvetica; font-size: large;&quot;&gt;12. As citation and reference source what sources can be used?&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: helvetica; font-size: medium;&quot;&gt;Information can be collected from various books, research papers, magazines, journals, newspapers, interviews, websites, blogs, educational videos, images, statistics, graphs, dramas, literature, poems, special quotes, etc. 1]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: helvetica; font-size: medium;&quot;&gt;However, in the case of citations in scientific research, other research papers, books, and journals are seen to have more sites, and the last four or five topics are missing.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;&lt;span style=&quot;font-family: inherit; font-size: large;&quot;&gt;13. Full referencing&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;There are also separate and specific rules for reference.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;When writing the reference list, when writing each reference, the first part of the last part of the author&#39;s name should be the first or the last part, the year of publication should be where, and the name of the book should not be inside the quotation marks, should it be bold or italic, etc. Things have to be written according to specific rules. The use of symbols like a full stop, comma, colon, bracket, etc. also has to follow certain rules.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;There are various referencing styles for these rules, among which MLA, APA, Chicago, CSE, and others are widely used. The APA (American Psychological Association) style is widely used in the fields of education, psychology, and science. The Vancouver system is also used.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium; text-align: left;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: inherit; font-size: medium;&quot;&gt;Also, make sure that a specific style is used for writing. From footnotes, endnotes, and in-text citation methods, any one of the following must be followed.&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/09/research-article-terms-most-often-used.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBrqYxW6N9LZolNIefTHQYFxRfpntPcYLs-QLOIyXxrCKF0AvQxfzg5yaZqLF_M3gbBhcNsjXTJwBzcJ9RsJR6vEsvk-5phKFnBmWVR4HQtV48xY1IGhbjSXQuBy_P2z4YIblhY1_y75V2Q2kr7ENpb61kS1Oqy8NQ2JjH8u_5l0zt76KqL4SOQKMH5Q/s72-c/Most%20often%20used%20terms%20in%20the%20research%20field.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-8402360665775133912</guid><pubDate>Thu, 18 Aug 2022 14:42:00 +0000</pubDate><atom:updated>2022-08-19T12:02:22.474-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Information</category><category domain="http://www.blogger.com/atom/ns#">Needs</category><title>Some sites that will help you in your studies and career</title><description>&lt;h3 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: large;&quot;&gt;As a student and as a professional, you will need to use the internet in your life. There are many websites available that can help you with your studies and career. Here are some of them:&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgedPkrj1QE51wLYD2uOAGpDI-9T32bwDCQ8lVCQ6uFMYry2zpy68lh1Bh8LLqB7RPy8R2K1yPEuVxvGMuY3pf2wCbRQdOlk_a9Fg6GsIlNl9nShel_dSNj3wcIZPTO6BSQdWB8Dqu1uh77tiSMrVr1cqXCkEDk_DKMxOvukF2epYCgT3h8SdQ8eDxgAg/s1640/some%20sites%20for%20study%20and%20career.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;924&quot; data-original-width=&quot;1640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgedPkrj1QE51wLYD2uOAGpDI-9T32bwDCQ8lVCQ6uFMYry2zpy68lh1Bh8LLqB7RPy8R2K1yPEuVxvGMuY3pf2wCbRQdOlk_a9Fg6GsIlNl9nShel_dSNj3wcIZPTO6BSQdWB8Dqu1uh77tiSMrVr1cqXCkEDk_DKMxOvukF2epYCgT3h8SdQ8eDxgAg/s16000/some%20sites%20for%20study%20and%20career.png&quot; title=&quot;Some sites that will help you in your studies and career.&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1️⃣ &lt;b&gt;𝗧𝗼𝗽 𝟭𝟬 𝗪𝗲𝗯𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝘆𝗼𝘂𝗿 𝗰𝗮𝗿𝗲𝗲𝗿&lt;/b&gt; 💼&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;1. Linkedin (&lt;a href=&quot;https://www.linkedin.com/&quot;&gt;https://www.linkedin.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;2. Indeed (&lt;a href=&quot;https://www.indeed.com/&quot;&gt;https://www.indeed.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;3. Naukri (&lt;a href=&quot;https://www.naukri.com/&quot;&gt;https://www.naukri.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;4. Monster (&amp;nbsp;&lt;a href=&quot;https://www.monster.com/&quot;&gt;https://www.monster.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;5. JobBait (&lt;a href=&quot;https://www.bayt.com/&quot;&gt;https://www.bayt.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;6. Careercloud (&lt;a href=&quot;https://www.careercloud.com/&quot;&gt;https://www.careercloud.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;7. Dice (&lt;a href=&quot;https://www.dice.com/&quot;&gt;https://www.dice.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;8. CareerBuilder (&lt;a href=&quot;https://www.careerbuilder.com/&quot;&gt;https://www.careerbuilder.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;9. Jibberjobber (&lt;a href=&quot;https://www.jibberjobber.com/&quot;&gt;https://www.jibberjobber.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;10. Glassdoor (&lt;a href=&quot;https://www.glassdoor.com/&quot;&gt;https://www.glassdoor.com/&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2️⃣ &lt;b&gt;𝗧𝗼𝗽 𝟭𝟬 𝘁𝗲𝗰𝗵 𝘀𝗸𝗶𝗹𝗹𝘀 𝗶𝗻 𝗱𝗲𝗺𝗮𝗻𝗱&lt;/b&gt; 💡&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1. Machine Learning ( &lt;a href=&quot;https://www.ibm.com/cloud/learn/machine-learning#:~:text=Machine%20learning%20is%20a%20branch,learn%2C%20gradually%20improving%20its%20accuracy.&quot;&gt;IBM:Machine learning&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2. Mobile Development (&amp;nbsp;&lt;a href=&quot;https://en.wikipedia.org/wiki/Mobile_app_development&quot; target=&quot;_blank&quot;&gt;Mobile app development&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3. SEO/SEM Marketing (&amp;nbsp;&lt;a href=&quot;https://backlinko.com/hub/seo/seo-vs-sem&quot; target=&quot;_blank&quot;&gt;SEO and SEM&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4. Data Visualization (&lt;a href=&quot;https://www.ibm.com/cloud/learn/data-visualization#:~:text=Data%20visualization%20is%20the%20representation,that%20is%20easy%20to%20understand.&quot; target=&quot;_blank&quot;&gt;What is Data Visualization? - IBM&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5. Data Engineering (&lt;a href=&quot;https://www.coursera.org/articles/what-does-a-data-engineer-do-and-how-do-i-become-one&quot; target=&quot;_blank&quot;&gt;What Is a Data Engineer?&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6. UI/UX Design (&lt;a href=&quot;https://careerfoundry.com/en/blog/ux-design/the-difference-between-ux-and-ui-design-a-laymans-guide/&quot; target=&quot;_blank&quot;&gt;UX and UI Design&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;7. Cyber-security (&lt;a href=&quot;https://www.techtarget.com/searchsecurity/definition/cybersecurity#:~:text=Cybersecurity%20is%20the%20protection%20of,centers%20and%20other%20computerized%20systems.&quot; target=&quot;_blank&quot;&gt;What is cybersecurity?&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;8. Cloud Computing/AWS (&lt;a href=&quot;https://aws.amazon.com/what-is-cloud-computing/&quot; target=&quot;_blank&quot;&gt;What is cloud computing?&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;9. Blockchain (&lt;a href=&quot;https://www.investopedia.com/terms/b/blockchain.asp&quot; target=&quot;_blank&quot;&gt;What Is a Blockchain?&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;10. IOT (&lt;a href=&quot;https://www.techtarget.com/iotagenda/definition/Internet-of-Things-IoT&quot; target=&quot;_blank&quot;&gt;What is the internet of things (IoT)?&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3️⃣ &lt;b&gt;𝟭𝟭 𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝗳𝗿𝗲𝗲 𝗢𝗻𝗹𝗶𝗻𝗲 𝗘𝗱𝘂𝗰𝗮𝘁𝗶𝗼𝗻&lt;/b&gt; 📖&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1. Coursera (&lt;a href=&quot;https://www.coursera.org&quot;&gt;https://www.coursera.org&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2. edX (&lt;a href=&quot;https://www.edx.org/&quot;&gt;https://www.edx.org/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3. Khan Academy (&lt;a href=&quot;https://www.khanacademy.org/&quot;&gt;https://www.khanacademy.org/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4. Udemy (&lt;a href=&quot;https://www.udemy.com/&quot;&gt;https://www.udemy.com/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5. iTunesU Free Courses (&lt;a href=&quot;https://www.open.edu/itunes/&quot;&gt;https://www.open.edu/itunes/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6. MIT OpenCourseWare (&lt;a href=&quot;https://ocw.mit.edu/&quot;&gt;https://ocw.mit.edu/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;7. Stanford Online (&lt;a href=&quot;https://online.stanford.edu/&quot;&gt;https://online.stanford.edu/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;8. Codecademy (&lt;a href=&quot;https://www.codecademy.com/&quot;&gt;https://www.codecademy.com/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;9. ict iitr (&lt;a href=&quot;https://eict.iitr.ac.in/&quot;&gt;https://eict.iitr.ac.in/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;10. ict iitk (&lt;a href=&quot;https://ict.iitk.ac.in&quot;&gt;https://ict.iitk.ac.in&lt;/a&gt;/)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;11. NPTEL (&lt;a href=&quot;https://nptel.ac.in/&quot;&gt;https://nptel.ac.in/&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4️⃣ &lt;b&gt;𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝘁𝗼 𝗹𝗲𝗮𝗿𝗻 𝗠𝗶𝗰𝗿𝗼𝘀𝗼𝗳𝘁 𝗘𝘅𝗰𝗲𝗹 𝗳𝗼𝗿 𝗳𝗿𝗲𝗲&lt;/b&gt; 📊&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1. Microsoft Excel Help Center&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2. Excel Exposure&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3. Chandoo&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4. Excel Central&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5. Contextures&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6. Excel Hero b.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;7. Mr. Excel&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;8. Improve Your Excel&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;9. Excel Easy&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;10. Excel Jet&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5️⃣ &lt;b&gt;𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝘁𝗼 𝗿𝗲𝘃𝗶𝗲𝘄 𝘆𝗼𝘂𝗿 𝗥𝗲𝘀𝘂𝗺𝗲 𝗳𝗼𝗿 𝗳𝗿𝗲𝗲&lt;/b&gt; 📃&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1. Zety Resume Builder&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2. Resumonk&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3. Resume dot com&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4. VisualCV&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5. Cvmaker&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6. ResumUP&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;7. Resume Genius&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;8. Resumebuilder&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;9. Resume Baking&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;10. Enhancy&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6️⃣ &lt;b&gt;𝟭𝟬 𝘀𝗶𝘁𝗲𝘀 𝗳𝗼𝗿 𝗶𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝗽𝗿𝗲𝗽𝗮𝗿𝗮𝘁𝗶𝗼𝗻&lt;/b&gt; 🗃️&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;1. Ambitionbox&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;2. AceThelnterview&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;3. Geeksforgeeks&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;4. Leetcode&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;5. Gain&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;6. Careercup&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;7. Codercareer&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;8. interview&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;9. InterviewBest&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;10. Indiabix&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;668&#39; height=&#39;407&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dyz9q3yHeUJtPOvgqc9zOF6gHKF14TbtkebiMtUUa47Nc_h5TnVLmgxgj8aLPFWWtdf1_WhxeyQLGeAlOrXiQ&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The above sites are just a few of the many options available. The internet has so much to offer, and there is always something new to learn or discover. So don&#39;t be afraid to try out some new things!&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;1 1 []&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: large;&quot;&gt;Disclaimer:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;📌 Collected from different newsletters and Blogs&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/08/Some-sites-that-will-help-you-in-your-studies-and-career.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgedPkrj1QE51wLYD2uOAGpDI-9T32bwDCQ8lVCQ6uFMYry2zpy68lh1Bh8LLqB7RPy8R2K1yPEuVxvGMuY3pf2wCbRQdOlk_a9Fg6GsIlNl9nShel_dSNj3wcIZPTO6BSQdWB8Dqu1uh77tiSMrVr1cqXCkEDk_DKMxOvukF2epYCgT3h8SdQ8eDxgAg/s72-c/some%20sites%20for%20study%20and%20career.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-7830672753506240524</guid><pubDate>Sat, 06 Aug 2022 19:29:00 +0000</pubDate><atom:updated>2022-08-18T09:42:49.718-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Information</category><category domain="http://www.blogger.com/atom/ns#">Study</category><title>Regarding IELTS scoring and online source to study.</title><description>&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;One of the
most common problems we face when dealing with ELTS is the use of materials.
Since everything about IELTS is regulated by the Cambridge Assessment English
Authority, it is best to use Cambridge books. So I tried here to gather some
online sources collection to overcome this problem.&lt;/span&gt;&lt;/h3&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;★&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;All
Cambridge Books&lt;v:shapetype coordsize=&quot;21600,21600&quot; filled=&quot;f&quot; id=&quot;_x0000_t75&quot; o:preferrelative=&quot;t&quot; o:spt=&quot;75&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;
 &lt;v:path gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot; o:extrusionok=&quot;f&quot;&gt;
 &lt;o:lock aspectratio=&quot;t&quot; v:ext=&quot;edit&quot;&gt;
&lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:stroke&gt;&lt;/v:shapetype&gt;&lt;v:shape alt=&quot;📚&quot; id=&quot;Picture_x0020_4&quot; o:spid=&quot;_x0000_i1028&quot; style=&quot;height: 12pt; visibility: visible; width: 12pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;📚&quot; src=&quot;file:///C:/Users/User/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;v:shape alt=&quot;📚&quot; id=&quot;Picture_x0020_3&quot; o:spid=&quot;_x0000_i1027&quot; style=&quot;height: 12pt; visibility: visible; width: 12pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;📚&quot; src=&quot;file:///C:/Users/User/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt; + Audio&lt;v:shape alt=&quot;🔊&quot; id=&quot;Picture_x0020_2&quot; o:spid=&quot;_x0000_i1026&quot; style=&quot;height: 12pt; visibility: visible; width: 12pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;🔊&quot; src=&quot;file:///C:/Users/User/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;v:shape alt=&quot;🔊&quot; id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1025&quot; style=&quot;height: 12pt; visibility: visible; width: 12pt;&quot; type=&quot;#_x0000_t75&quot;&gt;
 &lt;v:imagedata o:title=&quot;🔊&quot; src=&quot;file:///C:/Users/User/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png&quot;&gt;
&lt;/v:imagedata&gt;&lt;/v:shape&gt;Free:&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge
16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=15BvsaIx_iYHN2n3DCPp9tECFt6WAf4AR&amp;amp;fbclid=IwAR2in4oyCjav881qUOzpBvB8HmeRO2jOQGVTWq6LzE8ID6khccfH9BZ1xrE&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge
15&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=1-EVHl40pJ2iKjIu7BXSu3E8DNDYLnFYR&amp;amp;fbclid=IwAR3z4Y_9PQny2PA7b8EA6epS9_lVX9Grx4kPSjF-023V1l42JsmSs3KtbNo&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-14&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=1-BvQc3AyVfKKDLoQ10KsQtYauZxxZ6jU&amp;amp;fbclid=IwAR1ZUDZbZtK-Ja8lnR5KioRQ69OonCFqmwJMBeS9PaJup8KRXgm4oYE7HxU&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-13&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=1-mKaTftDeZ5RJhukU_bAEq5nf9gd9A_B&amp;amp;fbclid=IwAR2fivwgKHNrJZMBwTQRF_JVGP83E66GQdHv5mGxNWmW54vxWxoUMyrnsJo&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=1-innfTOx7venJPjjo9HN7-PvszslK-9h&amp;amp;fbclid=IwAR1q4WI2KjVr9ii_mKe5yAAEI-1PSHg8x7Y_6BHWOq_AkyDLUvsOdSsLxg4&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-11&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffolderview%3Fid%3D1-SYs94oVR4sX_wNn12VHk8QyStkdRKOf%26fbclid%3DIwAR314hfCVRbdKwuVoIJn9kwIa02yTkyvDRAKM7vXqHHFEGKKPSncKw2-DOQ&amp;amp;h=AT3i2DaEotqiBlIsh5AMmYdj2rvfrcqCSXz3tBijRBlbKBHmxCDpg55y1IW_jjIOGYX37_CKv-QtYWsqchGgOCjsgI26q3Tauxd7S4QauBb-DdjxVnW440YzPnOrNVTslGrF&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffolderview%3Fid%3D1-J2dHxLhpM7HYBGBLScs0f5pLKqnlRAw%26fbclid%3DIwAR2zhoSvQP6fBnp_av92GyC7ckDxwE37Uekc0Nwq1eLKdQe63zNrkxrXvoc&amp;amp;h=AT1frlSAcv3A9Erxtaug9ZQhsXdFYLib-7__0DE9RJZHrrCk-FhJy7FrTboW1Y-kw153_HqXMd9f15FPsHcDzdNejl7MgdmIbRZRbT4XWKG6wnxeUdzIyOY5Mj80KUL5zuDj&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=15nb-N-2wEXf7Ar-GVs4jCBtcbgtNGzxj&amp;amp;fbclid=IwAR3JEbp_BElgIhi7KoZ7YuUFXtmARI8F_ghGAEvCcLiheKTf5Tjr6N5XyoQ&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffolderview%3Fid%3D15YGG4_Ct8gG4_rO3VPgx1VB24K_RgpP9%26fbclid%3DIwAR2LyRpb7T1EwJgnwfplsx4n9-zQ_kVskrrz4tSHjqQH63oyzYDMuG3JvUc&amp;amp;h=AT0lmQrMgHO7khAHyCWLh74VUIMl7_-kRhD6UBloOk97pIHuP-ldqJDwZQKw8qpuXr0vF5xV5ayKwz3RHl38WqhSnUbrGh_wEFTdfGMqU7mA7Ku6pucNBsOCm2djijmKxnoN&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-7&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=15V8ACTs8GClsiix8rkRrlmGRtcDFKzFJ&amp;amp;fbclid=IwAR3BKDe8NjPQn8C3aB3is8cw7udfWYpSFF5MnPTIFC7n0eTx99hmonlN4CI&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffolderview%3Fid%3D15GbnCrVXvtbtC2kvYsVOADXI70Krs21Z%26fbclid%3DIwAR3zDVsRNEJpmEl7dSWfyLxV30UFNjbAcCgZEvwFZUdWARsnp-1F7xHk160&amp;amp;h=AT0aeeInXTCRjQTUBXZW5KD0ddBS2gtrhkNmL5SVn9oTkMu9DFufennirpjGhlopipMG-uP_kY064vvnQmBkY4qqryGqPvtQI8kbocmwIpx5drDB5mt69JLC1wrT0N3aX3G1&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-5&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=148J8Ult_KysRZSO6gKN6Umvg8vTHghWW&amp;amp;fbclid=IwAR2R6-cPd1PfCfLqOwGTwAhfQ6bD9AKTwLBOthl1jWDHn75aPNgEjSgOKiU&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=13sd8hcfw4hEP8HA6tamHbXOAY0As8jUf&amp;amp;fbclid=IwAR2fIozGnNCAFavyCldcHZTaLjFfvVRpkvPLIPQQqVvNrV2rkrSNQHmqhj8&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=11MdIBRQD5VXiyv9ZWOTK65X_dlRufxiv&amp;amp;fbclid=IwAR3LtiMad_t9G_7R13PHQC6VjDBH2TTjN151vngzOM3hdfBzm8tJNXaFfvI&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=10yG6PZ1giy_5jFgQCObsNuPjYEkknn2z&amp;amp;fbclid=IwAR17TB38FyS3BSEFCi9AFm5PX-bgwejYWDmp2LFP0ow27NyatB2jSPraM9w&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Cambridge-1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/folderview?id=10qzm-pkmFkFZPrFhsT-NtkQJcmpYOu0b&amp;amp;fbclid=IwAR2zhoSvQP6fBnp_av92GyC7ckDxwE37Uekc0Nwq1eLKdQe63zNrkxrXvoc&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/folderview...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8WMCrmT-VELpK_qployxU-LT5Gz09Z4GJmtcnR7mSyybxW2yVk0nejGsnsl-N_s3RnG7hCmLo0gbR_upwKghIesefLRcNozekRdGzl2w9nl47a49Ci9ww5Xv6Nanx56ccmJoNU8VfXNfgrBkaG8d_4pbdUGXCwDZRg3Q6jqZ_ufDZCAkjN408lgVQRQ/s1200/Regarding%20IELTS%20scoring%20and%20online%20source%20to%20study.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1200&quot; data-original-width=&quot;1200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8WMCrmT-VELpK_qployxU-LT5Gz09Z4GJmtcnR7mSyybxW2yVk0nejGsnsl-N_s3RnG7hCmLo0gbR_upwKghIesefLRcNozekRdGzl2w9nl47a49Ci9ww5Xv6Nanx56ccmJoNU8VfXNfgrBkaG8d_4pbdUGXCwDZRg3Q6jqZ_ufDZCAkjN408lgVQRQ/s16000/Regarding%20IELTS%20scoring%20and%20online%20source%20to%20study.png&quot; title=&quot;IELTS scoring and online source to study&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Rubik; font-size: large;&quot;&gt;Besides, I
am giving some extra book links. Which will make your IELTS practice more
mature. I&#39;m not saying that all the following books are must-reads, just
practice more on the ones you feel are necessary.&lt;/span&gt;&lt;p&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
The Official Cambridge Guide To IELTS (Ebook + CD) Link:&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Fdrive%2Fmobile%2Ffolders%2F1MUj6V97GMrH5-ETBFA3zQ2pbIzJOcS1C%3Ffbclid%3DIwAR05PhDGZHCetI7afvm0KmmU_a73Qif_W2nK8G2v4UgxTzUb0314D7OB4bU&amp;amp;h=AT1fQ4wGpr5Nxr6Be2MzLlJhH6Ojmi9l7YwO0QC9MwID5qQy6VQw88c_iT_8rNf5VIEe3Vz1DgJ_EPWvZ9rzJjcKatrms0hK8bL4E47AqEz1WaiwYaSdly5K06LzkqXtFNqu&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1MUj6V97GMrH5...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Cambridge Practice Tests For IELTS Series(1–13) Student’s Book With Answers
With Audio Link - &lt;a href=&quot;https://ieltsmaterial.com/cambridge-practice-tests-for-ielts-series-1-13-students-book-with-answers-with-audio-latest-update/?fbclid=IwAR3LtiMad_t9G_7R13PHQC6VjDBH2TTjN151vngzOM3hdfBzm8tJNXaFfvI&quot; target=&quot;_blank&quot;&gt;https://ieltsmaterial.com/cambridge-practice-tests-for.../&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Cambridge English Vocabulary For IELTS Link - &lt;a href=&quot;https://drive.google.com/file/d/0B62gv1Q0MTngczV5dkVjd0Y4c0k/view?usp=sharing&amp;amp;fbclid=IwAR3nkgeIL1a0tRsX__WKnfovF7DrO8MLvhmqeDfgaPb7LEG1Gij2HEePj6A&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../0B62gv1Q0MTngczV5dkV.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Cambridge grammar for IELTS Link - &lt;a href=&quot;https://drive.google.com/file/d/0B3LnBMC7ElWQQzBQX2lCM29vWHc/view?usp=sharing&amp;amp;fbclid=IwAR3RggUtgAq2zJf6yEbcWMn50rV2KWWZdIydycpv9HDGP8QqdQG7RMwPKp0&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../0B3LnBMC7ElWQQzBQX2l.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
English Collocations in Use Link - &lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1JHPlX1ap2Nqm7N301tyaAwgAUyjm49RF%2Fview%3Fusp%3Dsharing%26fbclid%3DIwAR0ju5sVNDZxXFDqcU84T9SrtyMbgTCCITXPKovy2jlfk0mgBa2QZ_dL_C4&amp;amp;h=AT1tm2w474yB5caC-ZEfNzk1c9alfH3hLLo1pH05DW5ROaHnOwxKD2gM6r-gLyrOl-NEg6aVYX6e6SEdJBBYq8tHAWDxhvjvUPPwzUBPni-arMnqvRVuwQSghca8mxdx4hNn&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1JHPlX1ap2Nqm7N301ty.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Official IELTS Practice Materials 1 Link - &lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1AahnITqDPQJnHXbwm7sQ26VCO15JDYau%2Fview%3Fusp%3Dsharing%26fbclid%3DIwAR2fIozGnNCAFavyCldcHZTaLjFfvVRpkvPLIPQQqVvNrV2rkrSNQHmqhj8&amp;amp;h=AT2pkXCN9G-9bmXpsYODw1eGmTrOGmbtx8qMHMqOdLZBq6iU8_Szw-tq4ZxY9oTe6sA6hk1g0gNcwGvcaAW_XBpkbtzLSTJwDGzGHiyrmVzb9WQFqJ9RBca3LXrMfgo_xxYe&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1AahnITqDPQJnHXbwm7s.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Official IELTS Practice Materials 2 Link - &lt;a href=&quot;https://drive.google.com/file/d/1J50jdSOP6PR_pRmtVs9--JSrbmmm9QZA/view?usp=sharing&amp;amp;fbclid=IwAR21WGEVsWek_yGMrLgOLxC4g6psxTy3x8G88ex6uwakei7TZlPzHXtV954&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1J50jdSOP6PR_pRmtVs9.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Answer- &lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1025lgqi99dQhLAu-ZgFH4UXobpc2THao%2Fview%3Fusp%3Dsharing%26fbclid%3DIwAR3GO9KAWYPiiYz55IvG-_67S50OU2_3aF4EKlj9TeCN4fUGjpC0YQGzsT0&amp;amp;h=AT3DCLMMCqgLWcq5jmPEBAOjS1GeAnifjeOKpmpqnPEMbMgpPZKNSEFOU3sU-XUqEEV1Jl51r3vDFCd7pxxo7WPEHVKr30MFDN9ekP5TG6PNfOCBWkBuRzWraofrNjfMcLFF&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1025lgqi99dQhLAu.../view...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Barron practice test Link - &lt;a href=&quot;https://drive.google.com/file/d/0BxPtM4Xal6GGeTdod0pnNHVIZXc/view?usp=sharing&amp;amp;fbclid=IwAR3RggUtgAq2zJf6yEbcWMn50rV2KWWZdIydycpv9HDGP8QqdQG7RMwPKp0&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../0BxPtM4Xal6GGeTdod0p.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
New Insight into IELTS With Answers (PDF) Link-&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://drive.google.com/drive/folders/1SMeyK1K6oksVolHlxr-GgROJftu0f95q?usp=sharing&amp;amp;fbclid=IwAR1q4WI2KjVr9ii_mKe5yAAEI-1PSHg8x7Y_6BHWOq_AkyDLUvsOdSsLxg4&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1SMeyK1K6oksVolHlxr...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Cambridge English Vocabulary In Use With Answers (Upper-Intermediate) Link- &lt;a href=&quot;https://drive.google.com/file/d/1kFj7TLTtA8VUj72YXBAA4u2PKihLpyxQ/view?usp=sharing&amp;amp;fbclid=IwAR324PI2vyNjrAcsf6k6xkqxYPy1NX3VmW5sO8wdQqdX3yZCA6H6IqXuukQ&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1kFj7TLTtA8VUj72YXBA.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
English Grammar In Use By Raymond Murphy With Answers (PDF) Link- &lt;a href=&quot;https://drive.google.com/file/d/0B42obC0zvaVuak41eDNVeE9uQzQ/view?usp=sharing&amp;amp;fbclid=IwAR21WGEVsWek_yGMrLgOLxC4g6psxTy3x8G88ex6uwakei7TZlPzHXtV954&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../0B42obC0zvaVuak41eDN.../view...&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
For IELTS writing Essay: Part-2 Liz 150 practices:&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/file/d/13cFKzRsHcrX0WxXCO3TxBOoVxwoIxm0A/view?fbclid=IwAR2FLuJkjb3ltfkjGI4d6uEz8hu9dPMONrNC1H1vLbTdd0S3eeY7fGiquLQ&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../13cFKzRsHcrX0WxXCO3TxBO.../view&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
For Effective Listening with 1200 Vocabulary:&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/file/d/1D11_jPCycW9S2AcUSYaK8DuAeu9iHyPa/view?fbclid=IwAR2zhoSvQP6fBnp_av92GyC7ckDxwE37Uekc0Nwq1eLKdQe63zNrkxrXvoc&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1D11.../view&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;★
Makkar ielts speaking book:&lt;/span&gt;&lt;/h4&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://drive.google.com/file/d/1jw_-IYWFIEa6o4ZIBwZgjBnzh5jAydym/view?fbclid=IwAR2fivwgKHNrJZMBwTQRF_JVGP83E66GQdHv5mGxNWmW54vxWxoUMyrnsJo&quot; target=&quot;_blank&quot;&gt;https://drive.google.com/.../1jw.../view&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Feel free
to check out some important YouTube channel links that will make your
preparation easier.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://www.youtube.com/playlist?list=PL1pf33qWCkmgf3H81y15UM3u3ORige4AG&quot; target=&quot;_blank&quot;&gt;https://youtube.com/playlist...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://www.youtube.com/c/BanglayIELTS&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/BanglayIELTS&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fyoutube.com%2Fc%2FIELTSLiz789%3Ffbclid%3DIwAR2Ih4iMwkL1P6D2a8q_5AA6MNnQuoT2SI9JQizCE98390GFxjmgBpFFGXM&amp;amp;h=AT2JeSP7H3fXn4gjc6wIKIwJvpPAF9VlV7pIx1mC7hN05wBLmx_Gf6DaYMw_o2bmLD9Z9aQaHzQ2qQ9WM7XJ1syXTUrlNX01cdQeDgoO25nSQS47wxOfsfeJeiFMozw0hM_9&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/IELTSLiz789&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fyoutube.com%2Fc%2FE2IELTS%3Ffbclid%3DIwAR3JEbp_BElgIhi7KoZ7YuUFXtmARI8F_ghGAEvCcLiheKTf5Tjr6N5XyoQ&amp;amp;h=AT2krzIE8UpuxjPLIhcKSah9lqgm4d3uxrTGbKATJmxtt2ldomCVGIetAtgvFwHRxaOty7h8emaKIUVAohexbt7ducGVHIfHcaeyuovwPUtkPivxwe8bRINuwhuSieyQ_Vhz&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/E2IELTS&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://youtube.com/c/AsadYaqubIELTS?fbclid=IwAR2o_YZnWbCFXmoXpiFDAEbIvaFdlPTmrk7BL2Spc2-zG7WS8IS_-iVmsuQ&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/AsadYaqubIELTS&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fyoutube.com%2Fc%2FEnglishSpeakingSuccess%3Ffbclid%3DIwAR3z4Y_9PQny2PA7b8EA6epS9_lVX9Grx4kPSjF-023V1l42JsmSs3KtbNo&amp;amp;h=AT3nQDFiImEsuoFoAwOnZC6DTrt2NDXyC83NE8nJF-3rhQy0QaSuMPwscUwmhQYcY8_xC3oM74HNdqn3J5lpGoJwcQoKmYgJfcQ_395rPlq8pmdRZVtWPjZDRrD_CJpdh4lf&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/EnglishSpeakingSuccess&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fyoutube.com%2Fc%2FIeltsadvantage%3Ffbclid%3DIwAR17TB38FyS3BSEFCi9AFm5PX-bgwejYWDmp2LFP0ow27NyatB2jSPraM9w&amp;amp;h=AT2cXZXIUiOpDNj29QABg1pnL9rNnq3rdWXytHPI7r9kuWMTagQ0LAnbsFeMHTopUzshiwVN8Srvtuy8Yo2C0ROb7cXrGmUaF1PiKt0sTuIuPj1ZykkGv6IdechgfsE8EoTg&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://youtube.com/c/Ieltsadvantage&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fyoutube.com%2Fchannel%2FUCRSFsZwTpcm2IZKcWTOyyZg%3Ffbclid%3DIwAR1ZUDZbZtK-Ja8lnR5KioRQ69OonCFqmwJMBeS9PaJup8KRXgm4oYE7HxU&amp;amp;h=AT2gyiCmVcV3E--05VyeMyiHkzXpEBAsnFzzRX5Wer7HHxf6IiI79QsUFUTzYCPSU59eGQwPa6ph176NONKR4nP_2V4n-ja1TuxIRTGJc03K36zULGH6Pj03vmbJt7yTv6hu&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://youtube.com/channel/UCRSFsZwTpcm2IZKcWTOyyZg&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Here are
some important site links where you will get many tips and tricks, which will
help to increase band scores.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=http%3A%2F%2Fieltsliz.com%2F%3Ffbclid%3DIwAR3LtiMad_t9G_7R13PHQC6VjDBH2TTjN151vngzOM3hdfBzm8tJNXaFfvI&amp;amp;h=AT0ZoEZjVLcKBWkJOlP--bYj8pjwn9_PdKZcvqOsNk2jJYAhnWAaBqNOaHIIjV_RfFwwKKHnY4wqsnobQ0m5k4kvAFZa9Sgh1aai8nJGey54zpsU-VPy9gUzRSCqtKYcQiaU&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;http://ieltsliz.com/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fielts-simon.com%2F%3Ffbclid%3DIwAR3RggUtgAq2zJf6yEbcWMn50rV2KWWZdIydycpv9HDGP8QqdQG7RMwPKp0&amp;amp;h=AT3gYgAgSPdOhodpK8s5d4IKu-efkD9OPiVf0w_QmIZY4SPn7_YZe1nk1igSzBgAsB2vl_9DqlKWZirPY63is9MIDkFMc4yWGMmrut_bOraFwc3vpx8LzfSwzPDuDspKvgFY&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://ielts-simon.com/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.ielts-mentor.com%2F%3Ffbclid%3DIwAR3z4Y_9PQny2PA7b8EA6epS9_lVX9Grx4kPSjF-023V1l42JsmSs3KtbNo&amp;amp;h=AT130YFXxACXarmi7IO0WMB_62W2fYEGR_L9Vfbct1adt06ubltjFXvAxnlAkSXVKgqtXz1DGBaXeDNao3ocoxingR8QUjYoFJdc0zvyNuUwVGcy9Q-iWFEUyUeFS9dMVfhe&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://www.ielts-mentor.com/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Below are
links to some articles where some brothers from Bangladesh who participated in
IELTS and got good band scores to describe in detail what routine they followed
or how they studied.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fhsa.grecbd.com%2F%3Fs%3Dielts%26fbclid%3DIwAR05PhDGZHCetI7afvm0KmmU_a73Qif_W2nK8G2v4UgxTzUb0314D7OB4bU&amp;amp;h=AT3ytg4tUdd9qRdYnL-MPmmHss4Zm7vj3QgE3NN5TGcU2huONy2BtJxTQFKlBnMqO5yXZRyfwH6lFJ2OaZOV98zLtcnkPL9WuTm-v7_PhOhqyaZ6SCoqGWJcYFY2CSHcbd2b&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://hsa.grecbd.com/?s=ielts&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://www.germanprobashe.com/archives/16629?fbclid=IwAR3RggUtgAq2zJf6yEbcWMn50rV2KWWZdIydycpv9HDGP8QqdQG7RMwPKp0&quot; target=&quot;_blank&quot;&gt;https://www.germanprobashe.com/archives/16629&lt;/a&gt; (avijit
bhattacharjee)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.germanprobashe.com%2Farchives%2F15912%3Ffbclid%3DIwAR3z4Y_9PQny2PA7b8EA6epS9_lVX9Grx4kPSjF-023V1l42JsmSs3KtbNo&amp;amp;h=AT10Pd9hkvvYr8W9uY7V5teYzPCir4Qu1F5t16n6ZXSdogyvpLtr-Om4jlCqCgvBLQdvOkHg6TO4QHecz-7QRPDzB22FocIBOXk32LXbXyz0Rt1sFh9OrK1reNvj894qhhsl&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://www.germanprobashe.com/archives/15912&lt;/a&gt; (Farjana
Yesmin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.germanprobashe.com%2Farchives%2F15748%3Ffbclid%3DIwAR2x865Qwfa4ne_KIoxTelKnr8qHJ2JyAFePGO_Kg6VyIzxEvdBpotKE3Xs&amp;amp;h=AT3lXKcwXeyFiNgWuikzr88Z5tdslx9xdGm0TbELRqNK8pIxMCWchI6OtrPmEXPrh1eMDAi6bJkt47XQIDtPsKgGRtYfTP88XMooTteAdHAn0rC-2zHfAlhgO0kGa2JRhqO5&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://www.germanprobashe.com/archives/15748&lt;/a&gt; (Tariqul
Dipu)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Moreover,
the link of an effective site for giving IELTS mock test online-&lt;a href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fieltsonlinetests.com%2F%3Ffbclid%3DIwAR2in4oyCjav881qUOzpBvB8HmeRO2jOQGVTWq6LzE8ID6khccfH9BZ1xrE&amp;amp;h=AT2HZgdEgFShu7t22KJySe0nLAZK8XJXZnO-Zb1Pjm1zz4vSv_9x_j4mSSyqos-AB_lfFPf_Py55QIg_ucSWNpmRoivo5WOVrrAJrCpPAdbuwARaA9zq7gFyfBBOfv1XBk20&amp;amp;__tn__=-UK-R&amp;amp;c%5b0%5d=AT27bw7-sVY3Gxlhx87avDJJO7W5vc4tUUVNlkUvk9BawxqTLiYiRjiV0oIMGxHaWBtCcL0lLtauA3OhuLawfyXbkcgnomq0Ev0DDF2p_qBmDPoAEpqXrMc0Pzrj98oEbDHwfILwG-j_KQohs1je4q870q17Q1Tk9olE21Rwce3zthLus7RrEQCL3dbFBSG03NEuz5kEUKpuKF3jZw&quot; target=&quot;_blank&quot;&gt;https://ieltsonlinetests.com/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: large;&quot;&gt;Special
Acknowledgment&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;: &lt;span style=&quot;font-weight: normal;&quot;&gt;This content was compiled from various Facebook pages and
people, with additional own resources.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;</description><link>https://bytehook.blogspot.com/2022/08/regarding-ielts-scoring-and-online-study-source.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8WMCrmT-VELpK_qployxU-LT5Gz09Z4GJmtcnR7mSyybxW2yVk0nejGsnsl-N_s3RnG7hCmLo0gbR_upwKghIesefLRcNozekRdGzl2w9nl47a49Ci9ww5Xv6Nanx56ccmJoNU8VfXNfgrBkaG8d_4pbdUGXCwDZRg3Q6jqZ_ufDZCAkjN408lgVQRQ/s72-c/Regarding%20IELTS%20scoring%20and%20online%20source%20to%20study.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-2637246849970755444</guid><pubDate>Wed, 27 Jul 2022 15:16:00 +0000</pubDate><atom:updated>2022-07-27T09:34:29.863-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Technology</category><title>Google suspend engineer claiming their AI is intelligent</title><description>&lt;h1 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;&lt;span style=&quot;background-color: none; font-size: x-large;&quot;&gt;Can
artificial intelligence be able to perceive?&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;SAN FRANCISCO - Google recently laid off an
engineer with pay after dismissing his claims that its &lt;a href=&quot;https://ai.google/responsibilities/responsible-ai-practices/#:~:text=The%20development%20of%20AI%20is,and%20security%20into%20these%20systems.&quot;&gt;artificial intelligence is sentient&lt;/a&gt;, raising another blow to cutting-edge
technology company&#39;s best. Blake Lemoine, senior software engineer at Google&#39;s
responsible AI organization, said in an interview that he was put on leave on
Monday. The company&#39;s human resources department said he violated Google&#39;s
privacy policy. The
day before the suspension, Mr. Lemoine said he had forwarded documents to the
office of a US senator, saying they had provided evidence that Google and its
technology engaged in discriminatory behavior. religious treatment. Google says
its system mimics chat exchanges and can talk about different topics but has no
awareness. “Our team – made up of ethologists and technologists – reviewed
Blake’s concerns in light of the A.I. Principles. us and advised him that the
evidence did not support his claim,&quot; Brian Gabriel, a Google spokesman,
said in a statement. &quot;Some in the broader A.I.&amp;nbsp; are looking at the long-term possibility of
perceptual or general artificial intelligence, but it doesn&#39;t make sense to do
so by anthropomorphizing today&#39;s conversational models that aren&#39;t inherently
non-existent. conscious.&quot; &lt;span style=&quot;background: none;&quot;&gt;The Washington Post
first&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.washingtonpost.com/technology/2022/06/11/google-ai-lamda-blake-lemoine/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;background: none; border: 1pt none windowtext; padding: 0in;&quot;&gt;reported&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;background: none;&quot;&gt;&amp;nbsp;Mr. Lemoine’s suspension.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Ruda; font-size: medium;&quot;&gt;&lt;span style=&quot;background: none;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Ruda; font-size: medium;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2KEcNN_-KObARviwtKFyu4qTF_6TyPFUgfC1Khioznzc2F9F4s3owNfMLz9Tg3kSaXWkWCjmCfilSDmEw__6DqiyLkXTcVJo_F2WVU2iL4xBLYmaf-oOWGBBR4jCNWgmndcllkRzJoThSJyjsNnPx7UOJyvSDJ4nP671rUbO8E-SZWXLKWmGf1GccGw/s2240/AI%20credit.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1260&quot; data-original-width=&quot;2240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2KEcNN_-KObARviwtKFyu4qTF_6TyPFUgfC1Khioznzc2F9F4s3owNfMLz9Tg3kSaXWkWCjmCfilSDmEw__6DqiyLkXTcVJo_F2WVU2iL4xBLYmaf-oOWGBBR4jCNWgmndcllkRzJoThSJyjsNnPx7UOJyvSDJ4nP671rUbO8E-SZWXLKWmGf1GccGw/s16000/AI%20credit.png&quot; title=&quot;Google suspend engineer claiming their AI is intelligent&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;For
months, Mr. Lemoine has been arguing with Google managers, executives, and
human resources over his startling claim that the company&#39;s language model for
dialog applications, or LaMDA, has consciousness and soul. Google says hundreds
of its researchers and engineers chatted with LaMDA, an internal tool, and
reached an unrelated conclusion to Mr. Lemoine. Most A.I experts. Everyone
believes that the industry is far from having the ability to feel computers.
Some AI researchers have long made optimistic claims that these technologies
will soon gain interest, but many others are extremely abrupt to dismiss such claims.
&lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;If you were using these systems, you would never say such things,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;
said Emaad Khwaja, a researcher at the University of California, Berkeley, and
the University of California, San Francisco, who is exploring similar
technologies.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;You can check out &lt;a href=&quot;https://www.nytimes.com/2022/06/12/technology/google-chatbot-ai-blake-lemoine.html&quot; target=&quot;_blank&quot;&gt;New York Times&lt;/a&gt; Further Queries&amp;gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;While
chasing A.I. The predecessor, Google&#39;s search organization, spent several years
mired in scandals and controversies. Divisional scientists and other employees
admit faithfully feuded over personnel matters and technology issues in
episodes that in episodes in that admit regularly spilled in the direction of
the public arena. In March, Google fired a researcher who sought to publicly
disagree with the published work of two of its colleagues. And the testimony of
two A.I. Ethics researchers, Timnit Gebru and Margaret Mitchell, after
criticizing Google&#39;s language models, further cast a shadow over the group.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;



&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Mr.
Lemoine, a military veteran who describes himself as a priest, ex-convict,
and&amp;nbsp; A.I. researcher, gives facts about
google executives as senior as kent Walker, the chief executive officer of
global affairs, that he believed lamda was a child of 7 or 8 dotages old. He
wanted the club to seek the brain program’s consent ahead of functioning
experiments on it. His claims are alive and founded on his religious beliefs,
which he said the company’s human resources department discriminated against.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The
Engineer edited a &lt;a href=&quot;https://cajundiscordian.medium.com/is-lamda-sentient-an-interview-ea64d916d917&quot;&gt;transcript of conversations&lt;/a&gt; at some point
asking what the AI ​​system was afraid of. The exchange is eerily reminiscent
of the 1968 sci-fi film 2001: A Space Odyssey, where the artificial
intelligence computer HAL 9000 &lt;a href=&quot;https://www.youtube.com/watch?v=ARJ8cAGm6JE&quot;&gt;refuses to obey a human operator&lt;/a&gt; for fear of
shutting it down. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“Google can call this shared private property. I call this a
conversation I had with one of my colleagues,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Lemoine quoted a transcript of
the conversation in &lt;a href=&quot;https://twitter.com/cajundiscordian/status/1535627498628734976&quot;&gt;a tweet&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Feel free to check more out&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://www.theguardian.com/technology/2022/jun/12/google-engineer-ai-bot-sentient-blake-lemoine&quot; target=&quot;_blank&quot;&gt;The Guardian&amp;gt;&amp;gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;css-at9mc1&quot; style=&quot;background: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;They retain repeatedly
questioned my sanity.”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Mr. Lemoine said. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“They said, ‘Have you last checked out
by a psychiatrist recently?’”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; In the months before he was placed on
administrative leave, the company offered him a mental health break.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;css-at9mc1&quot; style=&quot;background: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;span&gt;A.I. Director Yann LeCun Meta
researcher and key figure in the growth of neural networks, said in an
interview this week that these types of systems aren&#39;t powerful enough to
achieve true intelligence.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Google
technology is what scientists call &lt;/span&gt;&lt;a href=&quot;https://www.nytimes.com/2018/03/06/technology/google-artificial-intelligence.html&quot;&gt;neural networks&lt;/a&gt;&lt;span&gt;,
which are mathematical systems that learn skills by analyzing large amounts of
data. For example, you can learn to recognize a cat by identifying patterns in
thousands of cat pictures.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;css-at9mc1&quot; style=&quot;background: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&amp;lt;&amp;lt;&lt;a href=&quot;https://www.scientificamerican.com/article/google-engineer-claims-ai-chatbot-is-sentient-why-that-matters/&quot; target=&quot;_blank&quot;&gt;Scientific American&lt;/a&gt; also gives a brief about Google AI chatbots&amp;gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;css-at9mc1&quot; style=&quot;background: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;Over the past few years, Google and
other major companies have &lt;/span&gt;&lt;a href=&quot;https://www.nytimes.com/2020/11/24/science/artificial-intelligence-ai-gpt3.html&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;developed neural networks that can learn from vast amounts of prose&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;, including unpublished books and
thousands of Wikipedia articles. This &quot;large language model&quot; can be
applied to many problems. You can also summarize articles, answer questions,
create tweets, and even write blog posts.&lt;/span&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;











&lt;/p&gt;&lt;p class=&quot;css-at9mc1&quot; style=&quot;background: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;But
they are very harmful. Sometimes they produce perfect prose. Sometimes they
generate nonsense sounds. Systems are very good at re-creating patterns they
have seen in the past, but they cannot reason like humans.&lt;/span&gt;&lt;span face=&quot;&amp;quot;Calibri&amp;quot;,sans-serif&quot; style=&quot;color: #333333; mso-ascii-theme-font: minor-latin; mso-bidi-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/07/google-suspend-engineer-claiming-their-AI-is-intelligent.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2KEcNN_-KObARviwtKFyu4qTF_6TyPFUgfC1Khioznzc2F9F4s3owNfMLz9Tg3kSaXWkWCjmCfilSDmEw__6DqiyLkXTcVJo_F2WVU2iL4xBLYmaf-oOWGBBR4jCNWgmndcllkRzJoThSJyjsNnPx7UOJyvSDJ4nP671rUbO8E-SZWXLKWmGf1GccGw/s72-c/AI%20credit.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-2667205221476773970</guid><pubDate>Wed, 20 Jul 2022 07:34:00 +0000</pubDate><atom:updated>2022-07-20T10:12:53.652-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Research</category><title>DeepMind AI learns basic physics like a newborn.</title><description>&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;&lt;span style=&quot;background-color: none; font-size: 16pt;&quot;&gt;Scientists
developed artificial intelligence that seems to &#39;learn&#39; basic physics like a
human baby.&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;a href=&quot;https://www.sciencealert.com/artificial-intelligence&quot; target=&quot;_blank&quot;&gt;Artificial intelligence&lt;/a&gt; (AI) systems are already much superior to humans in certain
tasks, such as &lt;a href=&quot;https://www.sciencealert.com/artificial-intelligence-officially-just-beat-the-world-s-1-go-player&quot; target=&quot;_blank&quot;&gt;playing Go&lt;/a&gt; or processing &lt;a href=&quot;https://www.sciencealert.com/ai-is-discovering-patterns-in-pure-mathematics-that-have-never-been-seen-before&quot; target=&quot;_blank&quot;&gt;enormous amounts of data&lt;/a&gt;, yet even only a few months after we are born, AI is still
far behind us in many other areas.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP8W_V5TL14bFjriRQ4EKt4XUPDhYP2swisxl-9k4X5lIafiHghYoVbxBgjjNp0ryOcFTFc2gTA2L00y1_yRbT2ZLBIzZSdy329kfH_r_xgVdPatMr4npvnY0p9cnKGd-KlCGWITBtydSBKkMe9QxKrNI9TRprszDO3NlP9o55ltilZfM_7OqFPUxFxw/s2240/Deepmind%20AI.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1260&quot; data-original-width=&quot;2240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP8W_V5TL14bFjriRQ4EKt4XUPDhYP2swisxl-9k4X5lIafiHghYoVbxBgjjNp0ryOcFTFc2gTA2L00y1_yRbT2ZLBIzZSdy329kfH_r_xgVdPatMr4npvnY0p9cnKGd-KlCGWITBtydSBKkMe9QxKrNI9TRprszDO3NlP9o55ltilZfM_7OqFPUxFxw/s16000/Deepmind%20AI.png&quot; title=&quot;DeepMind AI learns simple physics like a baby&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;For example, even young babies instinctively
know that one object briefly passing behind another shouldn&#39;t vanish and
reappear elsewhere. Presented with such a magic act, babies act with surprise.
But such a simple rule of continuity, along with other basic physical laws,
hasn&#39;t been so intuitive for AI. Now a new study introduces an AI called PLATO
inspired by research on how babies learn. PLATO stands for Physics Learning
through Auto-encoding and Tracking Objects, and it was trained through a series
of coded videos designed to represent the same basic knowledge that babies have
in their first few months of life.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Interestingly for us, developmental
psychologists have spent many years recording the many components or ideas that
go into physical cognition, according to neuroscientist Luis Piloto of the
UK-based AI research facility &lt;a href=&quot;https://www.deepmind.com/&quot; target=&quot;_blank&quot;&gt;DeepMind&lt;/a&gt;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;We created and open sourced a physical
concepts data set as an extension of their work. To evaluate physical
principles in our models, this synthetic video data set draws inspiration from
the original developmental studies.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; according to researchers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 9pt;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR1lMVYIohON__nrVYPmBA4z5tmpKGUn6jMgBCe0QKLIUo2j1bEYmM6nYZ6azcVYVrYh_AJ1CVFTCcqjG5NYKJTubO3_LWJskzJuQMD-0rW7X41QIpjAMADOxP_9-UGfP62WEKO4QzQqInXhgySi0tnT_QhjKpYMf5q5ehyCk_1woNsSF3z4PzEX3NQw/s1280/Fig.%201%20.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Byte Hook&quot; border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR1lMVYIohON__nrVYPmBA4z5tmpKGUn6jMgBCe0QKLIUo2j1bEYmM6nYZ6azcVYVrYh_AJ1CVFTCcqjG5NYKJTubO3_LWJskzJuQMD-0rW7X41QIpjAMADOxP_9-UGfP62WEKO4QzQqInXhgySi0tnT_QhjKpYMf5q5ehyCk_1woNsSF3z4PzEX3NQw/s16000/Fig.%201%20.png&quot; title=&quot;Videos from the ‘freeform’ data used to train our models.&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Researchers basically develop an early understanding of three
fundamental ideas: permanence (items will not abruptly vanish); solidity (items
can not flow through one another); and continuity (objects move in a consistent
way through space and time).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;These three notions were included in the data set that the
researchers created, along with two more: directional &lt;a href=&quot;https://en.wikipedia.org/wiki/Inertia&quot; target=&quot;_blank&quot;&gt;inertia&lt;/a&gt; and
unchangeableness (the idea that an object&#39;s attributes, such as its form,
remain constant). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Clips of balls falling to the ground, bouncing off one other,
vanishing behind other objects and reappearing, and so on were used to convey
these notions. After training PLATO with these clips, the next step was to put
it to the test. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;When PLATO was given recordings depicting &#39;impossible&#39; events that
went against the rules of physics it had learned, it exhibited astonishment (or
the AI equivalent of it) because it was intelligent enough to realize that
something strange had occurred that violated the laws of physics.&amp;nbsp; This occurred after just brief training
durations, in some cases only 28 hours. Technically speaking, the researchers
were seeking violation-of-expectation (VoE) signals that would indicate
that the AI grasped the principles that it had been taught, exactly like in
newborn studies. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 0in; margin: 0in 0in 9pt;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAHivi12-rRcIMK6FYfMnCctKB_gBO1cPLXMOIJqzDhs7RuRiUWUuiv3133fhmB-6aVRkPliNKHc5zfTPnSYoLxrgtmUUA5wkMAbljySTfPQ4KQZPf4-XEM-c3t_Adz0hMUnNVi_4atO0NeZRIGPJlT49wI-voEHETnuIiakKnrGAja6riiYlrmkGO5Q/s1920/Fig.%2023%20.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAHivi12-rRcIMK6FYfMnCctKB_gBO1cPLXMOIJqzDhs7RuRiUWUuiv3133fhmB-6aVRkPliNKHc5zfTPnSYoLxrgtmUUA5wkMAbljySTfPQ4KQZPf4-XEM-c3t_Adz0hMUnNVi_4atO0NeZRIGPJlT49wI-voEHETnuIiakKnrGAja6riiYlrmkGO5Q/s16000/Fig.%2023%20.png&quot; title=&quot;PLATO displays robust effects&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Despite having been trained on video data in which the precise
probe events did not occur, the researchers&#39; object-based model &lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;displayed
strong VoE effects across all five concepts we tested.&quot; &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Using items other than those in the training set, the team
conducted further experiments. Again, PLATO demonstrated that it could learn
and go beyond its fundamental training knowledge by exhibiting a clear
comprehension of what should and should not be occurring.&amp;nbsp; PLATO, although still isn&#39;t nearly at the
level of a three-month-old infant. When AI presented with situations without any
objects or when the training and testing models were comparable, there was less
surprising. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Additionally, the videos that PLATO was trained on had additional
information to aid in its recognition of the objects and their
three-dimensional movement.&amp;nbsp; To fully
understand the situation, it seems that some innate information is still
needed, and developmental biologists are still perplexed by the &quot;nature vs
nurture&quot; dilemma in newborns. The study may improve our comprehension of
the human mind and aid in the development of more accurate AI models of it. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin: 0in 0in 9pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;According to the researchers, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;this modeling work offers a
proof-of-concept showing that at least certain key notions in intuitive physics
may be learned by visual learning.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; &amp;nbsp;Whereas
research in certain precocial (born in an advanced condition) animals implies
that some fundamental physical notions might be present from birth, the
findings indicate that in humans, intuitive physics knowledge arises early in
life but can be influenced by visual experience. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The research has been
published in&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;i&gt;&lt;a href=&quot;https://www.nature.com/articles/s41562-022-01394-8&quot; target=&quot;_blank&quot;&gt;Nature Human Behavior&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: large;&quot;&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Instructions on accessing the physical concepts dataset are available at &lt;a href=&quot;https://github.com/deepmind/physical_concepts&quot; target=&quot;_blank&quot;&gt;https://github.com/deepmind/physical_concepts&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span face=&quot;&amp;quot;Arial&amp;quot;,sans-serif&quot; style=&quot;font-size: 16pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/07/deepmind-ai-learns-basic-physics-like-a-newborn.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhP8W_V5TL14bFjriRQ4EKt4XUPDhYP2swisxl-9k4X5lIafiHghYoVbxBgjjNp0ryOcFTFc2gTA2L00y1_yRbT2ZLBIzZSdy329kfH_r_xgVdPatMr4npvnY0p9cnKGd-KlCGWITBtydSBKkMe9QxKrNI9TRprszDO3NlP9o55ltilZfM_7OqFPUxFxw/s72-c/Deepmind%20AI.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-8505940013276808993</guid><pubDate>Fri, 15 Jul 2022 11:00:00 +0000</pubDate><atom:updated>2023-01-01T11:06:58.623-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Entertainment</category><category domain="http://www.blogger.com/atom/ns#">Legend</category><title>Aurangzeb Alamgir is a Mughal emperor who conquered the Indian subcontinent and might act as a role model for young people.</title><description>&lt;h1 style=&quot;text-align: center;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Josefin Sans; font-size: x-large;&quot;&gt;A
quick introduction to Aurangzeb Alamgir, along with a discussion of various
myths and realities from his historical life.&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Aurangzeb, Shah Jahan&#39;s third son, was born on
October 21, 1618, in Dohad, on the border of Gujarat and Rajputana. He was
younger than Dara Shikoh and Shuja, yet he easily outperformed them in terms of
skill and character. He was hardworking, visionary, and meticulous. He would be made a name for himself as a capable administrator. During the many years, he
spent in the Deccan and other Empire regions. He was a fierce soldier and a
skilled commander, yet he was calm and careful when dealing with others.
Aurangzeb was recognized as a prince for his commitment to the Muslim faith and
following Islamic injunctions. In several of his letters to Shah Jahan
during the succession conflict, Aurangzeb said that he was acting for the sake
of true religion and the peace of the realm.&amp;nbsp; &lt;a href=&quot;https://en.wikipedia.org/wiki/Aurangzeb&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;Read More From&amp;nbsp;Wikipedia&amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQYHeFCfdjQI8dfbqmxd_EDym6Wvkduk3xMt962W1d7UlGWlok9Esvxsr-9s0_ICrWOpQPxUHMd-Ugavd0uYQMrUnrgkyEDKbBGaB6doOS5FPK9KO4WDd98PAAvjpKNUkrJILiofBGC1_-hoiV7Xx_P9XS--TParOf75tUt5ktZetKc4sOMRPQToVkzg/s850/Aurangzeb-Alamgir%20history%20summary.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQYHeFCfdjQI8dfbqmxd_EDym6Wvkduk3xMt962W1d7UlGWlok9Esvxsr-9s0_ICrWOpQPxUHMd-Ugavd0uYQMrUnrgkyEDKbBGaB6doOS5FPK9KO4WDd98PAAvjpKNUkrJILiofBGC1_-hoiV7Xx_P9XS--TParOf75tUt5ktZetKc4sOMRPQToVkzg/s16000/Aurangzeb-Alamgir%20history%20summary.png&quot; title=&quot;Aurangzeb Alamgir&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Aurangzeb Alamgir was India&#39;s sixth and last
great Mughal ruler. From 1658 until 1707 AD, he governed India. Emperor
Aurangzeb is regarded as the greatest of all Mughal rulers. In the economic
realm, he was adamantly opposed to any unlawful exactions and levies that were
not allowed by Islamic law. Immediately after his coronation, he repealed the inland transit tax (rahdari) of 10% of the value of products and the octori
(Pandari) on all items of food and drink carried into cities for sale. These
actions provided respite to the people and were well received. Under his rule,
the Mughal state achieved its pinnacle. The state held 29.2 percent of the
global population (175 million out of 600 million in 1700 AD) under its flag
and was one of the wealthiest nations the world had ever seen, with a world GDP
of 24.5 percent ($ 90.8 billion out of $371 billion in 1700).&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;Aurangzeb launched
an era of strong rule by tightening up the administration early on. Provincial
viceroys began to impose imperial prestige everywhere. Energetic Subedars
expanded the empire&#39;s borders to Assam. Local notables discovered that
disobeying instructions would no longer be tolerated. It was taught to the
border tribes that no transgression of the imperial boundaries would go
unpunished.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;b&gt;&lt;span face=&quot;&amp;quot;Open Sans&amp;quot;, sans-serif&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;The Jat Revolt&lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;

&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;The Jats were the
first organized Hindu insurrection against the policy of religious persecution.
Abdul Nabi, a local Muslim officer in Mathura, was demolishing Hindu temples
and demeaning their women. He razed a Hindu temple and built a mosque on its
remains in 1661 A.D. The Jats, commanded by Gokal, rose against this and
murdered Abdul Nabi in 1669 A.D. He vanquished some minor Muslim soldiers
deployed against him. At the battle of Tilpat, he was defeated and died. The
Jats were brutally punished.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;b&gt;&lt;span face=&quot;&amp;quot;Open Sans&amp;quot;, sans-serif&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;Policy for the North-West &lt;/span&gt;&lt;/b&gt;&lt;/h4&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Aurangzeb,
although a defender of Muslim orthodoxy, had to fight conflicts with
similarly fanatical Muslim tribes in the North Western Frontier area. These
individuals have long been a big challenge and a major nuisance for India&#39;s
rulers. This region&#39;s fanatical and turbulent tribes never attempted to become
a country. They were separated into tribes and were never united under a single
head. They have always made a living by robbing others. The Mughal Emperor
found it impossible to capture and tame the tribesmen by force, so they paid
them to keep the roads along the border open to peaceful commerce. Aurangzeb
paid the border chiefs six lakh rupees every year, but the tactic of buying the
frontier chiefs did not always work, since new leaders emerged among the
tribesmen, and they often returned to looting Mughal territory. In sum, the
Mughal government was sick of these tribesmen&#39;s operations in this area.&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;Read more on &lt;a href=&quot;https://historypak.com/aurangzeb-alamgir/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;Historypak.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; font-family: Rubik;&quot;&gt;&lt;span class=&quot;mw-headline&quot;&gt;&lt;b&gt;&lt;span face=&quot;&amp;quot;Segoe UI&amp;quot;, sans-serif&quot;&gt;&lt;span&gt;Islamic law enforcement&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style=&quot;background: none;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Until the reign of Aurangzeb, &lt;a href=&quot;https://www.newworldencyclopedia.org/entry/India&quot;&gt;Indian&lt;/a&gt; &lt;a href=&quot;https://www.newworldencyclopedia.org/entry/Islam&quot;&gt;Islam&lt;/a&gt; was
influenced by mystical &lt;a href=&quot;https://www.newworldencyclopedia.org/entry/Sufi&quot;&gt;Sufi&lt;/a&gt;
doctrines. Despite having &lt;a href=&quot;https://www.newworldencyclopedia.org/entry/Sunni&quot;&gt;Sunni&lt;/a&gt; ancestors,
the emperors of Humayun tolerated or actively supported the activities of the
Chisti Sufis. He advocated a more orthodox view of &lt;a href=&quot;https://www.newworldencyclopedia.org/entry/Sharia&quot;&gt;Sharia&lt;/a&gt;-based
Islamic beliefs and conduct, which he sought to codify via edicts and
legislation. His Fatawa-e-Alamgiri, a 33-volume collection of these edicts, set
the pattern for Sharia-based civil legislation, which continues to influence
Islamic states today. This is an example of a common conflict between the areas
of fiqh (jurisprudence) typically overseen by religious academics and siyasin (politics). Aurangzeb asserted his power in both realms by drafting his
own legal code. In reality, he was doing the same thing as Akbar, but while
Akbar&#39;s intention was to promote an inclusive, tolerant form of Islam, his was
to promote an exclusive, bigoted one.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background: none;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Mughal court life altered considerably under Aurangzeb. His
understanding of Islam forbade music, therefore he expelled court musicians,
dancers, and singers. Furthermore, based on Muslim rules prohibiting the use of
pictures, he halted the creation of representational artwork, including the
miniature painting that had reached its pinnacle prior to his reign. Soldiers
and residents were also allowed carte blanche to deface architectural motifs,
including faces, flowers, and vines, even on the walls of Mughal palaces.
Thousands of photos were deleted in this manner. Aurangzeb abandoned the
Hindu-inspired rituals of previous Mughal emperors, particularly the practice
of &quot;darshan,&quot; or public visits to confer blessings, which had been
customary since Akbar&#39;s reign.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background: none;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Aurangzeb started to create and implement a series of edicts
that were harsher on non-Muslims and had less tolerance for them. Most notably,
Aurangzeb enacted regulations that expressly prohibited non-Muslim worship.
Non-Muslim worship places were destroyed, non-Muslim religious meetings were
prohibited, non-Muslim religious schools were closed, and certain Hindu customs
such as sati (self-immolation by widows) and temple dancing were prohibited.
The penalty for breaching such laws was often death.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: none; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;







&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;In such a harsh
enforcement atmosphere, the Mughal infrastructure became arbitrary and corrupt.
As a result, instead of feeling accepted and tolerated, non-Muslims started to
feel harassed and afraid. Throughout many cases, these impulses would culminate
to open political and military insurrection.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: none; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span&gt;Read more on &lt;/span&gt;&lt;a href=&quot;https://aeon.co/essays/the-great-aurangzeb-is-everybodys-least-favourite-mughal&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;aeon&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: none; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; font-family: Rubik; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;color: #212529;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;background-attachment: initial; background-clip: initial; background-image: none; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-weight: normal;&quot;&gt;Let&#39;s discuss the various myths and realities of his historical life.&lt;/span&gt;&lt;/h4&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik; font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Rubik;&quot;&gt;&lt;h4 style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;Britishers spread false history&lt;/span&gt;&lt;/strong&gt;&lt;/h4&gt;&lt;/div&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;As per British
historian Sir Henry Elliot, Hindus &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;had not left any record that may allow
us to evaluate the traumatic effect of Muslim invasion and governance on
them?&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; Elliot went on to write his own eight-volume history of India, with
inputs from British historians, since there were none (1867). His history
claimed that Hindus were killed for disagreeing with &#39;Mohammedans,&#39; that they
were generally forbidden from worshiping and participating in religious processions,
that their idols were mutilated, that their temples were destroyed, that they
were forced into conversion and marriage, and that they were killed and
massacred by drunk Muslim tyrants. As a result, Sir Henry and a slew of other
imperial professors went on to write a synthesis Hindu-Muslim history of India,
and their falsehoods became history. The secretary of state for India, George
Francis Hamilton, instructed Lord Curzon (Governor General of India 1895-99 and
Viceroy 1899-1904(d.1925) that they should &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;so organize the educational
texts that the disparities between community &amp;amp; community are further
accentuated.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; The secretary of state in London wrote another Viceroy, Lord
Dufferin (1884-88), that the &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;division of religious emotions is immense
to our benefit&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;, and that he anticipated &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;some good because of your
commission of investigation on Indian education &amp;amp; on teaching material
&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;We have preserved our influence in India by playing off one
section against the other,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; recalled another viceroy, Lord Elgin
(1862-63), &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;and we must continue to do so.&quot; Do all you can to prevent
everyone from feeling the same way?&quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Myth about temple demolition&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h4&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Aurangzeb was
accused by certain Hindu historians of damaging Hindu temples. How credible is
this charge against a guy who has been considered to be a holy man and a devout
Muslim? The Qur&#39;an forbids Muslims from imposing their will on non-Muslims,
declaring, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;There is no coercion in religion.&quot; 2.256 (Surah
al-Baqarah). The Surah al-Kafirun declares unequivocally, &quot;To you is your
faith, and to me is mine.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; It would be very unbecoming of a knowledgeable
Muslim scholar of his quality, as Aurangzeb was considered to be, to conduct
things that contradict the Qur&#39;an&#39;s teachings. Surprisingly, the 1946 version
of the history textbook Etihash Parichaya (introduction to history) used in
Bengal for 5th and 6th graders states: &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;If Aurangzeb had intended to
destroy temples to create space for mosques, India would not have had a single
temple standing tall.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; Aurangzeb, on the other hand, provided vast estates
for use as temple grounds and support in Benaras, Kashmir, and elsewhere.
Official paperwork for these land transfers is still available. The old
Balaji or Vishnu temple, situated north of Chitrakut Balaghat, still has a
stone inscription indicating that it was commissioned by the monarch himself.
His government donated a substantial tribute to the temple of Pandharpur, the
seat of the god Vitthal. According to the historian the late D.G Godse, trustees of
Vitthal temple were more concerned about roving Maratha forces than Mughal
armies. The deed documents at the prominent Hindu sacred sites in Varanasi are
readily confirmed as documentation of Aurangzeb&#39;s property donation. According
to the same textbook (Etihash Parichaya), &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;not a single Hindu was
compelled to accept Islam throughout Aurangzeb&#39;s fifty-year rule.&quot; He made
no interference with Hindu religious activity.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; A British historian named
Alexander Hamilton visited India at the conclusion of Aurangzeb&#39;s fifty-year
rule and noticed that everyone was free to serve and worship God in his own
manner. Aurangzeb, the Mughal emperor, is the most despised Muslim king in
India. He was said to be a huge destroyer of temples and oppressor of Hindus,
as well as a &#39;fundamentalist.&#39; Dr. Bishambhar Nath Pande, the chairman of the
Allahabad municipality from 1948 to 1953, had to deal with a property dispute
between two temple priests. One of them had presented firmans (royal
instructions) as proof that Aurangzeb had granted the property in issue for the
upkeep of his shrine in addition to cash. Given Aurangzeb&#39;s fanatically
anti-Hindu persona, Dr. Pande wondered whether they were not forgeries. He
exhibited them to Sir Tej Bahadur Sapru, a prominent barrister and scholar of
Arabic and Persian. He, too, was a Brahmin. Sapru analyzed the papers and
determined that they were authentic Aurangzeb firmans. Dr. Pande saw this as a
&quot;new picture of Aurangzeb,&quot; so he wrote to the head priests of the
country&#39;s most significant temples, asking for photocopies of any firman issued by
Aurangzeb that they may have in their hands. He got copies of Aurangzeb&#39;s
firmans from the renowned temples of Mahakaleshwara, Ujjain, Balaji temple,
Chitrakut, Umanand temple Gauhati, and the Jain temple of Shatrunjai, as well as
smaller temples and gurudwaras spread across northern India. These firmans were
issued between 1659 and 1685 AD. Though these are just a few examples of
Aurangzeb&#39;s kind attitude toward Hindus and temples, they are sufficient to
demonstrate that what historians have written about him is prejudiced and only
one side of the story. India is a large country with hundreds of temples strewn
throughout. If an adequate investigation is conducted, I am convinced that many
more examples of Aurangzeb&#39;s compassionate treatment of non-Muslims will be
discovered. Aurangzeb did not indiscriminately demolish Hindu temples, as is
often assumed. And that he only ordered temple demolition when confronted with the insurgency. This was almost likely the case with the Keshava Rai temple in the
Mathura area when the Jats revolted, but even this policy of retaliation may
have been adjusted since Hindu temples in the Deccan were seldom destroyed.
The image of Aurangzeb as an idol-breaker may not stand up to scrutiny, because
evidence suggests that, like his predecessors, he continued to bestow land
grants or jagirs (large parcels of agricultural land) upon Hindu temples such
as the Someshwar Nath Mahadev temple in Allahabad, Jangum Badi Shiva temple in
Varanasi, Umanand temple in Gauhati, and numerous others. During his invasion
of Deccan, he spared the famed Alura temples (a vast complex of ancient
temples). Read more from&lt;span style=&quot;color: #990000;&quot;&gt; &lt;a href=&quot;https://www.ummid.com/news/2015/October/15.10.2015/aurangzeb-model-ruler-demonsie.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;ummid.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;strong&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Kashi Vishwanath Temple&#39;s demolition&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h4&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Dr. Pande&#39;s study
revealed that Aurangzeb was just as concerned about the rights and welfare of
his non-Muslim people as he was about the rights and welfare of his Muslim
subjects. Hindu plaintiffs obtained complete justice against their Muslim
defendants, and if found guilty, Muslims were sentenced accordingly. One of the
most serious allegations leveled against Aurangzeb was the destruction of the
Vishwanath temple in Varanasi. That was true, but Dr. Pande discovered the
cause behind it. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;While Aurangzeb was traveling through Varanasi on his
route to Bengal, the Hindu Rajas in his entourage begged that the pause be made
for a day so that their Ranis might go to Varanasi, take a plunge in the
Ganges, and pay their respects to Lord Vishwanath.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; Aurangzeb accepted
without hesitation. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;Army pickets were stationed along the five-mile road
to Varanasi.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; The Ranis traveled to the Palkis. They bathed in the Ganges
and paid their respects at the Vishwanath shrine. Except for the Maharani of
Kutch, all the Ranis returned after doing puja (prayer). The temple premises
were thoroughly searched, but the Rani was nowhere to be seen. Aurangzeb was
furious when he learned about this. He sent his top officers to find the Rani.
They eventually discovered that the statue of Ganesh (the elephant-headed
deity) that was attached to the wall was movable. When the statue was
relocated, they discovered a set of steps leading to the basement. They were
horrified to see the vanished Rani dishonored and wailing, stripped of all her
jewelry. Lord Vishwanath&#39;s throne was right under the basement.&quot; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;The
Raja sought retributive action, and Aurangzeb ordered that, since the holy
precincts had been despoiled, Lord Vishwanath be relocated, the temple be
burned to the ground, and the Mahant (chief priest) be imprisoned and
punished.&quot;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;h4 style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;Employment for Non-Muslims&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h4&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Aurangzeb has frequently been accused of
shutting the doors of official employment on the Hindus, but a check of the
list of his officials reveals this is not true. Actually, there were more Hindu
officials under him than under any previous Mughal emperor. Though this was
mostly due to a general rise in the number of officers, it illustrates that
there was no prohibition on the hiring of Hindus. In his government, the state
policy was formed by Hindus. Two Hindus held the top position in the state
treasury. Some prejudiced Muslims even questioned the validity of his choice to
appoint non-Muslims to such prominent places. The emperor contradicted them by
declaring that he had been following the dictates of the Shariah (Islamic law)
which necessitates selecting appropriate men in proper places. During
Aurangzeb’s lengthy rule of fifty years, numerous Hindus, notably Jaswant
Singh, Jay Singh, Raja Rajrup, Kabir Singh, Arghanath Singh, Prem Dev Singh,
Dilip Roy, and Rasik Lal Crory, occupied extremely important administrative
posts. Two of the highest-rated generals in Aurangzeb’s government, Jaswant
Singh and Jay Singh, were Hindus. Other noteworthy Hindu generals who commanded
a garrison of two to five thousand warriors were Raja Vim Singh of Udaypur,
Indra Singh, Achalaji, and Arjuji. One asks if Aurangzeb was hostile to
Hindus, why would he elevate all these Hindus to high positions of power,
particularly in the military, who might have mutinied against him and deposed
him from his throne? Most Hindus respect Akbar over Aurangzeb for his
multi-ethnic court where Hindus were valued. Historian Shri Sharma argues that
whereas Emperor Akbar had 14 Hindu Mansabdars (high officials) in his court,
Aurangzeb really had 148 Hindu high officials in his court (Ref: Mughal Govn).
(Ref: Mughal Govn.). But this truth is relatively lesser recognized. If
Aurangzeb was so fierce a communalist, why is it, some historians have argued,
that the percentage of Hindu employees in positions of prominence throughout
Aurangzeb’s reign climbed from 24.5 percent in the time of his father Shah
Jahan to 33 percent in the fourth decade of his own rule?&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;h4 style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Jizya and other Taxes&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h4&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Let&#39;s all just consider Aurangzeb&#39;s imposition
of the Jizya tax, which has been heavily criticized by numerous Hindu
historians. Jizya was removed under the reigns of Akbar and Jahangir, and it
was subsequently reintroduced by Aurangzeb. Before delving into Aurangzeb&#39;s
Jizya tax, or taxing non-Muslims, it is important to note that Jizya is nothing
more than a &quot;War Tax&quot; collected solely from able-bodied young
non-Muslim male residents residing in a Muslim nation who did not wish to
enlist for the country&#39;s defense. That is, no such levy was levied on
non-Muslims who volunteered to fight in the country&#39;s defense. This tax was not
collected from women, immature males, crippled or elderly male residents. In
exchange for the payment of such taxes, the Muslim government became obligated
to defend the lives, property, and riches of its non-Muslim inhabitants. If the
government failed to defend its population for whatever reason, particularly
during a war, the taxable sum was refunded. It should be noted that Zakat (2.5
percent of savings) and Ushr (10 percent of agricultural goods) were levied on
all Muslims who had some money (beyond a certain minimum, called nisab).
Sadaqah, Fitrah, and Khums were also paid by Muslims. None of these were
gathered from non-Muslims. In reality, per capita collection from Muslims was
three times that of non-Muslims. Aurangzeb is also credited with abolishing
several taxes, however, this fact is seldom emphasized. Sir Jadunath Sarkar, the
leading historian of the Mughal dynasty, mentions in his book Mughal
administration that during Aurangzeb&#39;s time in power, roughly 65 kinds of taxes
were repealed, resulting in a monthly income loss of 50 million rupees from the
imperial treasury. According to some historians, when Aurangzeb eliminated 80
different sorts of taxes, no one praised him for his kindness. People started
to express their discontent when he imposed merely one (jizya), which was not
at all heavy. While some Hindu historians are rejecting the falsehoods,
textbooks and historical records in Western nations have yet to accept their
mistake and correct the record.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;[The above percentages and reviews are collected from the research result.]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;He waged near-constant warfare, justifying the resulting death
and destruction on moral and religious grounds. His single-minded devotion to
conquest and control based on his personal worldview is still felt today. Even
today, political groups of all stripes use his rule to justify their actions.
Without much effort, one can trace a direct line from Aurangzeb to many of
today&#39;s political and religious conflicts. The Fatawa-e-Alamgiri has had a
significant impact on future Islamic governments. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;&lt;span style=&quot;text-align: start;&quot;&gt;You can feel free to check out the video of&amp;nbsp;Shaykh Muhammad Musa ash-Shareef about&amp;nbsp;Aurangzeb Alamgir:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;&lt;iframe allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/K37ELusbxFA&quot; title=&quot;YouTube video player&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;Unlike his predecessors, Aurangzeb regarded the royal treasury
as a trust of his empire&#39;s citizens and believed it should not be used for his
personal expenses. However, his constant warfare drove his empire to the brink
of bankruptcy in the same way that earlier emperors&#39; personal prolifagcy
had.&amp;nbsp; Despite his success in imposing
Sharia within his kingdom, he alienated many constituencies, including native
Shias as well as non-Muslims. This resulted in increased militancy among the
Marathas, Sikhs, and Rajputs, who broke away from the empire after his death,
as well as disputes among Indian Muslims. The destruction of Hindu temples
continues to elicit strong emotions. He alienated many of his children and
wives, exiling some and imprisoning others. He expressed his loneliness, and
perhaps regret, at the end of his life. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0rMfCm-djvo8asR4Fpeub8EvioHRVceDH0prtQdPTY5CksDsYxasBCoW4i6_6wWHp95i2mgcU9GNBINRHtfngbL4l4IPH_SZrOR3V02T66ZCWfTTVq78HJhOzpwtmITLVQ3EQ9KCyGdBRaXO628NH-jiJIA5qi17uZId9aL-TKIGO2sh1_A1Iaq3y0A/s600/aurangzeb-alamgir-02.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;450&quot; data-original-width=&quot;600&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0rMfCm-djvo8asR4Fpeub8EvioHRVceDH0prtQdPTY5CksDsYxasBCoW4i6_6wWHp95i2mgcU9GNBINRHtfngbL4l4IPH_SZrOR3V02T66ZCWfTTVq78HJhOzpwtmITLVQ3EQ9KCyGdBRaXO628NH-jiJIA5qi17uZId9aL-TKIGO2sh1_A1Iaq3y0A/s16000/aurangzeb-alamgir-02.jpg&quot; title=&quot;aurangzeb alamgir&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
  

&lt;p style=&quot;background: none; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 6.0pt; margin: 6pt 0in;&quot;&gt;Apart from his predecessors, Aurangzeb left few buildings. In
Aurangabad, he built a modest mausoleum for his first wife, dubbed the
&quot;mini-Taj.&quot; Besides that, he constructed in &lt;a href=&quot;https://en.wikipedia.org/wiki/Lahore&quot;&gt;Lahore&lt;/a&gt; the largest mosque
outside of &lt;a href=&quot;https://en.wikipedia.org/wiki/Mecca&quot;&gt;Mecca&lt;/a&gt; at the time:
the&amp;nbsp;&lt;a href=&quot;https://en.wikipedia.org/wiki/Badshahi_Masjid&quot; style=&quot;animation-delay: -0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; scroll-behavior: auto; transition-duration: 0ms;&quot; title=&quot;Badshahi Masjid&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;Badshahi Masjid&lt;/span&gt;&lt;/a&gt;&amp;nbsp;(&#39;Imperial&#39; Mosque,
sometimes called the &#39;Alamgiri&#39; Mosque). He also erected a modest marble mosque
known as the &lt;i&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Moti_Masjid&quot; title=&quot;Moti Masjid&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;Moti Masjid&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&amp;nbsp;(Pearl Mosque) in the&amp;nbsp;&lt;a href=&quot;https://en.wikipedia.org/wiki/Delhi_Fort&quot; style=&quot;animation-delay: -0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; scroll-behavior: auto; transition-duration: 0ms;&quot; title=&quot;Delhi Fort&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;Red Fort&lt;/span&gt;&lt;/a&gt;&amp;nbsp;complex in Delhi.&amp;nbsp;&lt;span style=&quot;text-align: start;&quot;&gt;Aurangzeb&#39;s personal piety is undeniable. He led an extremely
simple and pious life. He followed Muslim precepts with his typical
determination and even memorized the&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Qur%27an&quot; style=&quot;animation-delay: -0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; scroll-behavior: auto; text-align: start; transition-duration: 0ms;&quot; title=&quot;Qur&#39;an&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;Qur&#39;an&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;.
He knitted&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Haj&quot; style=&quot;animation-delay: -0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; scroll-behavior: auto; text-align: start; transition-duration: 0ms;&quot; title=&quot;Haj&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;haj&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&amp;nbsp;caps and copied out the&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Qur%27an&quot; style=&quot;animation-delay: -0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; scroll-behavior: auto; text-align: start; transition-duration: 0ms;&quot; title=&quot;Qur&#39;an&quot;&gt;&lt;span style=&quot;text-decoration-line: none;&quot;&gt;Qur&#39;an&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&amp;nbsp;throughout
his life, and sold these works anonymously. He used the proceeds, and only
these, to fund his modest resting place.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: start;&quot;&gt;At the age of 90, he passed away at &lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Ahmednagar&quot; style=&quot;text-align: start;&quot;&gt;Ahmednagar&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt; in &lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/1707&quot; style=&quot;text-align: start;&quot;&gt;1707&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;, having outlived several of
his offspring. In line with his interpretation of Islamic precepts, his remains
lie in an open-air burial in &lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Kuldabad&quot; style=&quot;text-align: start;&quot;&gt;Kuldabad&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;,
near &lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Aurangabad&quot; style=&quot;text-align: start;&quot;&gt;Aurangabad&lt;/a&gt;&lt;span style=&quot;text-align: start;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;background: none; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span face=&quot;&amp;quot;Arial&amp;quot;,sans-serif&quot; style=&quot;font-size: 16pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/07/Aurangzeb-Alamgir-is-a-Mughal-emperor-who-conquered-the-Indian-subcontinent-and-might-be-a-role-model-for-young-people.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQYHeFCfdjQI8dfbqmxd_EDym6Wvkduk3xMt962W1d7UlGWlok9Esvxsr-9s0_ICrWOpQPxUHMd-Ugavd0uYQMrUnrgkyEDKbBGaB6doOS5FPK9KO4WDd98PAAvjpKNUkrJILiofBGC1_-hoiV7Xx_P9XS--TParOf75tUt5ktZetKc4sOMRPQToVkzg/s72-c/Aurangzeb-Alamgir%20history%20summary.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-9142725423422174873</guid><pubDate>Tue, 12 Jul 2022 16:33:00 +0000</pubDate><atom:updated>2022-07-20T10:13:49.841-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Business</category><category domain="http://www.blogger.com/atom/ns#">Technology</category><title>Researchers in China claim &#39;mind-reading&#39; artificial intelligence that can measure loyalty</title><description>&lt;h1 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Chinese
AI can assess party members&#39; allegiance.&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;According
to The Sunday &lt;a href=&quot;https://go.skimresources.com/?id=35871X943606&amp;amp;isjs=1&amp;amp;jv=15.2.4-stackpath&amp;amp;sref=https%3A%2F%2Fwww.businessinsider.com%2Fchina-says-mind-reading-ai-can-gauge-political-loyalty-reports-2022-7&amp;amp;url=https%3A%2F%2Fwww.thetimes.co.uk%2Farticle%2Fchinese-ai-can-check-loyalty-of-party-members-92d97hgwv&amp;amp;xs=1&amp;amp;xtz=-360&amp;amp;xuuid=b7819d925e3867fa2428771198635fc4&amp;amp;xcust=xid%3Afr1657640603310bai&amp;amp;xjsf=other_click__auxclick%20%5B2%5D&quot; target=&quot;_blank&quot;&gt;Times UK&lt;/a&gt;, researchers at China&#39;s Comprehensive National Science Center in Hefei
claimed to have developed &quot;mind-reading&quot; artificial intelligence
capable of measuring citizens&#39; loyalty to the Chinese Communist Party (CCP).&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;As
per The Times, the institution said in a now-deleted video and article that the
software could analyze party members&#39; responses to &lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&quot;thought and political
instruction&quot;&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt; by studying facial expressions and brain waves.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span face=&quot;&amp;quot;Arial&amp;quot;,sans-serif&quot; style=&quot;font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_tDy6Z5IkiZBMAOKvMtCGOWs1zkCE7-liM91qhAOn6Y78Bhe6a789sCsMVtx6W51fdi0QM7TkU2546FGw0S49dLuFMkIgE3v2ZrxLBrVw--i1QyocElw6NgS-AxAy3R1_KRTtLmKm8tjr1i8eGAefFlEutUThVud8dPATkln9mhJBaqTJyLSZ-IJS-Q/s850/Chinese%20AI%20can%20detect%20loyalty.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_tDy6Z5IkiZBMAOKvMtCGOWs1zkCE7-liM91qhAOn6Y78Bhe6a789sCsMVtx6W51fdi0QM7TkU2546FGw0S49dLuFMkIgE3v2ZrxLBrVw--i1QyocElw6NgS-AxAy3R1_KRTtLmKm8tjr1i8eGAefFlEutUThVud8dPATkln9mhJBaqTJyLSZ-IJS-Q/s16000/Chinese%20AI%20can%20detect%20loyalty.png&quot; title=&quot;Chinese AI can assess party members allegiance.&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;As
shown in the report, the findings can be used to&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;further solidify their
confidence and determination to be grateful to the party, listen to the party,
and follow the party.&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;According to the VOA &lt;a href=&quot;https://www.voanews.com/a/china-boasts-of-mind-reading-artificial-intelligence-that-supports-ai-tocracy-/6651986.html&quot; target=&quot;_blank&quot;&gt;article&lt;/a&gt;
published Saturday, the post was removed after a public outcry from Chinese
citizens.&amp;nbsp;Dr.
Lance B. Eliot, an AI and machine learning expert, &lt;a href=&quot;https://www.forbes.com/sites/lanceeliot/2022/07/05/ai-ethics-perturbed-by-latest-china-devised-ai-party-loyalty-mind-reading-facial-recognition-attestation-that-might-foreshadow-oppressive-autonomous-systems/?sh=70ba96e43c71&quot; target=&quot;_blank&quot;&gt;wrote in Forbes&lt;/a&gt; last week that it is impossible to prove the institute&#39;s claims without
knowing the specifics of the research study.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://www.businessinsider.com/china-says-mind-reading-ai-can-gauge-political-loyalty-reports-2022-7&quot; rel=&quot;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;Read More From Business Insider&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;This is by
no means the first time a brainwave scan capability has been employed on human
individuals in a study endeavor,&quot;&lt;/span&gt; &lt;span style=&quot;font-family: Rubik;&quot;&gt;he stated.&lt;/span&gt; &lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;However, utilizing
them to assess allegiance to the CCP is not something that receives much
attention. When such AI is utilized to manipulate governments, a boundary is
crossed.&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;As &lt;a href=&quot;https://www.businessinsider.com/brain-control-weapon-warnings-show-concern-for-china-military-research-2022-2&quot; target=&quot;_blank&quot;&gt;previously reported&lt;/a&gt; by Insider, the US Department of Commerce &lt;a href=&quot;https://www.federalregister.gov/documents/2021/12/17/2021-27406/addition-of-certain-entities-to-the-entity-list-and-revision-of-an-entry-on-the-entity-list&quot; target=&quot;_blank&quot;&gt;sanctioned&lt;/a&gt;
many Chinese institutions late last year for assisting in the development of
biotechnology, including&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;purported brain-control weapons.&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;The Chinese
government has been chastised for &lt;a href=&quot;https://www.nytimes.com/2019/04/14/technology/china-surveillance-artificial-intelligence-racial-profiling.html&quot; target=&quot;_blank&quot;&gt;utilizing artificial intelligence and face recognition technology to monitor and regulateUighurs&lt;/a&gt;, an ethnic minority group. According to the Senate Foreign
Relations Committee, the Chinese Communist Party has incarcerated between &lt;a href=&quot;https://www.foreign.senate.gov/imo/media/doc/120418_Busby_Testimony.pdf&quot; target=&quot;_blank&quot;&gt;1 million and 3 million Uighurs&lt;/a&gt; in &lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&quot;reeducation centers.&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;The
scientific exploration of biotechnology and medical innovation might even save
lives,&quot;&lt;/span&gt; &lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;a href=&quot;https://www.commerce.gov/news/press-releases/2021/12/commerce-acts-deter-misuse-biotechnology-other-us-technologies-peoples&quot; target=&quot;_blank&quot;&gt;stated&lt;/a&gt;
Gina M. Raimondo, US Secretary of Commerce, in a news statement announcing the
penalties.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; text-align: justify; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;Unfortunately,
the &lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;[People&#39;s Republic of China]&lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt; has chosen to employ this technology to
maintain control over its citizens and suppress members of ethnic and religious
minorities.&quot;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span face=&quot;&amp;quot;Arial&amp;quot;,sans-serif&quot; style=&quot;font-size: 16pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/07/Chinese-AI-can-assess-party-members-allegiance.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_tDy6Z5IkiZBMAOKvMtCGOWs1zkCE7-liM91qhAOn6Y78Bhe6a789sCsMVtx6W51fdi0QM7TkU2546FGw0S49dLuFMkIgE3v2ZrxLBrVw--i1QyocElw6NgS-AxAy3R1_KRTtLmKm8tjr1i8eGAefFlEutUThVud8dPATkln9mhJBaqTJyLSZ-IJS-Q/s72-c/Chinese%20AI%20can%20detect%20loyalty.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-39388989208276191</guid><pubDate>Sun, 03 Jul 2022 17:50:00 +0000</pubDate><atom:updated>2022-07-20T10:14:08.169-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Research</category><title>Humans Can Feel What Robots Do—And Robots Can Feel What Humans Feel</title><description>&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;The combination of soft materials, sensors, and flexible electronics is bringing robotic &quot;skin&quot; closer to reality than ever before.&lt;/span&gt;&lt;/h2&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Having tens of millions of nerve endings that can detect temperature and touch, human skin is soft, stretchable, and pleasant. As a result, it is a fantastic tool for sensing and reacting to the cutaneous environment. For the last 40 years, engineers have tried to nurture similar skills in an artificial model, but their efforts have always failed due to the suppleness and adaptability of living skin. However, new research is now introducing more abilities and challenges to bring the industry closer to its goal: e-skin, or e-skin, with applications ranging from covering robots to bonding wearable to humans. These devices may eventually enable remote control of robots and the ability to &quot;feel&quot; the signals they pick up. &lt;a href=&quot;https://www.scientificamerican.com/article/electronic-skin-lets-humans-feel-what-robots-do-mdash-and-vice-versa/&quot; target=&quot;_blank&quot;&gt;Read More&amp;gt;&amp;gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;According to Ravinder Dahiya, professor of electronics and nanoengineering and director of the College of Glasgow&#39;s Digital Bending and Sensing Applied Sciences Group, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;we began seeing certain touch sensors that you might term a rudimentary form of the skin&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; in the 1980s. In the middle of the 1980s, the first so-called versatile sensor arrays were created. One such array used Kapton film, a flexible but non-stretchable film developed in the 1960s, to aid in the coupling of infrared sensors and detectors. A simple robotic arm had this &quot;skin&quot; wrapped over it, allowing the arm to &quot;dance&quot; with a person ballerina if she was within 20 cm of it. It could feel the ballerina&#39;s movements and respond by automatically changing the ballerina&#39;s movements.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJHfpAlMS6IGAYONnsdjNSilATd265SEZsJlsqyYYgtPcdXG36P_XfMTmQK2dKd05Ptx0xruFZTHrFwjeTXVV29j8FfehYBntz5a8-zbYGKvZr3zAsfVVtjlRm_kjGrksG_0mc_A-QBPGbt1WA7Ar6wYC1f-J33UwrcAmEqUZaYrIgZyoj9pNTETHnJQ/s850/The%20combination%20of%20soft%20materials-sensors.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;ByteHook&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJHfpAlMS6IGAYONnsdjNSilATd265SEZsJlsqyYYgtPcdXG36P_XfMTmQK2dKd05Ptx0xruFZTHrFwjeTXVV29j8FfehYBntz5a8-zbYGKvZr3zAsfVVtjlRm_kjGrksG_0mc_A-QBPGbt1WA7Ar6wYC1f-J33UwrcAmEqUZaYrIgZyoj9pNTETHnJQ/s16000/The%20combination%20of%20soft%20materials-sensors.png&quot; title=&quot;Artificial Skin Gives Robots Sense of Touch&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;An electronic skin placed on human skin decodes the surface electromyography signals for remote robotic control.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Credit: Wei Gao/California Institute of Technology&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Moreover, compared to the abilities of biological skin, these abilities were quite basic. The electronics and materials that were available throughout the first decade of the twenty-first century have improved to become softer, more flexible, and most importantly, stretchy. According to Dahia, these improvements have made it possible for scientists to integrate new sensors and electronics into a fully-fledged dermal system. This approach includes a skin-like basis that can bend and stretch, as well as an influence supply, several sensors, and channels for transmitting sensor data to a central CPU.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The first sensors created for this kind of system were contact and temperature sensors. A biomedical engineer at Caltech named Wei Zhao made the decision to try combining these sensors with others that could identify chemical substances. According to Zhao, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;We sought to build a robotic skin with the capacity to physically detect, which is what humans currently do.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Additionally, we wanted to give it a powerful chemical sense. &lt;a href=&quot;https://www.science.org/doi/10.1126/scirobotics.abn0495&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Science Robotics&lt;/b&gt;&lt;/a&gt; published an article on the work his team did earlier this month.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Zhao&#39;s team layered specialized ink made from nanomaterials—a combination of minuscule bits of metal, carbon, or other compounds—within a cozy hydrogel foundation using an inkjet printer. Gao&#39;s team has created skins that can detect explosives, nerve agents like those used in chemical warfare, and even viruses like the COVID-19 virus by printing with several nanomaterials that are each tailored to detect a specific chemical. Additionally, the researchers included pre-made temperature and strain sensors. The resulting digital skin resembles a transparent bandage with metallic patterns engraved onto its surface.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;b&gt;Check out their video presentation:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;iframe allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/DJi_-BLR2d4&quot; title=&quot;YouTube video player&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; letter-spacing: 0.13px; text-align: start;&quot;&gt;&lt;span style=&quot;color: #656565; font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;This skin is capable of more than just sensing its environment. Additionally, Gao adds, &quot;We want to ensure that human-machine contact may be shared.&quot; The team created artificial intelligence software to enable communication between two digital skin patches—one on a robot and one on a human—to do this. The process of printing skin is scalable, so the researchers were able to print a patch the size of a human forearm and a patch the size of a finger for a robotic hand. This skin gave the robot the ability to &quot;feel&quot; how firmly it is holding something and determine if it is covered in certain chemicals. People now can remotely control a connected robotic device and monitor electrical signals from the device if it detects certain chemical substances. According to the researchers, this interaction might one day enable the robots to confront a human control system, like a physical avatar, in unfriendly places.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;In order to process the data from the digital skin sensor, the Gao project needs an external system. For sensing, stability, and wireless transmission of sensor data to a nearby computer or smartphone for collection and processing, many layers of metallic ink have been used. However, it is not the only way a robot may research the information it gathers. Numerous research facilities are working on skins that can disclose information on their own, much as the human nervous system does.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Two other publications from Science Robotics, both released this month, detail how Suburb utilized human skin as an inspiration to process its digital skin data. He claims that &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;we can establish something like a peripheral nervous system&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; by using digital building elements like transistors and capacitors. Before being sent to a central processor in his system, the signal from the sensors must meet a certain threshold. This lessens the amount of information that is sent out at any one moment. Dahia says, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;You can not transfer an infinite amount of data.&quot; &quot;You need to make certain arrangements so that the data can wait in the queue and the one at the front can wait if you want to transmit enormous data.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Suburban refers to a touch sensor created by his team that helps robotic skin detect and learn by using small transistors, devices that control the flow of electrical current to and from various digital components. The robot &quot;feels&quot; the strain when the transistors inside the skin are squeezed since this changes &quot;the electrical&quot; presence. It could eventually modify its reactions based on how much tension is being felt. All of these transistors can learn and adapt, he claims, and are similar to neurons. He claims that since the skin learns the automatic equivalent of pain, it will not send the signal until it experiences anything &quot;painful.&quot;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;E-skins may be used for a variety of things, including remote control of robots and programming them to adapt to their surroundings. Carmel Magidi, a mechanical engineer at Carnegie Mellon University, adds, &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;I believe a lot of the prospects are not for robots.&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Her team develops pleasant accessories for human-compatible gadgets. Majidi believes that digital skins would make excellent sensors for robots as well as for odd problems. They will end up serving as the model for pleasant and adaptable touch pads for interactive digital devices, such as interactive clothing or furniture that can sense temperature extremes and other environmental factors. These skins will be useful in medicine as well. According to Majidi, the concept is to use these robot skins as body stickers so that you can rapidly monitor your vital signs.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The current e-skin prototypes still need improvements in terms of industrial applications. Zhao points up the need for durability. Numerous developments have occurred. People do come rather near, he claims. However, one of the main issues with [electronic skins] is their durability and dependability over prolonged use. Zhao asserts that despite these difficulties, robotic leathers may be used in industrial settings during the next five years.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;Robot skin is not really the limiting element since these technologies already exist. In terms of commercial accessibility, I believe there is greater demand. Robots are still absent from most houses. With all of the potential uses for e-skin &quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;, he asserts that it is crucial to work with Events beyond the engineering field. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;&quot;People who are not robotics, and they are not engineers, should not feel that there are difficult barriers to getting involved in this field,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Majidi says, implying that potential collaborators could be people wearing a prosthetic who might be fitted with digital skin sensors or those who have a chronic illness who might benefit from continuous monitoring through a wearable patch.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Check out the Caltech Website for future inquiries:&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&amp;lt;&amp;lt;&lt;a href=&quot;https://www.caltech.edu/about/news/artificial-skin-gives-robots-sense-of-touch-and-beyond&quot; target=&quot;_blank&quot;&gt;Artificial Skin Gives Robots Sense of Touch and Beyond&lt;/a&gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;</description><link>https://bytehook.blogspot.com/2022/07/Humans-Can-Feel-What-Robots-Do-And-Robots-Can-Feel-What-Humans-Feel.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJHfpAlMS6IGAYONnsdjNSilATd265SEZsJlsqyYYgtPcdXG36P_XfMTmQK2dKd05Ptx0xruFZTHrFwjeTXVV29j8FfehYBntz5a8-zbYGKvZr3zAsfVVtjlRm_kjGrksG_0mc_A-QBPGbt1WA7Ar6wYC1f-J33UwrcAmEqUZaYrIgZyoj9pNTETHnJQ/s72-c/The%20combination%20of%20soft%20materials-sensors.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-8214407706242192861</guid><pubDate>Sat, 02 Jul 2022 14:31:00 +0000</pubDate><atom:updated>2022-07-04T09:46:47.750-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Environment</category><title>Nepal intends to relocate Everest&#39;s base camp away from a glacier.</title><description>&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;According to the BBC, Nepal is
shifting the Everest base camp away from the melting Khumbu glacier.&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;&lt;a href=&quot;https://onlinelibrary.wiley.com/doi/full/10.1111/gto.12215&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Research&lt;/span&gt;&lt;/a&gt;
demonstrates that the Khumbu glacier is quickly &lt;a href=&quot;https://insideclimatenews.org/news/26112018/mount-everest-photos-world-highest-glacier-climate-change-khombu-icefall-climbing-route/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;thinning&lt;/span&gt;&lt;/a&gt;
as a consequence of the changing environment. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“We witness increasing rock falls
and moving of melt-water on the surface of the glaciers that may be hazardous,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;
Scott Watson, a researcher at the University of Leeds who studies glaciers, &lt;a href=&quot;https://www.bbc.com/news/science-environment-61828753&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;told the BBC&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;.&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUdoUIS5VNAz4SwM4ZoM-TCUmltoQ2HE9a2lZYRech1VpuTj_2dDJ0sCP0UPMF4WHbj8qihm2_C_Y0AtXuuTKor0wPXSXcw3PJfCVVop2LXjQNk3KVwplvwH7wxYao4EaDQV8qw0q-q3NlAQEmdUbo1RgxuEARVDtYdfBQYDvR4N5zOJ_AE4lYN4tj7w/s850/Nepal%20is%20planning.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Everest base&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUdoUIS5VNAz4SwM4ZoM-TCUmltoQ2HE9a2lZYRech1VpuTj_2dDJ0sCP0UPMF4WHbj8qihm2_C_Y0AtXuuTKor0wPXSXcw3PJfCVVop2LXjQNk3KVwplvwH7wxYao4EaDQV8qw0q-q3NlAQEmdUbo1RgxuEARVDtYdfBQYDvR4N5zOJ_AE4lYN4tj7w/s16000/Nepal%20is%20planning.png&quot; title=&quot;Everest base camp&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The existing base camp position is getting destabilized by
the ice melt and is no longer safe. Climbers claim fissures form in the ground
overnight, and guides say they anticipate additional avalanches and ice falls
at the present position coming ahead. The new campsite will be roughly 200 to
400 m away lower in height — and in a position where there isn’t year-round
ice.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Climate change isn’t the only contributing element, though:
the sheer volume of people traveling through the base camp contributes to the
instability. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous; font-size: medium;&quot;&gt;“For illustration, we identified that individuals urinate roughly
4,000 liters at the base camp every day,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt; Khimlal Gautam, a member of the
organization that urged the action, told the BBC.&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt; “And the vast quantity of
fuels like kerosene and gas we consume there for preparing food and heat will
undoubtedly have repercussions on the glacier’s ice.”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbKnq1W1Z3cseJ0VJ-fZJ0ZqkhrfJ3Kkb_GptUTzpqMPyuElmsDRBJP2rYwKm1rrxKGKcJw1gld3Ru4MJ0rS90dIddNiTB8TpJhuVV8LzRRp0iflYCbN3nc1kWieLdo9IiRmslAhvGFdgagMUnTH3yLSbxuyEf6gIqQ0XYFHdxYDEKy6n6tlhl1yCKjg/s850/base%20camp.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Relocating base camp&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbKnq1W1Z3cseJ0VJ-fZJ0ZqkhrfJ3Kkb_GptUTzpqMPyuElmsDRBJP2rYwKm1rrxKGKcJw1gld3Ru4MJ0rS90dIddNiTB8TpJhuVV8LzRRp0iflYCbN3nc1kWieLdo9IiRmslAhvGFdgagMUnTH3yLSbxuyEf6gIqQ0XYFHdxYDEKy6n6tlhl1yCKjg/s16000/base%20camp.png&quot; title=&quot;Relocating base camp&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Situations on Everest are progressively worsening
throughout, not even at the base camp. Other glaciers are &lt;a href=&quot;https://www.cnn.com/2022/02/03/asia/mount-everest-climate-ice-glacier-melt-intl/index.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;melting&lt;/span&gt;&lt;/a&gt;,
shedding ice in a few years that took hundreds of years to form. It’s
continuing to make the ascent &lt;a href=&quot;https://www.climbing.com/news/climate-change-on-mount-everest-old-bodies-and-new/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;exceedingly risky&lt;/span&gt;&lt;/a&gt;. The melting is also &lt;a href=&quot;https://www.vice.com/en/article/bjwvd3/mount-everest-is-melting-revealing-tons-of-garbage-and-human-bodies-environment-climate-change&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;exposing&lt;/span&gt;&lt;/a&gt;
the ice, dead remains of prior climbers, and mounds of trash.&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Rubik; font-size: x-small;&quot;&gt;Stay with our more discussion on the &lt;a href=&quot;https://bytehook.blogspot.com/search/label/Environment&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Environment&lt;/span&gt;&lt;/a&gt;.&lt;span&gt;&lt;!--more--&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/07/Nepal-intends-to-relocate-Everests-base-camp-away-from-a-glacier.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUdoUIS5VNAz4SwM4ZoM-TCUmltoQ2HE9a2lZYRech1VpuTj_2dDJ0sCP0UPMF4WHbj8qihm2_C_Y0AtXuuTKor0wPXSXcw3PJfCVVop2LXjQNk3KVwplvwH7wxYao4EaDQV8qw0q-q3NlAQEmdUbo1RgxuEARVDtYdfBQYDvR4N5zOJ_AE4lYN4tj7w/s72-c/Nepal%20is%20planning.png" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Nepal</georss:featurename><georss:point>28.394857 84.124007999999989</georss:point><georss:box>0.084623163821152758 48.967757999999989 56.70509083617884 119.28025799999999</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-7931937699269315794</guid><pubDate>Fri, 01 Jul 2022 13:51:00 +0000</pubDate><atom:updated>2022-07-02T11:49:52.651-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Research</category><title>Hermès Handbags are made from this mushroom leather.</title><description>&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;/h2&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Josefin Sans;&quot;&gt;A bioreactor-created substance is being touted as an
animal-friendly leather substitute that will also help save the earth.&lt;/span&gt;&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;The biotechnology business is growing into the fashion
industry, with investors supporting leather alternatives derived from
mushrooms, animal cells, or yeast-produced recombinant collagen. On January 13,
MycoWorks &lt;a href=&quot;https://www.prnewswire.com/news-releases/mycoworks-raises-125-million-series-c-financing-to-fund-mass-production-of-fine-mycelium-301460154.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;&lt;b&gt;announced&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
a $125 million round of investment to build a full-scale manufacturing factory
in South Carolina to produce a leather substitute from Ganoderma lucidum
mycelium. This follows a $7 million investment in VitroLabs, which produces
hide from animal cell cultures, last year.&lt;/span&gt;&lt;span style=&quot;font-family: Courgette; font-size: 18pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;We have certainly seen an inflow of biotech firms
formed in the fashion and materials arena in the past couple of years,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Courgette;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;says
Fiona Mischel, head of international outreach at Built with Biology (formerly
SynBioBeta) in London.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Courgette;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; font-family: Georgia, serif; font-size: 18pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfB4gEVXfU8tYVOF2mcsRc0n3mflrnCMBxQvlc5Ky81Ok-ZDQmwSz_kamSkxBnm9kb26IEyj3def_2Iyc5Npm7v4eiV0RzA6PK3KUswc6bW9-yJJtkX6-eGRM64T4Na5XKq4tdJY0n9bYr0IQBEnAl-oeB5wZebxvZinr2cgvr4iN3qr3r52-PTIkATA/s850/Handbag%20murshroom.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;img alt=&quot;Mushroom Leather&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfB4gEVXfU8tYVOF2mcsRc0n3mflrnCMBxQvlc5Ky81Ok-ZDQmwSz_kamSkxBnm9kb26IEyj3def_2Iyc5Npm7v4eiV0RzA6PK3KUswc6bW9-yJJtkX6-eGRM64T4Na5XKq4tdJY0n9bYr0IQBEnAl-oeB5wZebxvZinr2cgvr4iN3qr3r52-PTIkATA/s16000/Handbag%20murshroom.png&quot; title=&quot;Mushroom Leather&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #656565; font-family: Benton, Helvetica, Arial, sans-serif; font-size: 12px; letter-spacing: 0.13px; text-align: start;&quot;&gt;Made with reishi. Credit: MycoWorks&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;&quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;Their vision is to reimagine the fashion business with
sustainable materials,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;she explains. According to these firms, cowhide
and contemporary false, fossil fuel-based equivalents are poisonous and
wasteful. Leather manufacturing necessitates the growing and butchering of
animals, which has a significant environmental impact, and the tanning process
often employs harmful chemicals like chromium. Because biotech leather does
not need to be polished in the same manner as traditional leather, fewer
chemicals are utilized. And today&#39;s imitation leather, or &quot;pleather,&quot;
is not only created with synthetic polymers derived from nonrenewable fossil
fuels, but it is also not easily biodegradable.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif; font-size: 18pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;As a result, biotech entrepreneurs are stepping into the
leather replacement market, using a variety of innovative biotech technologies
(See table). To simulate leather, one approach grows mushrooms on a substrate
(such as agricultural waste, maize cobs, hemp hurds, paper pulp waste, rice
hulls, or sawdust) under precisely regulated environmental conditions. Another
method involves growing mammalian cells into leather-like sheets. Another
method involves genetically engineering bacteria to make collagen, which is
subsequently converted into textile fibers. Many bio-based materials have
similar qualities and look to leather, enabling designers to use them in place
of animal leather.&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;VitroLabs, for example, creates its product from cells. Scientists
encourage unknown immortalized cell lines to thrive in a nutrient-rich
environment in their technique. Cells generate tissue with the intricacy of
actual animal skin using scaffolds, eliminating the need to kill animals. The
method is similar to that employed in the cultured meat business, in which cell
lines derived from animal muscle are cultivated in bioreactors and coupled with
biocompatible scaffolds for cell development and maturation to create an edible
meat replacement. VitroLabs will benefit from advances and investment in the food
side of this business, which is decreasing the cost of the growing medium and
pushing scaffold innovation.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;background: white; font-family: Georgia, serif; font-size: 18pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; font-size: 13.5pt;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: Georgia, serif; font-size: 18pt; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmFCydDks34Pe8k6Nijx28oF2IJj5r66yZv3_BXkNaJrKOHiae2xy8FuLXOxYwLTlavcRkYpnv_DJo4rNWNR9pqNSv5qz004nQJr2YsyqjZp2yhCMvXprrIdMk-EPEhyfxl2OnbXGTHZ_wDcCHg6tVXoRIH8-Y0pj9xeqhkWdoaTlJMGD1m1vgPLvkPQ/s850/murshroom.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;img alt=&quot;Mushroom leather fashion&quot; border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmFCydDks34Pe8k6Nijx28oF2IJj5r66yZv3_BXkNaJrKOHiae2xy8FuLXOxYwLTlavcRkYpnv_DJo4rNWNR9pqNSv5qz004nQJr2YsyqjZp2yhCMvXprrIdMk-EPEhyfxl2OnbXGTHZ_wDcCHg6tVXoRIH8-Y0pj9xeqhkWdoaTlJMGD1m1vgPLvkPQ/s16000/murshroom.png&quot; title=&quot;Mushroom leather fashion&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Georgia, serif; font-size: 12px; letter-spacing: 0.13px;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, serif; letter-spacing: 0.13px;&quot;&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;Mushroom-based leather. Credit:&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.gettyimages.com/detail/photo/innovative-vegan-leather-belt-made-from-mycelium-royalty-free-image/1357500951&quot; style=&quot;border-bottom: 1px dotted rgb(101, 101, 101); box-sizing: inherit; font-family: Benton, Helvetica, Arial, sans-serif; letter-spacing: 0.13px; text-decoration-line: none;&quot; target=&quot;_blank&quot;&gt;los_angela/Getty Images&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;p style=&quot;font-family: Georgia, serif; font-size: 18pt;&quot;&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Other businesses are identifying proteins that can be
connected to make biomaterials with characteristics comparable to leather
rather than utilizing complicated cell culture techniques. Hide Biotech in
London creates a leather substitute for isolated collagen proteins. Scales,
skin, and other fish debris provide the proteins. The company&#39;s proprietary
enzymatic and chemical technique aids in the formation and strengthening of a
protein network into a transparent substance. According to Yudi Ding,
co-founder of the firm, dyes and fat liquors may be added to the material as it
is created, eliminating the need for a separate dying or tanning procedure.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Several businesses are using biological techniques to
manufacture leather alternatives. MycoWorks, for example, cultivates the fungus
G. lucidum in trays of sawdust the size of half a cowhide. Researchers use
patented methods to persuade the fungus to grow and branch into thread-like
filamentous structures called hyphae (together referred to as mycelium) by
regulating temperature, humidity, carbon dioxide levels, and other
characteristics of the fungus&#39;s environment. According to the business, the
fungus colonizes the trays, resulting in a material that looks and feels like
leather thanks to an unknown unique method. MycoWorks said last year that it
has teamed with Hermès, a high-end leather goods maker, to provide the material
for the Victoria luxury handbag, which is set to hit stores this year.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;In Arequipa, Peru, Le Qara ferments a consortium of natural,
unknown microorganisms to make a biopolymer, which it then formulates into a
textile with qualities akin to leather using an undisclosed technique.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;According to Jacqueline Cruz, co-founder of Le Qara, the
biomaterial can withstand the high heat and pressures used by machines to
polish animal leather. All of these technologies are innovative, but they all
confront the same core challenge: replicating the quality and feel of genuine
animal leather. The fashion sector has very stringent standards.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&quot;Nobody
is prepared to forgo quality and performance for sustainability,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Courgette;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;says
MycoWorks CEO Matt Scullin. &quot;The original performance material is animal
leather.&quot; It boasts a very unusual mix of hand feel, warmth,
breathability, beauty, and durability. When all of these qualities are
combined, we get the emotional reaction that leather provides. It is very
strong and precious.&lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt; &quot;As a result, the bar is set exceedingly high,&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;he explains. &lt;/span&gt;&lt;span style=&quot;font-family: Courgette;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;Many in the biotech industry claim that their fabrics reach
or come close to meeting the high standard for leather. They also want biotech
leather to outperform plant-based leather alternatives such as cactus, pineapple,
seaweed, and apple peels. Vartest, an independent testing company, has received
MycoWorks&#39; material.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;This material, according to MycoWorks, meets the performance
standards of cowhide in terms of durability, color fastness, and tensile
strength. Aside from the realistic feel and quality of the material, biotech
leather producers must also overcome the difficulty of mass-producing their
fabrics at a price competitive with animal leather. That is not a simple task
for businesses experimenting with the delicate biology of live objects or
cultured cells. Historically, competing with fossil fuels has proven too
difficult for life. Many firms attempted to create biofuels from algae in the
mid-2000s but came into roadblocks when attempting to scale up at a price
point competitive with crude oil. Amyris, a pioneer in that industry,
eventually shifted to genetically altered yeast, which produces high-value
specialty compounds for perfumes, cosmetics, food and drinks, and medicines. These
items have pricing values that correspond to the amount of manufacturing that
biology enables. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Alternative leather businesses have already changed
direction. According to Anna Bakst, the company&#39;s CEO, who first joined the
board of directors in 2017 after it changed directions, Modern Meadow was
founded in 2012 with the intention of growing animal hide in the lab by
culturing mammalian cells. However, the company changed its focus when it
realized that producing a high-quality material at scale would require too much
time and money.&lt;/span&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Lobster; font-size: large;&quot;&gt;Now&lt;/span&gt;&lt;span style=&quot;font-family: Courgette; font-size: large;&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Rubik; font-size: medium;&quot;&gt;the business purchases proteins from plants. Because we
are using existing infrastructures and know-how, she claims that this method of
doing business is more sustainable. According to Bakst, the platform also helps
the business to develop more swiftly in order to satisfy the needs of apparel
manufacturers. Fashion develops more swiftly than [biotech] R&amp;amp;D, according
to the expert. &lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif; font-size: large;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Modern Meadow intends to use their combination of
plant-based polymers in a variety of fabrics, including ones that resemble
leather. Following a $130 million round of venture funding, the business
declared a joint venture with Italian textile manufacturer Limonta in October
of last year.&lt;/span&gt;&lt;span style=&quot;font-family: Courgette;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Beyond scalability and performance issues, leather
replacement businesses also face opposition from the animal leather industry,
which has campaigned vehemently to prevent the use of the word
&quot;leather&quot; for anything that does not originate from an animal. At
Hide Biotech, Ding explains,&lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt; &quot;We may say it is &#39;influenced by leather,&#39;
&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;but we avoid calling the substance &#39;leather,&#39; since I fear it will spark the
leather industry.&quot; In fact, in response to the demands of the animal
sector, a number of European nations have prohibited the use of the phrases
&quot;hide&quot; or &quot;leather&quot; for non-animal textiles.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;So the obstacles confronting biotech leather are enormous,
but the sustainability argument is on their side. Raising cows and other
animals for their meat and skins &lt;a href=&quot;https://www.nytimes.com/2021/11/17/climate/leather-seats-cars-rainforest.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #990000;&quot;&gt;contributes
to deforestation&lt;/span&gt;&lt;/b&gt;&lt;/a&gt; when forest area is converted to pasture. The procedure
for cleaning and tanning hides creates waste and effluent &lt;a href=&quot;https://www.sciencedirect.com/topics/earth-and-planetary-sciences/leather-industry&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #990000;&quot;&gt;containing
harmful chemicals&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;. Plus, a hide is typically obtained, tanned, and polished
at numerous sites throughout the globe, sending it traveling tens of thousands
of kilometers before it reaches the buyer.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;International climate change treaties and new legislation
may force fashion businesses toward more sustainable materials. For example,
the New York state in January presented legislation that would compel
businesses to trace their supply chains and publish an environmental
sustainability impact report. Beyond the ecological argument, fashion designers
may come to realize that they just need alternatives.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;“The leather supply
chain was nearing its limits—and this precedes the pandemic,”&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;adds Scullin of
MycoWorks. The availability of the substance fluctuates from season to season,
especially since it’s a co-product of the cattle sector. Purchasers of leather
don’t have control over what they’re going to receive, he argues. &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;“So the
industry,” &lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;he says,&lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt; “is looking at its supply chains and trying to figure out
where they’re going to acquire high-quality materials over the next 20 or 30
years.”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background: white; font-family: Georgia, serif; text-align: justify; vertical-align: baseline;&quot;&gt;





















&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt;Biotech provides not simply an alternative that resembles
leather, but a potential to accomplish more with a textile.&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;“It’s one thing to
have a material, but it’s another thing to take that and continue to enhance
that material and develop that material so that you can fulfill the diverse
demands of the brands,”&lt;/span&gt;&lt;span style=&quot;font-family: Rubik;&quot;&gt; says Bakst of Modern Meadow. Adds Scullin:&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;“We’re
particularly enthusiastic about the possibility to further modify the biology to
open up new functions that leather does not have.”&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Righteous;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;/h4&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Poppins;&quot;&gt;This item is copied and was &lt;a href=&quot;https://www.nature.com/articles/s41587-022-01258-6&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #990000;&quot;&gt;originally published&lt;/span&gt;&lt;/a&gt;
on March 16th,&amp;nbsp;2022.&lt;/span&gt;&lt;span style=&quot;font-family: Amaranth;&quot;&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/h4&gt;&lt;em style=&quot;font-family: Georgia, serif; font-size: 18pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/em&gt;&lt;p style=&quot;font-family: Georgia, serif; font-size: 18pt;&quot;&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;p align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0in; mso-outline-level: 1; text-align: center; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;color: #1a1a1a; font-family: &amp;quot;Georgia&amp;quot;,serif; font-size: 20pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/06/Handbags-are-made-from-mushroom-leather.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfB4gEVXfU8tYVOF2mcsRc0n3mflrnCMBxQvlc5Ky81Ok-ZDQmwSz_kamSkxBnm9kb26IEyj3def_2Iyc5Npm7v4eiV0RzA6PK3KUswc6bW9-yJJtkX6-eGRM64T4Na5XKq4tdJY0n9bYr0IQBEnAl-oeB5wZebxvZinr2cgvr4iN3qr3r52-PTIkATA/s72-c/Handbag%20murshroom.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-2141770089076766086</guid><pubDate>Sat, 25 Jun 2022 08:30:00 +0000</pubDate><atom:updated>2022-06-27T06:23:10.403-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Science</category><title> NASA loses two weather satellites when Astra rocket launch fails to deliver them to orbit </title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span id=&quot;preview&quot; style=&quot;opacity: 1;&quot;&gt;NASA loses &lt;b class=&quot;qtiperar&quot; style=&quot;cursor: pointer;&quot; title=&quot;2|two|a pair of&quot;&gt;two&lt;/b&gt; weather satellites &lt;b class=&quot;qtiperar&quot; style=&quot;cursor: pointer;&quot; title=&quot;after|when|once&quot;&gt;when&lt;/b&gt; Astra rocket launch fails to deliver them to orbit&lt;/span&gt;&lt;/h2&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTbxTWVi9LpSfqrQwfxrtD7FOhM_LBNzNERgEnvZIOD3goP5ZrAc-x0SK98yfcX9A5HwMqH6z91N0t03clpXKBg-N0SN9Ek71KmcBlpN7aJNT9kMOOojzOYOGn4-OxgdC4oh7O4Zsp3YNQpqonGqE7tb3N3I7MDHLS3Y5d7tmawjble39iiPHe0DkI6w/s850/Nasa%20topic%20on%20astra.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;850&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTbxTWVi9LpSfqrQwfxrtD7FOhM_LBNzNERgEnvZIOD3goP5ZrAc-x0SK98yfcX9A5HwMqH6z91N0t03clpXKBg-N0SN9Ek71KmcBlpN7aJNT9kMOOojzOYOGn4-OxgdC4oh7O4Zsp3YNQpqonGqE7tb3N3I7MDHLS3Y5d7tmawjble39iiPHe0DkI6w/s16000/Nasa%20topic%20on%20astra.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Astra space company&#39;s rocket failed to send two NASA weather-tracking satellites to orbit after its second-stage engine went down prematurely.&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;BLOG_video_class&quot; height=&quot;377&quot; src=&quot;https://www.youtube.com/embed/HztFm2XGO7s&quot; width=&quot;652&quot; youtube-src-id=&quot;HztFm2XGO7s&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;p style=&quot;text-align: left;&quot;&gt;Astra&#39;s Launch Vehicle 0010 (LV0010) lifted off from Florida&#39;s Cape Canaveral Space Force Station at 1:43PM ET, but failed around 10 minutes later due to an upper-stage problem.&lt;/p&gt;&lt;p&gt;The launch was part of NASA&#39;s plan to deploy six TROPICS satellites into space – these little, foot-long CubeSats are designed to assist NASA track emerging tropical storms.&lt;/p&gt;&lt;p&gt;CubeSats are low-cost satellites that are typically manufactured by college and university researchers.&lt;/p&gt;&lt;p&gt;
  &lt;blockquote class=&quot;twitter-tweet&quot; data-conversation=&quot;none&quot; data-theme=&quot;dark&quot;&gt;&lt;p lang=&quot;en&quot; dir=&quot;ltr&quot;&gt;We had a nominal first stage flight. The upper stage shut down early and we did not deliver the payloads to orbit. We have shared our regrets with &lt;a href=&quot;https://twitter.com/NASA?ref_src=twsrc%5Etfw&quot;&gt;@NASA&lt;/a&gt; and the payload team. More information will be provided after we complete a full data review.&lt;/p&gt;&amp;mdash; Astra (@Astra) &lt;a href=&quot;https://twitter.com/Astra/status/1536046415679393793?ref_src=twsrc%5Etfw&quot;&gt;June 12, 2022&lt;/a&gt;&lt;/blockquote&gt; &lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

 &lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&quot;The upper stage shut down early, and we were unable to transfer the payloads to orbit,&quot; &lt;a href=&quot;https://astra.com/missions/&quot; target=&quot;_blank&quot;&gt;Astra&lt;/a&gt; said on Twitter. &quot;We have apologized to @NASA and the payload crew.&quot; In a Twitter thread, Thomas Zurbuchen, the associate administrator for NASA&#39;s science division, recognized the failed launch but remained positive, adding that it still &quot;provided a tremendous chance for new science and launch capabilities.&quot;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://www.floridatoday.com/story/tech/science/space/2022/06/12/after-cape-canaveral-launch-astra-rocket-fails-put-nasa-payloads-orbit/7602496001/&quot; target=&quot;_blank&quot;&gt;It is unknown when or if NASA intends to launch the other TROPICS satellites with Astra,&lt;/a&gt; or whether the two losses will be replaced. When contacted for comment, NASA sent. Update on its website, saying that Astra and the Federal Aviation Administration are looking into the event. Until NASA says it &quot;would offer any expertise required,&quot; it &quot;would anticipate the launch with Astra to be paused while an inquiry is undertaken.&quot;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Astra first &lt;b&gt;teamed up&lt;/b&gt; with NASA in February to &lt;b&gt;send&lt;/b&gt; a &lt;b&gt;group&lt;/b&gt; of CubeSats &lt;b&gt;into&lt;/b&gt; space, marking its first launch &lt;b&gt;from&lt;/b&gt; Cape Canaveral. However, &lt;a href=&quot;https://www.theverge.com/2022/2/10/22922010/astra-launch-failure-cape-canaveral-florida-nasa-elana-41&quot; target=&quot;_blank&quot;&gt;Astra lost &lt;b&gt;its&lt;/b&gt; payload after the rocket appeared&lt;/a&gt; to spin out of control after launch. 
 &lt;b&gt;To date,&lt;/b&gt; Astra has only &lt;b&gt;made&lt;/b&gt; two successful  launches out of &lt;b&gt;a total of&lt;/b&gt; seven &lt;b&gt;-&lt;/b&gt; the company &lt;b&gt;launched its first&lt;/b&gt; orbit  last November and successfully deployed a &lt;a href=&quot;https://www.thehindu.com/sci-tech/science/astras-nasa-mission-suffers-engine-failure-loss-of-two-weather-satellites/article65523286.ece&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;customer satellite&lt;/b&gt; into &lt;b&gt;orbit. religion&lt;/b&gt; in March&lt;/a&gt;. A &lt;b&gt;variety&lt;/b&gt; of &lt;b&gt;problems have affected&lt;/b&gt; other &lt;b&gt;Astra&lt;/b&gt; launches,  from problems with &lt;b&gt;the navigation&lt;/b&gt; system to engine failure.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;em style=&quot;background-color: white; box-sizing: border-box; color: #424242; font-family: Helvetica, sans-serif; font-size: 18px; line-height: inherit; margin: 0px; padding: 0px; text-decoration-line: inherit; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: 700; line-height: inherit; margin: 0px; padding: 0px; text-decoration: inherit; vertical-align: inherit;&quot;&gt;Update June 13th, 9:29AM ET:&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;em style=&quot;background-color: white; box-sizing: border-box; color: #424242; font-family: Helvetica, sans-serif; font-size: 18px; line-height: inherit; margin: 0px; padding: 0px; text-decoration-line: inherit; vertical-align: inherit;&quot;&gt;Updated to add an additional statement from NASA.&lt;span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/06/NASA-loses-two-weather-satellites-when-Astra-rocket-launch-fails-to-deliver-them-to-orbit.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTbxTWVi9LpSfqrQwfxrtD7FOhM_LBNzNERgEnvZIOD3goP5ZrAc-x0SK98yfcX9A5HwMqH6z91N0t03clpXKBg-N0SN9Ek71KmcBlpN7aJNT9kMOOojzOYOGn4-OxgdC4oh7O4Zsp3YNQpqonGqE7tb3N3I7MDHLS3Y5d7tmawjble39iiPHe0DkI6w/s72-c/Nasa%20topic%20on%20astra.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-4589223323617017691</guid><pubDate>Thu, 23 Jun 2022 07:52:00 +0000</pubDate><atom:updated>2022-06-25T07:12:06.199-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Technology</category><title>Microsoft discloses the scope of Russian hacking strikes on Ukraine allies</title><description>&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-size: large;&quot;&gt;According to Microsoft, Russian hackers have conducted cyber strikes on targets in 42 nations associated with Ukraine since Vladimir Putin&#39;s campaign started.&lt;/span&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/h2&gt;&lt;p&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Microsoft says that several European countries still have &quot;serious collective defensive deficiencies.&quot;&lt;/b&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;According to the technological behemoth, hacking efforts were successful 29% of the time, and data was taken in at least a quarter of the successful network incursions.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;It stated that over two-thirds of the targets were NATO allies, with the US being the primary focus.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://news.sky.com/story/ukraine-news-live-ukrainian-journalist-coldly-executed-near-kyiv-american-killed-while-fighting-russian-politicians-denied-british-visas-12541713&quot; target=&quot;_blank&quot;&gt;Putin&#39;s power in Russia is &#39;eroding,&#39; according to the most recent Ukraine conflict reports.&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFTjLExh-80Ehfq_hb1jW8ZuREEHghRWrqN1JPnrKswZzFogrhAPtApnYMFNtnRezUPOSawtlEBQ0vVD1HM3txAagQ8aK4Ox-isDoUGPRu7UaPYIuGeejhl9Ap1zywExdc47DsNe7VkUymsxlLWXbLz6-DNzGeQ0e6Bz-C8x-PYzCMdmxrzU0isBFgIA/s1275/Untitled%20design.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;840&quot; data-original-width=&quot;1275&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFTjLExh-80Ehfq_hb1jW8ZuREEHghRWrqN1JPnrKswZzFogrhAPtApnYMFNtnRezUPOSawtlEBQ0vVD1HM3txAagQ8aK4Ox-isDoUGPRu7UaPYIuGeejhl9Ap1zywExdc47DsNe7VkUymsxlLWXbLz6-DNzGeQ0e6Bz-C8x-PYzCMdmxrzU0isBFgIA/s16000/Untitled%20design.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Poland is the primary route for military aid coming to&amp;nbsp;&lt;a href=&quot;https://news.sky.com/topic/ukraine-6556&quot; target=&quot;_blank&quot;&gt;Ukraine&lt;/a&gt; -Denmark, Norway, Finland, Sweden, and Turkey have all witnessed increased targeting in the last two months.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;A striking exception was Estonia, where Microsoft said it had detected no Russian cyber intrusions since Mr. Putin launched the full-scale invasion of Ukraine in February.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The company credited Estonia&#39;s adoption of cloud computing, where it is easier to detect intruders. &lt;span style=&quot;color: #cc0000;&quot;&gt;Microsoft warned that &quot;significant collective defensive weaknesses remain&quot; among some other European governments, without identifying them.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Across the 42 countries, half of the 128 organisations targeted were government agencies and 12% were non-governmental agencies, typically think tanks or humanitarian groups, according to Microsoft&#39;s report. Other targets included telecommunications, energy, and defense companies.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Microsoft said Ukraine&#39;s cyber defenses &quot;have proven stronger&quot; overall than Russia&#39;s capabilities in &quot;waves of destructive cyberattacks&quot;.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;According to the article, Moscow&#39;s military hackers have been careful not to release damaging data-destroying worms that may spread outside of Ukraine, like the NotPetya virus did in 2017.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&quot;Over the last month, as the Russian military shifted its focus to the Donbas area, the number of devastating assaults has decreased,&quot; it stated.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The research also analyzed Russian propaganda and misinformation aimed at &quot;undermining Western unity and diverting condemnation of Russian military war crimes&lt;span style=&quot;background-color: white; color: white;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;background-color: black; color: white;&quot;&gt;&quot;Microsoft projected that &quot;Russian cyber influence operations effectively expanded the circulation of Russian propaganda after the conflict started by 216 percent in Ukraine and 82 percent in the United States&quot;&lt;/span&gt; using artificial intelligence capabilities.&lt;span style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;a href=&quot;https://bytehook.blogspot.com/2022/06/Twitter%20is%20testing%20a%202500-word-limit%20notes%20feature..html&quot; target=&quot;_blank&quot;&gt;Twitter is testing a 2,500-word-limit &#39;notes&#39; feature.&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;a href=&quot;https://bytehook.blogspot.com/2022/06/Afghanistan%20earthquake-Taliban%20want%20international%20assistance.html&quot; target=&quot;_blank&quot;&gt;Afghanistan earthquake: Taliban want international assistance&lt;/a&gt;&lt;/blockquote&gt;&lt;a href=&quot;https://bytehook.blogspot.com/2022/06/Afghanistan%20earthquake-Taliban%20want%20international%20assistance.html&quot; style=&quot;text-align: left;&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;!--more--&gt;</description><link>https://bytehook.blogspot.com/2022/06/Microsoft-reveals-extent-of-attacks-by-Russian-hackers-on-Ukraine-allies.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFTjLExh-80Ehfq_hb1jW8ZuREEHghRWrqN1JPnrKswZzFogrhAPtApnYMFNtnRezUPOSawtlEBQ0vVD1HM3txAagQ8aK4Ox-isDoUGPRu7UaPYIuGeejhl9Ap1zywExdc47DsNe7VkUymsxlLWXbLz6-DNzGeQ0e6Bz-C8x-PYzCMdmxrzU0isBFgIA/s72-c/Untitled%20design.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-7239282690793849004</guid><pubDate>Thu, 23 Jun 2022 03:02:00 +0000</pubDate><atom:updated>2022-06-25T07:13:03.514-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Technology</category><title>Twitter is testing a 2,500-word-limit &#39;notes&#39; feature. </title><description>&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Twitter is testing a new feature that will enable users to submit &quot;notes&quot; of up to 2,500 words.&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&amp;nbsp;Normally, postings on social networking sites are limited to 280 characters.&lt;/p&gt;&lt;p&gt;Twitter said that the change was made in response to users using the platform to share images of lengthier announcements and direct followers to external newsletters.&lt;/p&gt;&lt;p&gt;The test will last two months and will feature a small group of authors from Canada, Ghana, the United Kingdom, and the United States.&lt;/p&gt;&lt;p&gt;The new feature intends to retain readers in the Twitter ecosystem by allowing them to view a headline and then click on a link to receive the entire remark.&lt;/p&gt;&lt;p&gt;&quot;Writers have relied on Twitter from the business&#39;s early days to publish their work, get seen, get read, spark discussion - everything except the actual writing,&quot; the firm stated, &lt;a href=&quot;https://twitter.com/i/notes/1539382544856035328&quot; target=&quot;_blank&quot;&gt;announcing&lt;/a&gt; the new Notes tool.&lt;/p&gt;&lt;p&gt;&quot;The objective of Notes is to fill in the blanks.&quot;&lt;/p&gt;&lt;p&gt;The move follows Twitter&#39;s acquisition of Revue, a Dutch newsletter start-up, last year. It said on Wednesday that Revue will be folded into the new Notes platform, which would enable authors to integrate gifs, photographs, and other elements into long-form essays that can be read on and off Twitter.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpccRBbkqvenw3LHw15KMc9vsEPpkeJ0HJPFi-JhiRzsEWOrHT1FyDZTTmM1m1XHkexMBAIldF1GrbTqf6iAuTXx_hQ3fjB0uMiPavoUHLRHwk6-4eANBlV80nB64zDR00hdn7zzBhHijCA2IHZjpyYffmVL0jhnUD76LLu2Cu6NKxpoYSSWDj-07K1Q/s1200/download.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Twitter is trialling a new feature&quot; border=&quot;0&quot; data-original-height=&quot;630&quot; data-original-width=&quot;1200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpccRBbkqvenw3LHw15KMc9vsEPpkeJ0HJPFi-JhiRzsEWOrHT1FyDZTTmM1m1XHkexMBAIldF1GrbTqf6iAuTXx_hQ3fjB0uMiPavoUHLRHwk6-4eANBlV80nB64zDR00hdn7zzBhHijCA2IHZjpyYffmVL0jhnUD76LLu2Cu6NKxpoYSSWDj-07K1Q/s16000/download.png&quot; title=&quot;Twitter is trialling a new feature&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Dr. Laura Toogood, a social media specialist, said the experiment was a huge step forward for Twitter.&lt;/p&gt;&lt;p&gt;She claims that the function will encourage users to remain on the platform rather than referring to other websites that may hold long-form material.&lt;/p&gt;&lt;p&gt;&quot;With this additional feature, Twitter is now in a position to compete with some of the most popular blogging sites and maybe attract a new audience and a different sort of user,&quot; she told the BBC.&lt;/p&gt;&lt;p&gt;&quot;It would also encourage current users to write on Twitter rather than on other platforms, which will help them keep their following.&quot;&lt;/p&gt;&lt;p&gt;Following an experiment with a limited sample of users,&lt;a href=&quot;https://www.bbc.co.uk/news/technology-41900880&quot; target=&quot;_blank&quot;&gt; Twitter expanded the maximum amount of characters for tweets from 140 to 280&lt;/a&gt; in 2017.&lt;/p&gt;&lt;p&gt;The new action comes amid criticism of Twitter&#39;s commercial prospects, as Elon Musk&#39;s impending acquisition raises doubts about the company&#39;s future. The business disclosed in April that it was working on an edit button, soon after Mr Musk, who had requested such a feature, revealed that he had purchased a substantial share in the company.&lt;/p&gt;&lt;p&gt;Twitter said that the two incidents were unconnected.&lt;/p&gt;&lt;p&gt;Mr. Musk has also said that he believes there is potential in a subscription model in which users pay to utilize the site.&lt;/p&gt;&lt;p&gt;Dr. Nikki Usher, a journalism professor at the University of Illinois Urbana-Champaign, said it was difficult to tell if Twitter was experimenting with various forms for profit or with a genuine desire to enhance the site.&lt;/p&gt;&lt;p&gt;&quot;One thing we do know in this situation is that people do not like to read big paragraphs online,&quot; she told the BBC.&lt;/p&gt;&lt;p&gt;&quot;So, whether giving individuals 2,500 characters to work with would eventually improve the quality of the digital public realm - I doubt it. Is it an opportunity to make headlines ahead of any big changes at the company? Absolutely.&quot;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/06/Twitter-is-testing-a-2500-word-limit-notes-feature.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpccRBbkqvenw3LHw15KMc9vsEPpkeJ0HJPFi-JhiRzsEWOrHT1FyDZTTmM1m1XHkexMBAIldF1GrbTqf6iAuTXx_hQ3fjB0uMiPavoUHLRHwk6-4eANBlV80nB64zDR00hdn7zzBhHijCA2IHZjpyYffmVL0jhnUD76LLu2Cu6NKxpoYSSWDj-07K1Q/s72-c/download.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-1369261220863951434.post-5148596840558842499</guid><pubDate>Thu, 23 Jun 2022 02:42:00 +0000</pubDate><atom:updated>2022-06-23T05:06:14.784-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">World</category><title>Afghanistan earthquake: Taliban want international assistance</title><description>&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Afghanistan&#39;s Taliban have requested foreign assistance as the country struggles with the aftermath of a deadly 6.1 magnitude earthquake.&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Over 1,000 people got killed, and at least 1,500 have been injured.&lt;/p&gt;&lt;p&gt;Unknown numbers of people are buried beneath the wreckage of damaged, often mud-brick dwellings.&lt;/p&gt;&lt;p&gt;The UN is rushing to offer emergency shelter and food supplies in the southeastern Paktika province.&lt;/p&gt;&lt;p&gt;Heavy weather and a shortage of resources are hampering rescue attempts. Survivors and rescuers have informed the BBC of communities utterly wrecked around the center of the earthquake, as well as ruined highways and cell phone towers, and their worry that the death toll may increase further.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.bbc.co.uk/news/world-asia-61890804&quot; target=&quot;_blank&quot;&gt;The country&#39;s worst earthquake in two decades&lt;/a&gt; poses a serious challenge to the Taliban, the Islamist outfit that reclaimed power last year when the Western-backed government fell.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb9LRrkVzj98x1YXoHLhPUOGgALPkljNZ15oYPXolMoyrVUei4foKkSjDmSnGizQRihdtrv35ZIdBYUk8Va1nJKRalgWuaWB0NFMb0omTCMvTaZ7xa5FboCztWcftiBzNiNWD_r2M_DNcJayxCFJvbEPs6RPt4vqC200GK2vEhAna6gUdCvxEVtJJTqQ/s1275/People%20in%20Afghanistan%20queue%20to%20give%20blood%20as%20the%20country%20faces%20one%20of%20its%20worst%20earthquakes..png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Afghanistan earthquake&quot; border=&quot;0&quot; data-original-height=&quot;840&quot; data-original-width=&quot;1275&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb9LRrkVzj98x1YXoHLhPUOGgALPkljNZ15oYPXolMoyrVUei4foKkSjDmSnGizQRihdtrv35ZIdBYUk8Va1nJKRalgWuaWB0NFMb0omTCMvTaZ7xa5FboCztWcftiBzNiNWD_r2M_DNcJayxCFJvbEPs6RPt4vqC200GK2vEhAna6gUdCvxEVtJJTqQ/s16000/People%20in%20Afghanistan%20queue%20to%20give%20blood%20as%20the%20country%20faces%20one%20of%20its%20worst%20earthquakes..png&quot; title=&quot;Afghanistan earthquake&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The earthquake occurred roughly 44 kilometers (27 miles) from Khost, and vibrations were detected as far afield as Pakistan and India.&lt;/p&gt;&lt;p&gt;Afghanistan is in the grip of a humanitarian and economic catastrophe, and a top Taliban official, Abdul Qahar Balkhi, stated that the government is &quot;financially unable to support the people to the level that is required.&quot;He claimed that humanitarian groups, neighboring nations, and international powers were assisting, but that &quot;support needs to be pushed up to a very significant amount since this is a severe earthquake that hasn&#39;t been seen in decades.&quot;&lt;/p&gt;&lt;p&gt;António Guterres, the UN Secretary-General, stated that the organization was &quot;completely mobilized&quot; in response to the calamity. Health teams, medical supplies, food, and emergency shelters were on their way to the disaster area.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;ssrcss-ab5fd8-StyledFigureContainer e34k3c21&quot; style=&quot;background-color: white; border: 0px; color: #141414; font-family: ReithSans, Helvetica, Arial, freesans, sans-serif; font-size: 16px; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: inherit; margin: 0px; padding: 0px; position: relative; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;ssrcss-1hq4gmv-Placeholder e16icw910&quot; style=&quot;border: 0px; display: block; font: inherit; margin: 0px; padding: 0px 0px 450px; position: relative; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;border: 0px; font: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;img alt=&quot;Rubble in Khost&quot; class=&quot;ssrcss-evoj7m-Image ee0ct7c0&quot; height=&quot;549&quot; loading=&quot;lazy&quot; src=&quot;https://ichef.bbci.co.uk/news/976/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg&quot; srcset=&quot;https://ichef.bbci.co.uk/news/240/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 240w, https://ichef.bbci.co.uk/news/320/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 320w, https://ichef.bbci.co.uk/news/480/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 480w, https://ichef.bbci.co.uk/news/624/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 624w, https://ichef.bbci.co.uk/news/800/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 800w, https://ichef.bbci.co.uk/news/976/cpsprodpb/0A58/production/_125584620_gettyimages-1241460036.jpg 976w&quot; style=&quot;-webkit-box-align: center; -webkit-box-pack: center; align-items: center; border: 0px; display: flex; font: inherit; height: 450px; inset: 0px; justify-content: center; margin: 0px; object-fit: cover; overflow: hidden; padding: 0px; position: absolute; vertical-align: baseline; width: 800px;&quot; width=&quot;976&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;ssrcss-1hn5d7b-StyledFigureCopyright e34k3c20&quot; role=&quot;text&quot; style=&quot;background: rgb(20, 20, 20); border: 0px; bottom: 0px; color: #f6f6f6; font-family: inherit; font-size: 0.75rem; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; left: 0px; line-height: 1.33333; margin: 0px; padding: 0.25rem; position: absolute; text-transform: uppercase; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;visually-hidden ssrcss-1f39n02-VisuallyHidden e1y6uwnp0&quot; style=&quot;border: 0px; clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); font: inherit; height: 1px; margin: 0px; overflow: hidden; padding: 0px; position: absolute; vertical-align: baseline; white-space: nowrap; width: 1px;&quot;&gt;IMAGE SOURCE,&lt;/span&gt;GETTY IMAGES&lt;/span&gt;&lt;/div&gt;&lt;figcaption class=&quot;ssrcss-3d4gra-StyledFigureCaption e34k3c22&quot; style=&quot;background-color: white; border-bottom-color: initial; border-bottom-style: initial; border-image: initial; border-left-color: rgb(138, 140, 142); border-left-style: solid; border-right-color: initial; border-right-style: initial; border-top-color: initial; border-top-style: initial; border-width: 0px 0px 0px 1px; color: #545658; font-family: ReithSans, Helvetica, Arial, freesans, sans-serif; font-size: 0.875rem; font-stretch: inherit; font-variant-east-asian: inherit; font-variant-numeric: inherit; line-height: 1.28571; margin: 0.5rem 0px 0px; padding: 0px 0px 0px 0.5rem; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;visually-hidden ssrcss-1f39n02-VisuallyHidden e1y6uwnp0&quot; style=&quot;border: 0px; clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); font: inherit; height: 1px; margin: 0px; overflow: hidden; padding: 0px; position: absolute; vertical-align: baseline; white-space: nowrap; width: 1px;&quot;&gt;Image caption,&lt;/span&gt;&lt;div class=&quot;ssrcss-y7krbn-Stack e1y4nx260&quot; spacing=&quot;6&quot; style=&quot;border: 0px; font: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Communication is difficult because of damage to mobile phone towers&lt;/div&gt;&lt;/figcaption&gt;&lt;p&gt;Afghanistan is prone to earthquakes due to its location in a tectonically active area, which includes the Chaman fault, the Hari Rud fault, the Central Badakhshan fault, and the Darvaz fault. More than 7,000 people have died in earthquakes in the country during the last decade, according to the UN Office for the Coordination of Humanitarian Affairs.&lt;/p&gt;&lt;p&gt;Earthquakes kill an estimated 560 people per year. In January, two earthquakes in the country&#39;s west &lt;a href=&quot;https://www.bbc.co.uk/news/world-asia-60034010&quot; target=&quot;_blank&quot;&gt;killed more than 20 people and damaged hundreds of homes&lt;/a&gt;. Even before the Taliban took power, Afghanistan&#39;s emergency services were overburdened by natural calamities, with few planes and helicopters accessible to rescue.&lt;/p&gt;&lt;p&gt;However, the nation has lately faced a medical supply shortfall. According to the UN, 93 percent of Afghan families are food insecure.&lt;/p&gt;&lt;p&gt;According to the Red Cross&#39; Lucien Christen, Afghanistan&#39;s &quot;dire economic condition&quot; means that &quot;they [Afghan families] are unable to put food on the table.&quot;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjL6g10UDc2yv4Fl-1t60MQqc7tXJ21POZxlN0ftgGd2Qk7z5wFDm2bcMEBDZBBprQXrB3fsfsA0CsoQJOk77dmiuwhldyoLo-xha1Oe1zlu54K4Ert_Tih95OqHavmVXRIdGW_j1jeOTv351Vl086654ipQXwx9RGnTXxqZiwfRH7_YKqljwlUb7ymw/s1280/_125575650_afghanistan_quake_2x640v1-nc.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1200&quot; data-original-width=&quot;1280&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjL6g10UDc2yv4Fl-1t60MQqc7tXJ21POZxlN0ftgGd2Qk7z5wFDm2bcMEBDZBBprQXrB3fsfsA0CsoQJOk77dmiuwhldyoLo-xha1Oe1zlu54K4Ert_Tih95OqHavmVXRIdGW_j1jeOTv351Vl086654ipQXwx9RGnTXxqZiwfRH7_YKqljwlUb7ymw/s16000/_125575650_afghanistan_quake_2x640v1-nc.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>https://bytehook.blogspot.com/2022/06/Afghanistan earthquake-Taliban want international assistance.html</link><author>noreply@blogger.com (Shazed Muntashir Ovi)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb9LRrkVzj98x1YXoHLhPUOGgALPkljNZ15oYPXolMoyrVUei4foKkSjDmSnGizQRihdtrv35ZIdBYUk8Va1nJKRalgWuaWB0NFMb0omTCMvTaZ7xa5FboCztWcftiBzNiNWD_r2M_DNcJayxCFJvbEPs6RPt4vqC200GK2vEhAna6gUdCvxEVtJJTqQ/s72-c/People%20in%20Afghanistan%20queue%20to%20give%20blood%20as%20the%20country%20faces%20one%20of%20its%20worst%20earthquakes..png" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>