<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Insect Collecting Archives - InsectNet</title>
	<atom:link href="https://insectnet.com/category/insect-collecting/feed/" rel="self" type="application/rss+xml" />
	<link>https://insectnet.com/category/insect-collecting/</link>
	<description>The number one website for insect collectors</description>
	<lastBuildDate>Fri, 06 Mar 2026 09:14:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://insectnet.com/wp-content/uploads/2024/07/cropped-insectnet-logo-32x32.png</url>
	<title>Insect Collecting Archives - InsectNet</title>
	<link>https://insectnet.com/category/insect-collecting/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The insect price checker</title>
		<link>https://insectnet.com/insect-price-checker/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Tue, 21 Jan 2025 13:57:38 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=467</guid>

					<description><![CDATA[<p>Are you hesitating to buy an insect because you don&#8217;t know if it&#8217;s at market price? You don&#8217;t know what the maximum bid should be on eBay because you&#8217;re not familiar with market prices?InsectNet is here for you with this new tool: the Insect Price Checker.We recorded over 10,000 insect sales on eBay since 2021.&#8230;&#160;<a href="https://insectnet.com/insect-price-checker/" rel="bookmark">Read More &#187;<span class="screen-reader-text">The insect price checker</span></a></p>
<p>The post <a href="https://insectnet.com/insect-price-checker/">The insect price checker</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Are you hesitating to buy an insect because you don&#8217;t know if it&#8217;s at market price? You don&#8217;t know what the maximum bid should be on eBay because you&#8217;re not familiar with market prices?<br>InsectNet is here for you with this new tool: <strong>the Insect Price Checker</strong>.<br>We recorded over 10,000 insect sales on eBay since 2021. <strong>Search for your species and it will give you an idea of past prices on eBay.</strong></p>



When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.<p><img decoding="async" alt="logo.png" src="//www.collector-secret.com/download_file/view_inline/374" style="width: 75px; height: 43px;" / loading="lazy"></p>
<H2> History of completed sales on eBay </H2>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Insect Sales Analyzer</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js"></script>
    <style>
        body {
            font-family: Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        #searchInput {
            width: 100%;
            padding: 8px;
            font-size: 16px;
            margin-bottom: 10px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f5f5f5;
            cursor: pointer;
            user-select: none;
        }
        th:hover {
            background-color: #e5e5e5;
        }
        th::after {
            margin-left: 5px;
            opacity: 0.5;
        }
        th.sort-asc::after {
            content: "▼";
        }
        th.sort-desc::after {
            content: "▲";
        }
        td a {
            color: #0066cc;
            text-decoration: none;
        }
        td a:hover {
            text-decoration: underline;
        }
        .price {
            text-align: center;
            font-family: monospace;
        }
        .price-tax {
            font-weight: bold;
        }
        #showMore {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            background: #0066cc;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
    </style>
    <script>window._epn = {campaign: 5339097710};</script>
</head>
<body>
    <input type="text" id="searchInput" placeholder="Search by insect name..." disabled>
    <table>
        <thead>
            <tr>
                <th data-sort="date" class="sort-desc">Date</th>
                <th data-sort="name">Item Name</th>
                <th data-sort="price-tax">Price with tax (USD)</th>
                <th data-sort="price">Price (USD)</th>
            </tr>
        </thead>
        <tbody id="tableBody">
            <tr>
                <td colspan="4" style="text-align: center;">Loading data&#8230;</td>
            </tr>
        </tbody>
    </table>
    <button id="showMore" style="display: none;">Show more results</button>

    <script>
        const EXCEL_URL = `https://insectnet.com/wp-content/uploads/2025/05/ebay-sales-2024.xlsx?v=${Date.now()}`;
        const ITEMS_PER_PAGE = 20;
        const CAMPAIGN_ID = '5339097710';
        
        let rawData = null;
        let filteredData = [];
        let currentPage = 1;
        let currentSort = { column: 'date', direction: 'desc' };

        const currencyFormatter = new Intl.NumberFormat('en-US', {
            style: 'currency',
            currency: 'USD',
            minimumFractionDigits: 0,
            maximumFractionDigits: 0
        });

        function buildEbayUrl(itemId) {
            const baseUrl = 'https://www.ebay.com/itm/';
            const url = new URL(baseUrl + itemId);
            url.searchParams.set('mkevt', '1');
            url.searchParams.set('mkcid', '1');
            url.searchParams.set('mkrid', `${CAMPAIGN_ID}_&mkevt=1`);
            url.searchParams.set('campid', CAMPAIGN_ID);
            url.searchParams.set('toolid', '10001');
            return url.toString();
        }

        function formatDate(dateString) {
            try {
                const date = new Date(dateString);
                return date.toLocaleDateString('en-US', {
                    year: 'numeric',
                    month: 'short',
                    day: 'numeric'
                });
            } catch {
                return 'Invalid date';
            }
        }

        function getTimestamp(dateString) {
            return new Date(dateString).getTime();
        }

        function sortData(data) {
            return data.sort((a, b) => {
                let comparison = 0;
                switch (currentSort.column) {
                    case 'date':
                        comparison = getTimestamp(b['Event Date']) - getTimestamp(a['Event Date']);
                        break;
                    case 'name':
                        comparison = a['Item Name'].localeCompare(b['Item Name']);
                        break;
                    case 'price':
                        comparison = b.salesUSD - a.salesUSD;
                        break;
                    case 'price-tax':
                        comparison = b.salesUSDWithTax - a.salesUSDWithTax;
                        break;
                }
                return currentSort.direction === 'asc' ? -comparison : comparison;
            });
        }

        function matchesSearch(itemName, searchTerms) {
            const itemNameLower = itemName.toLowerCase();
            return searchTerms.every(term => itemNameLower.includes(term.toLowerCase()));
        }

        function filterData(searchTerm = '') {
            if (!rawData) return [];
            
            const searchTerms = searchTerm.split(/\s+/).filter(term => term.length > 0);
            
            filteredData = rawData
                .filter(item => {
                    if (!item || typeof item !== 'object') return false;
                    if (!('Item Name' in item) || !('Delta Sales' in item)) return false;
                    if (!item['Item Name']) return false;
                    return searchTerms.length === 0 || matchesSearch(item['Item Name'], searchTerms);
                })
                .map(item => {
                    const salesEUR = parseFloat(item['Delta Sales']) || 0;
                    return {
                        'Event Date': item['Event Date'],
                        'Item Name': String(item['Item Name']),
                        'Item ID': item['Item ID'],
                        salesUSD: Math.round(salesEUR * 1.08),
                        salesUSDWithTax: Math.round(salesEUR * 1.08 * 1.25)
                    };
                });

            filteredData = sortData(filteredData);
            return filteredData;
        }

        function updateSortIndicators() {
            document.querySelectorAll('th').forEach(th => {
                th.classList.remove('sort-asc', 'sort-desc');
                if (th.dataset.sort === currentSort.column) {
                    th.classList.add(`sort-${currentSort.direction}`);
                }
            });
        }

        function displayRows(start, end) {
            const dataToShow = filteredData.slice(start, end);
            const fragment = document.createDocumentFragment();
            
            dataToShow.forEach(item => {
                const row = document.createElement('tr');
                row.innerHTML = `
                    <td>${formatDate(item['Event Date'])}</td>
                    <td>${item['Item ID'] ? `<a href="${buildEbayUrl(item['Item ID'])}" target="_blank" rel="nofollow" data-affiliate="true">${item['Item Name']}</a>` : item['Item Name']}</td>
                    <td class="price price-tax">${currencyFormatter.format(item.salesUSDWithTax)}</td>
                    <td class="price">${currencyFormatter.format(item.salesUSD)}</td>
                `;
                fragment.appendChild(row);
            });
            
            document.getElementById('tableBody').appendChild(fragment);
        }

        function updateTable(append = false) {
            if (!append) {
                currentPage = 1;
                document.getElementById('tableBody').innerHTML = '';
            }
            
            const searchTerm = document.getElementById('searchInput').value;
            if (!append) {
                filterData(searchTerm);
            }
            
            const start = (currentPage - 1) * ITEMS_PER_PAGE;
            const end = currentPage * ITEMS_PER_PAGE;
            
            displayRows(start, end);

            document.getElementById('showMore').style.display = 
                filteredData.length > end ? 'block' : 'none';
        }

        async function loadData() {
            try {
                const response = await fetch(EXCEL_URL);
                if (!response.ok) throw new Error(`HTTP error! status: ${response.status}`);
                
                const arrayBuffer = await response.arrayBuffer();
                const workbook = XLSX.read(new Uint8Array(arrayBuffer), {
                    type: 'array',
                    cellDates: true,
                    cellText: false,
                    raw: true
                });
                
                rawData = XLSX.utils.sheet_to_json(workbook.Sheets[workbook.SheetNames[0]], {
                    raw: true,
                    blankrows: false
                });
                
                if (!rawData || rawData.length === 0) {
                    throw new Error('No data found in the Excel file');
                }

                document.getElementById('searchInput').disabled = false;
                updateTable();

                const script = document.createElement('script');
                script.src = 'https://epnt.ebay.com/static/epn-smart-tools.js';
                document.body.appendChild(script);
            } catch (error) {
                document.getElementById('tableBody').innerHTML = `
                    <tr><td colspan="4" style="text-align: center; color: red;">
                        Error loading data: ${error.message}
                    </td></tr>
                `;
            }
        }

        document.getElementById('searchInput').addEventListener('input', () => {
            updateTable(false);
        });

        document.getElementById('showMore').addEventListener('click', () => {
            currentPage++;
            updateTable(true);
        });

        document.querySelectorAll('th[data-sort]').forEach(th => {
            th.addEventListener('click', () => {
                const column = th.dataset.sort;
                if (currentSort.column === column) {
                    currentSort.direction = currentSort.direction === 'asc' ? 'desc' : 'asc';
                } else {
                    currentSort.column = column;
                    currentSort.direction = 'desc';
                }
                updateSortIndicators();
                filteredData = sortData(filteredData);
                document.getElementById('tableBody').innerHTML = '';
                currentPage = 1;
                displayRows(0, ITEMS_PER_PAGE);
                document.getElementById('showMore').style.display = 
                    filteredData.length > ITEMS_PER_PAGE ? 'block' : 'none';
            });
        });

        loadData();
    </script>
</body>
</html>



<h2 class="wp-block-heading">Methodology</h2>



<p>Important to understand how the tool works to better understand its results.</p>



<p>This tool :<br>&#8211; uses <strong>completed sales only</strong> : if an insect is overpriced on eBay and not sold, it won&#8217;t appear here.<br>&#8211; shows insects from all ebay sites (ebay.com, ebay.co.uk, ebay.de&#8230;)<br>&#8211; the level of tax depends of several factors (the seller country tax, your country tax&#8230;). In average, we see a 25% tax on items we have purchased ourselves so we apply this +25% rate in the file. <br>&#8211; uses a fixed conversion rate between euro and dollar, and this rate may vary from month to month.</p>



<p>This tool :<br>&#8211; doesn&#8217;t show all sold insects on eBay (we can&#8217;t find them all). But we have recorded more than 10,000 sales so it should be useful for you.<br>&#8211; doesn&#8217;t show insects with a final value below $30 as knowing their market price is not key (so we focus on more expensive insects).<br>&#8211; eBay erases old items. Clicking on them :<br> . will show you the right item if recent<br> . will show you a similar item or a &#8220;Not found&#8221; page if older than 2 months.</p>



<p><strong>Note </strong>that price highly depends of quality ! If you see a <em>Parnassius autocrator</em> sold at $30, it doesn&#8217;t mean that the market price is $30. It means that this <em>Parnassius autocrator</em> was very damaged and sold at a cheap price.</p>



<p></p>
<p>The post <a href="https://insectnet.com/insect-price-checker/">The insect price checker</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The insect label Decipherer</title>
		<link>https://insectnet.com/insect-label-decipherer/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 08 Jan 2025 10:57:25 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=418</guid>

					<description><![CDATA[<p>All entomologists are sometimes faced with this problem: you have a specimen with a label written in Chinese, Japanese, Arabic or any language you don&#8217;t know well (French, Czech&#8230;) … or a label in English badly written by a previous collector. You&#8217;d like to know where the specimen comes from and when it was collected.InsectNet&#8230;&#160;<a href="https://insectnet.com/insect-label-decipherer/" rel="bookmark">Read More &#187;<span class="screen-reader-text">The insect label Decipherer</span></a></p>
<p>The post <a href="https://insectnet.com/insect-label-decipherer/">The insect label Decipherer</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>All entomologists are sometimes faced with this problem: you have a specimen with a label written in Chinese, Japanese, Arabic or any language you don&#8217;t know well (French, Czech&#8230;) … or a label in English badly written by a previous collector.</p>



<p>You&#8217;d like to know where the specimen comes from and when it was collected.<br>InsectNet is there for you! Discover the<strong> Insect Label Decipherer</strong>.</p>


    <style>
        /* Style to customize file input */
        .custom-file-upload {
            display: inline-block;
            padding: 6px 12px;
            cursor: pointer;
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            margin-right: 10px;
        }
        .custom-file-upload:hover {
            background-color: #e9ecef;
        }
        /* Hide the original file input */
        .hidden-file-input {
            display: none;
        }
        /* Style for the submit button */
        .submit-button {
            padding: 6px 12px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        .submit-button:hover {
            background-color: #0056b3;
        }
        /* Style for location links */
        .location-links {
            margin-top: 15px;
            padding: 10px;
            background-color: #f8f9fa;
            border-radius: 4px;
        }
        .location-links a {
            display: inline-block;
            padding: 5px 10px;
            margin: 5px 0;
            color: #007bff;
            text-decoration: none;
            border: 1px solid #007bff;
            border-radius: 3px;
        }
        .location-links a:hover {
            background-color: #007bff;
            color: white;
            text-decoration: none;
        }
        .pre-result {
            white-space: pre-wrap;
            word-wrap: break-word;
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 4px;
            margin-top: 15px;
        }
    </style>
    <form id="ocr-form" method="post" enctype="multipart/form-data">
        <input type="hidden" id="cloud_vision_nonce_field" name="cloud_vision_nonce_field" value="db69f2663a" /><input type="hidden" name="_wp_http_referer" value="/category/insect-collecting/feed/" />        <label for="ocr_image" class="custom-file-upload">
            Choose File
        </label>
        <input id="ocr_image" class="hidden-file-input" type="file" name="ocr_image" accept="image/jpeg,image/png,image/webp" required>
        <input type="submit" name="submit_ocr" value="Analyze Image" class="submit-button">
    </form>
    <div id="ocr-result"></div>
    <script>
        document.getElementById('ocr_image').addEventListener('change', function(e) {
            var fileName = e.target.files[0] ? e.target.files[0].name : 'Choose File';
            document.querySelector('.custom-file-upload').textContent = fileName;
        });
    </script>
    



<h2 class="wp-block-heading">How to use the Insect Label Decipherer</h2>



<p>Enter your label in the Insect Label Decipherer … and our artificial intelligence will give you the result in a matter of seconds.</p>



<p>Here&#8217;s an example with a Japanese label.</p>



<figure class="wp-block-image size-medium"><img decoding="async" width="300" height="221" src="https://insectnet.com/wp-content/uploads/2025/01/PHOTO-2024-10-08-12-40-27-300x221.jpg" alt="" class="wp-image-419"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2025/01/PHOTO-2024-10-08-12-40-27-300x221.jpg 300w, https://insectnet.com/wp-content/uploads/2025/01/PHOTO-2024-10-08-12-40-27-1024x755.jpg 1024w, https://insectnet.com/wp-content/uploads/2025/01/PHOTO-2024-10-08-12-40-27-768x566.jpg 768w, https://insectnet.com/wp-content/uploads/2025/01/PHOTO-2024-10-08-12-40-27.jpg 1355w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>



<p>Hard to say what it means if you don&#8217;t speak Japanese&#8230; and worse, the printed characters are blurred.<br>Here is the result with the <strong>Insect Label Decipherer</strong> :</p>



<figure class="wp-block-image size-full"><img data-dominant-color="eff2f4" data-has-transparency="false" style="--dominant-color: #eff2f4;" decoding="async" width="377" height="418" src="https://insectnet.com/wp-content/uploads/2025/01/translated-label-png.avif" alt="translated insect label" class="wp-image-530 not-transparent"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2025/01/translated-label-png.avif 377w, https://insectnet.com/wp-content/uploads/2025/01/translated-label-271x300.avif 271w" sizes="auto, (max-width: 377px) 100vw, 377px" /></figure>



<p>Now you know that it comes from the city of Shichinohe (Japan), the collecting date and you have the name of the collector !<br>You even have a Google Map link towards the identified locality !</p>



<p>You want to try the tool, you will find it at the top of this page. Upload your photo and let the magic happen :</p>



<p>One comment: on poorly handwritten labels, the tool can&#8217;t always work miracles! Give it a try. </p>



<p>As this tool is new, don&#8217;t hesitate to send us positive or negative feedback so that we can improve it. <br>Tell your collector friends about this tool! </p>



<p>I would like to thank my friend Emmanuel Zinszner for giving me the idea of developing this tool. <br>Olivier<br>InsectNet admin</p>



<p></p>
<p>The post <a href="https://insectnet.com/insect-label-decipherer/">The insect label Decipherer</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to sell stag beetles online ?</title>
		<link>https://insectnet.com/stag-beetle-online/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 21:03:49 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=175</guid>

					<description><![CDATA[<p>We receive many emails from people who want to sell their stag beetles online and don&#8217;t know how to go about it. Some stag beetles have a very high value (above $1,000) and it&#8217;s worth knowing how to find buyers. Advertise your stag beetle in the InsectNet Classifieds Hundreds of insect collectors from North America,&#8230;&#160;<a href="https://insectnet.com/stag-beetle-online/" rel="bookmark">Read More &#187;<span class="screen-reader-text">How to sell stag beetles online ?</span></a></p>
<p>The post <a href="https://insectnet.com/stag-beetle-online/">How to sell stag beetles online ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We receive many emails from people who want to <strong>sell their stag beetles online</strong> and don&#8217;t know how to go about it. Some stag beetles have a very high value (above $1,000) and it&#8217;s worth knowing how to find buyers.</p>



<h2 class="wp-block-heading">Advertise your stag beetle in the InsectNet Classifieds</h2>



<p>Hundreds of insect collectors from North America, Europe and Asia are daily checking the <strong><a href="https://www.insect-classifieds.com/">InsectNet Classifieds</a></strong> to find interesting insects for sale. You will easily find some customers for your stag beetle. The cost is €10 to create an account (payment via Paypal) but you will easily earn a lot of money by advertising your insects there.</p>



<h3 class="wp-block-heading">How to sell your stag beetle in the InsectNet Classifieds</h3>



<ul class="wp-block-list">
<li>Register here : <a href="https://www.insect-classifieds.com/registration.html">https://www.insect-classifieds.com/registration.html</a></li>



<li>Choose your username and password</li>



<li>Fill your Personnal details (country, name&#8230;)</li>



<li>Select the €10 New account Package and click on &#8220;Next&#8221;</li>



<li>Select Paypal and pay the €10 via Paypal, once paid, your account is live and <strong>you can advertise your stag beetle in the InsectNet Classifieds</strong>. If you don&#8217;t have a Paypal account, you can&#8217;t use the InsectNet Classifieds and your account will be deleted. </li>
</ul>



<h2 class="wp-block-heading">Where to sell stag beetle in India ?</h2>



<p>You can use the InsectNet Classifieds to advertise your stag beetle online and find insect collectors who will be very happy to buy it. The InsectNet Classifieds is the best stag beetle selling site. Of course, check with your legal legislation about insect export rules and permits. Some Indian stag beetles are very rare in collection and reach a high price on the market. Write the <a href="https://insectnet.com/how-to-label-insect-collecting-data/">collecting locality on a label</a>, it will be important for the scientific value of your stag beetle (Lucanidae).</p>



<h2 class="wp-block-heading">What is the value of a stag beetle ?</h2>



<p>The <strong>value of a stag beetle</strong> depends of its rarity in collection. Stag beetle from India, Africa and New Guinea can reach a high price (above $1,000) as they are rarely offered online. The quality of the specimen, the full collecting data and its beauty can also increase its market value. Entomologists and Museums are looking for stag beetles with full collecting data.</p>
<p>The post <a href="https://insectnet.com/stag-beetle-online/">How to sell stag beetles online ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>List of Insect Fairs &#8211; Date and Place</title>
		<link>https://insectnet.com/insect-fair/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 13:11:09 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=107</guid>

					<description><![CDATA[<p>Insect fairs are major events for the entomological community. They are convivial places where you can admire superb specimens from all over the world, add to your collection and, above all, chat with other entomology enthusiasts. Numerous scientific and environmental associations are also present to promote the study and protection of insects. You&#8217;ll also find&#8230;&#160;<a href="https://insectnet.com/insect-fair/" rel="bookmark">Read More &#187;<span class="screen-reader-text">List of Insect Fairs &#8211; Date and Place</span></a></p>
<p>The post <a href="https://insectnet.com/insect-fair/">List of Insect Fairs &#8211; Date and Place</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Insect fairs are major events for the entomological community. They are convivial places where you can admire superb specimens from all over the world, add to your collection and, above all, chat with other entomology enthusiasts. Numerous scientific and environmental associations are also present to promote the study and protection of insects. You&#8217;ll also find a wide range of new and old entomological books.&nbsp;</p>



<p><br>So, if you love entomology, these are events not to be missed. Some enthusiasts organize their trips to other continents to coincide with these insect fairs.&nbsp;</p>



<p>To add your fair to this list, please contact us : contact.insectnet@gmail.com</p>



<h2 class="wp-block-heading">Lists of insect fairs around the world</h2>



<p>As these insect fairs take place around the same time every year, we&#8217;ve sorted them by month. Be sure to check that the date indicated is the one for this year, as the fairs are sometimes shifted by a week from one year to the next.&nbsp;<strong>Double-check the date</strong>&nbsp;on the fair organizers&#8217; website, which we systematically indicate.&nbsp;</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-933a5d9537cf1de419bc8944d74441ef">January</h3>



<h4 class="wp-block-heading">Pardubice insect fair</h4>



<p>Located in Pardubice, Czech Republic</p>



<p>10 January <strong>2026</strong></p>



<p>email :&nbsp;<a href="mailto:mila.kalabza@email.cz"><em>mila.kalabza@email.cz</em></a></p>



<p><em>&#8212;</em></p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-7ff5d1bcf797abf578c132bb9ecc8a3a"><strong>February</strong></h3>



<p>No important entomological fair</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-2d5090ff80f10241c14e0b43ddd0b1ad">March</h3>



<h4 class="wp-block-heading">Prague insect fair</h4>



<p>Located in Prague, Czeck Republic</p>



<p><a href="https://www.facebook.com/groups/646338422060563/search/?q=fair" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Ento-Mons</h4>



<p>Located in Mons, Belgium</p>



<p>1 March <strong>2026</strong></p>



<p><a href="https://www.facebook.com/events/etudier-en-hainaut-ath%C3%A9n%C3%A9e-provincial-jean-davesnes/ento-mons-2023-24%C3%A8me-bourse-aux-insectes/672363427917016/" target="_blank" rel="noreferrer noopener">website</a></p>



<p><a href="https://www.facebook.com/events/etudier-en-hainaut-ath%C3%A9n%C3%A9e-provincial-jean-davesnes/ento-mons-2023-24%C3%A8me-bourse-aux-insectes/672363427917016/" target="_blank" rel="noreferrer noopener"></a></p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-ba6d343b4e5e16665c9816b747d92404">April</h3>



<h4 class="wp-block-heading">EntoModena</h4>



<p>Located in Modena, Italy</p>



<p>11/12 April <strong>2026</strong></p>



<p><a href="https://www.entomodena.com/cms/">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Riverside insect fair</h4>



<p>Located in Riverside, California, USA</p>



<p>25 April <strong>2026</strong></p>



<p><a href="https://www.riversideca.gov/insectfair" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Bourse de Liège</h4>



<p>Located in Liège, Belgium</p>



<p>19 April <strong>2026</strong></p>



<p><a href="https://www.facebook.com/profile.php?id=100068927595704" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-2be828dba79e53e4e9f692078b483d94">May&nbsp;</h3>



<p>Pardubice insect fair</p>



<p>Located in Pardubice, Czech Republic</p>



<p>16 May <strong>2026</strong></p>



<p>email :&nbsp;<a href="mailto:mila.kalabza@email.cz"><em>mila.kalabza@email.cz</em></a></p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-31c7697fe6362173d1197a8c33f3256b">June</h3>



<p>No important entomological fair</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-b039c3df704609bf1c8a12abf46696d2">July</h3>



<p>No important entomological fair</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-462a5d9be911d65ecb1e7c6a0445951a">August</h3>



<p>No important entomological fair</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-317c3dc545c34fd89a7f5a389279488e">September</h3>



<h4 class="wp-block-heading">Pardubice insect fair</h4>



<p>Located in Pardubice, Czech Republic</p>



<p>6 September&nbsp;<strong>2025</strong></p>



<p><em>e-mail:&nbsp;</em><a href="mailto:kalabza.mila@gmail.com"><em>kalabza.mila@gmail.com</em></a></p>



<p><em>&#8212;</em></p>



<h4 class="wp-block-heading">EntoModena</h4>



<p>Located in Modena, Italy</p>



<p>19/20 September <strong>2026</strong></p>



<p><a href="https://www.entomodena.com/cms/">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Tokyo insect fair</h4>



<p>Located in Tokyo, Japan</p>



<p>23 September&nbsp;<strong>2024</strong></p>



<p><a href="http://kawamo.co.jp/roppon-ashi/exhibision-in.html" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Juvisy Paris insect fair</h4>



<p>Located in Juvisy, France</p>



<p>26-27 September <strong>2026</strong></p>



<p><a href="http://juvisy-bourse-ento.over-blog.com/" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">AES insect fair (near London)</h4>



<p>Located in Sunbury-on-Thames, England&nbsp;</p>



<p>29 September <strong>2026</strong></p>



<p><a href="https://www.amentsoc.org/events/">website</a></p>



<p>&#8212;</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-8d0dd73518bc4ba9b2d935ab2297ac90">October</h3>



<h4 class="wp-block-heading">Insectorama Seraing insect fair</h4>



<p>Located in Seraing, Belgium</p>



<p>12 October&nbsp;<strong>2025</strong></p>



<p><a href="https://www.facebook.com/insectoramaseraing" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Munich insect fair / Insektenbörse München</h4>



<p>Located in Munich, Germany</p>



<p>24 October <strong>2026</strong></p>



<p>email : stefan.loeflath@t-online.de</p>



<p>&#8212;</p>



<h4 class="wp-block-heading">Moscow insect fair</h4>



<p>Located in Moscow, Russia</p>



<p>4/5 October&nbsp;<strong>202</strong>5</p>



<p><a href="https://www.facebook.com/MoscowInternationalInsectFair" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-989bbb35f4088cc70e9699a1ca364e42">November</h3>



<h4 class="wp-block-heading">Frankfurt insect fair</h4>



<p>Located in Frankfurt, Germany</p>



<p>7/8 November <strong>2026</strong></p>



<p><a href="https://www.apollo-frankfurt.de/en/events/index.html" target="_blank" rel="noreferrer noopener">website</a></p>



<p>&#8212;</p>



<h3 class="wp-block-heading has-neve-link-hover-color-color has-text-color has-link-color wp-elements-afdb635d5b2b2e1d1a17f3a26694ebf6">December</h3>



<p>No important entomological fair</p>
<p>The post <a href="https://insectnet.com/insect-fair/">List of Insect Fairs &#8211; Date and Place</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to relax / rehydrate a butterfly ?</title>
		<link>https://insectnet.com/how-relax-rehydrate-butterfly/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 13:01:02 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=104</guid>

					<description><![CDATA[<p>The best technique to relax butterflies I&#8217;ve been collecting butterflies for 30 years and had never found the perfect technique for rehydrating butterflies before spreading them. I will thank here Nicolas Grimaldi for teaching me this technique.&#160; I can guarantee you that I have tried dozens of techniques, I will mention for example :&#8211; placing&#8230;&#160;<a href="https://insectnet.com/how-relax-rehydrate-butterfly/" rel="bookmark">Read More &#187;<span class="screen-reader-text">How to relax / rehydrate a butterfly ?</span></a></p>
<p>The post <a href="https://insectnet.com/how-relax-rehydrate-butterfly/">How to relax / rehydrate a butterfly ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">The best technique to relax butterflies</h2>



<p>I&#8217;ve been collecting butterflies for 30 years and had never found the perfect technique for rehydrating butterflies before spreading them. I will thank here Nicolas Grimaldi for teaching me this technique.&nbsp;</p>



<p>I can guarantee you that I have tried dozens of techniques, I will mention for example :<br>&#8211; placing the specimen in a jar filled with moist sand for 3 days,<br>&#8211; placing the butterfly in a tupperware with moistured toilet paper.&nbsp;<br>&#8211; inject the butterfly with hot water using a syringe<br>&#8211; injecting the butterfly with gin or vodka</p>



<p>None of these solutions was perfect: 3 days in a jar is sometimes not enough to soften a butterfly but molds appear as soon as the 2nd day.<br>Injection is not practical on small specimens like Lycaenidae and sometimes dramas occur with fats present in the body that spread in the wings and stain them.&nbsp;</p>



<p>It is only very recently that I discovered a very simple and fast technique (less than 24 hours).</p>



<p>All you need is a bottle of vodka, some toilet paper and&nbsp;an airtight tupperware.</p>



<h2 class="wp-block-heading">Few important advices to rehydrate your butterflies</h2>



<p>It is&nbsp;<strong>very simple</strong>,&nbsp;<strong>very fast&nbsp;</strong>and&nbsp;<strong>it relaxes the butterflies much better than the classical methods with water or injections</strong>. The other big advantage is that&nbsp;<strong>it avoids moistures</strong>.<br><br><strong>What you need :</strong><br>&#8211; a bottle of cheap vodka (buy the cheapest one, the one I use has 37.5% alcohol),<br>&#8211; an airtight tupperware,<br>&#8211; some toilet paper.<br><br><strong>What to do :</strong><br>&#8211; Fold a strip of toilet paper lengthwise and place it in the tupperware. (see picture)<br>&#8211; Pour in about half a cap of vodka. The paper should be well soaked but the vodka should not run out of the paper.<br>&#8211; Put the butterflies next to the toilet paper, I just put the head of the butterfly on top (to relax the antennas)<br>&#8211; Close the tupperware<br>&#8211; Wait about 12 h for a Delias, 24h/36h for an Agrias.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="784" height="1024" src="https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly-784x1024.jpg" alt="How to relax butterflies" class="wp-image-105"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly-784x1024.jpg 784w, https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly-600x783.jpg 600w, https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly-230x300.jpg 230w, https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly-768x1003.jpg 768w, https://insectnet.com/wp-content/uploads/2024/07/how-to-relax-butterfly.jpg 900w" sizes="auto, (max-width: 784px) 100vw, 784px" /><figcaption class="wp-element-caption"><sub>A relaxing box with some&nbsp;<em>Delias&nbsp;</em>and&nbsp;<em>Agrias&nbsp;</em>butterflies</sub></figcaption></figure>



<p><br><strong>Benefits:</strong><br>&#8211; the butterfly is much more relaxed than with the traditional methods of hot water or injection<br>&#8211; it is faster than the classical hot water method. One night is enough for most butterflies.<br>&#8211; you can leave the butterflies hard to relax (Agrias, Charaxes&#8230;) several days in the tupperware without risk of moisture because there is no water.<br>&#8211; I did not encounter more problems of greasing than with other methods (less risk than with the injection)<br>&#8211; it is not expensive : maybe 5 cents of vodka per tupperware ?<br><br><strong>Two things to watch out for:</strong><br>&#8211; you should not leave the butterflies too long. 12 hours is enough for most species. Otherwise the risk of greasing increases.<br>&#8211; before&nbsp;<a href="https://insectnet.com/blog/insect-collecting/how-to-spread-butterfly">spreading your butterfly</a>, ensure the butterfly is perfectly rehydrated. If not, leave in the tupperware&nbsp;for 12 more hours.</p>



<p>If you&#8217;ve never tried this vodka technique, please try it and let me know. I am sure you will be impressed. It works perfectly for all sizes of butterflies.<br>If you don&#8217;t have any vodka at home, you may try another strong clear alcohol</p>



<h3 class="wp-block-heading">Second method : ammonia injection for hard-to-relax species</h3>



<p>Some butterflies species like Agrias, Charaxes or Hesperiidae are famously hard to relax. The best method to relax them is injecting ammonia (14% concentration) with a syringe. <br><strong>For classic butterflies (Delias, Colias&#8230;).</strong><br>&#8211; use a syringe to inject one or two drops of ammonia into the thorax between the legs, at the wings level. (see photo)</p>



<figure class="wp-block-image"><img decoding="async" src="https://live.staticflickr.com/65535/52894462453_15e268c65f.jpg" alt="Image"/ loading="lazy"></figure>



<p>&#8211; if you have injected too much ammonia, absorb the excess by gently pressing the specimen between 2 sheets of toilet paper.<br>&#8211; place the specimen on a sheet of toilet paper in a classic relaxer for 4 hours (toilet paper will absorb ammonia if you injected too much).<br>&#8211; after 4 hours, you can spread it</p>



<p><strong>For tough butterflies like Agrias.</strong><br>Same method but add an ammonia injection between the eye (see photo)</p>



<figure class="wp-block-image"><img decoding="async" src="https://live.staticflickr.com/65535/52894174814_3326453ae0.jpg" alt="Image"/ loading="lazy"></figure>



<p>This is the result,&nbsp;that picture has been taken 4 hours later the first 2 pictures</p>



<figure class="wp-block-image"><img decoding="async" src="https://live.staticflickr.com/65535/52894007346_fd31199828.jpg" alt="Image"/ loading="lazy"></figure>



<p></p>



<h3 class="wp-block-heading">A third method to rehydrate your butterflies.</h3>



<p>You can also use the classic method with hot water, have a look to the video below. But be careful of moisture and be aware that it is not as efficient as the vodka method. This is the method most collectors are using because they are not aware of the vodka technique. </p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="nv-iframe-embed"><iframe title="How To Rehydrate Butterflies &amp; Moths | BicBugs" width="1200" height="675" src="https://www.youtube.com/embed/SoCgg1LaQuo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">Material you will need to relax your butterflies (and beetles)</h2>



<p>Here are some useful materials, you can easily find on Amazon : </p>


<div class='afxshop afxshop-grid ' data-col='3'>
		<ul class='afxshop-list 
		'>
							<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B0CDP9BH6B?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B0CDP9BH6B|1ml syringe">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/410rtIgH1cL._SL500_.jpg" alt="1ml syringe" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							1ml syringe							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B0CDP9BH6B?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B0CDP9BH6B|1ml syringe">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
																																																		<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
								<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B007WVAT7O?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B007WVAT7O|Containers">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/310UPKSVj3L._SL500_.jpg" alt="Containers" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Containers							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B007WVAT7O?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B007WVAT7O|Containers">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 10.5																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
								<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B0759T7N54?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B0759T7N54|Spreading board">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/31u3zu69JOL._SL500_.jpg" alt="Spreading board" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Spreading board							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B0759T7N54?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B0759T7N54|Spreading board">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 19.99																				<span class='afxshop-discount'>
											-13%										</span>
																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
				</ul>
</div>
	
<p>The post <a href="https://insectnet.com/how-relax-rehydrate-butterfly/">How to relax / rehydrate a butterfly ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to label your insects with collecting data ?</title>
		<link>https://insectnet.com/how-to-label-insect-collecting-data/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 12:45:55 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=98</guid>

					<description><![CDATA[<p>You will find in this article the guidelines to label your insects and a downloadable Excel template to easily print your labels.&#160; The importance of labeling your insects It is&#160;essential to label your insects&#160;in order to build a scientific collection. Even if your collection is modest, each specimen must have a label with collecting data.&#8230;&#160;<a href="https://insectnet.com/how-to-label-insect-collecting-data/" rel="bookmark">Read More &#187;<span class="screen-reader-text">How to label your insects with collecting data ?</span></a></p>
<p>The post <a href="https://insectnet.com/how-to-label-insect-collecting-data/">How to label your insects with collecting data ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>You will find in this article the guidelines to label your insects and a downloadable Excel template to easily print your labels.&nbsp;</p>



<h2 class="wp-block-heading">The importance of labeling your insects</h2>



<p>It is&nbsp;<strong>essential to label your insects</strong>&nbsp;in order to build a scientific collection. Even if your collection is modest, each specimen must have a label with collecting data. Beginning collectors sometimes forget to do this and regret it afterwards.</p>



<p>Why do you need to put data labels under your specimens? It is important to put collecting data for several reasons:<br>&#8211; to know from which locality the specimen comes from,<br>&#8211; to know when he was collected,<br>&#8211; to know in which biotope it was found,<br>&#8211; to know who collected it and what collection it was part of.</p>



<h2 class="wp-block-heading"><br>Why is insect collecting data scientifically interesting?</h2>



<p>This data allows entomologists to learn a lot of things scientifically. Here are a few examples:<br>. knowing that a species was flying at an altitude of 500m in the 1960&#8217;s, whereas it is no longer found below 1500m today teachs you about the global warming of a locality.<br>. knowing that a forest species like&nbsp;<em>Speyeria diana</em>&nbsp;was flying in an American locality where there is now a mall shows the impact of urbanization on insect populations.<br>. to know that there were 145 species of butterflies in the 1990s around a Californian city as opposed to 110 today shows you the impoverishment of insect populations.<br>. knowing that butterflies are losing size compared to the past gives you information on the quantities of host plants available.<br>. spotting noticeable differences in an insect population in an isolated locality can lead to the description of a new species or subspecies.<br>. knowing that there are more insect species near organic crops helps you take environmental decisions for agriculture.</p>



<p>And finally these collecting data are also important for you :<br>&#8211; they allow you to remember where you captured each of your insects (and bring back good memories)<br>&#8211; they allow you to classify your collection by country, localities.<br>&#8211; Specimens with collecting data are more valuable than without.&nbsp;</p>



<p>For all these reasons, it is&nbsp;<strong>essential to label all your insects.</strong></p>



<h2 class="wp-block-heading">How to label your insects?</h2>



<p>Place a small label under the specimen on which you provide information:</p>



<p>&#8211; the latin species name and sex,<br>&#8211; the most accurate collecting locality possible (with GPS data if you have it),<br>&#8211; the collection area (island, mountain, State,&#8230;),<br>&#8211; the country of collection<br>&#8211; the date: day + month + year (useful to know when butterflies are emerging)<br>&#8211; the biotope. &nbsp;(very important to measure the impact of urbanization and deforestation on biodiversity)<br>&#8211; the collector name, use the word &#8220;leg. +name&#8221;<br>&#8211; the name of the collection, use the word &#8220;coll. +name&#8221;</p>



<h2 class="wp-block-heading">An example of a well-labeled insect&nbsp;</h2>



<p>This wonderful&nbsp;<a href="https://www.collector-secret.com/insect/butterfly/delias">Delias butterfly</a>&nbsp;has the following&nbsp;<strong>collecting data label</strong>&nbsp;:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="600" height="449" src="https://insectnet.com/wp-content/uploads/2024/07/insect-label.jpg" alt="" class="wp-image-99"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2024/07/insect-label.jpg 600w, https://insectnet.com/wp-content/uploads/2024/07/insect-label-300x225.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="126" height="229" src="https://insectnet.com/wp-content/uploads/2024/07/insect-label-example.png" alt="insect label example" class="wp-image-100" style="width:126px"/ loading="lazy"></figure>



<h2 class="wp-block-heading">A free insect label template</h2>



<p><a href="https://insectnet.com/application/files/3316/0561/0356/insectdatalabels.xls"><u>Click here to download</u></a>&nbsp;an Excel document with a convenient insect label template.<br>There are 4 lines per label, but you can easily add more.&nbsp;</p>



<p>Our last tips :</p>



<p>&#8211; label also your papered specimens by writing collecting data directly on the triangle paper (sometimes you will spread them many years later).&nbsp;</p>



<p>&#8211; print your label just after having <a href="https://www.insectnet.com/how-to-spread-butterfly">spread your insects</a> and place it near its specimen on the spreading board. Doing so, you won&#8217;t forget where you caught the insect and you won&#8217;t attribute a label to a wrong specimen. </p>
<p>The post <a href="https://insectnet.com/how-to-label-insect-collecting-data/">How to label your insects with collecting data ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to spread a butterfly ?</title>
		<link>https://insectnet.com/how-to-spread-butterfly/</link>
		
		<dc:creator><![CDATA[InsectNet]]></dc:creator>
		<pubDate>Wed, 17 Jul 2024 12:30:59 +0000</pubDate>
				<category><![CDATA[Insect Collecting]]></category>
		<guid isPermaLink="false">https://insectnet.com/?p=91</guid>

					<description><![CDATA[<p>In this blog post, you will find a video and useful tips to perfectly mount butterflies. Why you should learn how to mount a butterfly ? Mounting a butterfly&#160;is a key technique you must masterize in order to build a nice insect collection. Knowing how to spread butterfly will be very useful :&#160; &#8211; to&#8230;&#160;<a href="https://insectnet.com/how-to-spread-butterfly/" rel="bookmark">Read More &#187;<span class="screen-reader-text">How to spread a butterfly ?</span></a></p>
<p>The post <a href="https://insectnet.com/how-to-spread-butterfly/">How to spread a butterfly ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, you will find a video and useful tips to perfectly mount butterflies.</p>



<h2 class="wp-block-heading">Why you should learn how to mount a butterfly ?</h2>



<p><strong>Mounting a butterfly</strong>&nbsp;is a key technique you must masterize in order to build a nice insect collection. Knowing how to spread butterfly will be very useful :&nbsp;</p>



<p>&#8211; to spread the butterfly you collect yourself,</p>



<p>&#8211; to buy papered butterflies which are cheaper than spread butterflies</p>



<p>&#8211; to display a collection with perfectly spread butterflies.&nbsp;</p>



<p>It is not an easy technique but with a bit of practice, you will rapidly masterize it.&nbsp;</p>



<h2 class="wp-block-heading">Which material do you need to spread a butterfly ?</h2>



<p>To&nbsp;<strong>spread butterflies</strong>, you need the following material :</p>



<p>&#8211; a spreading-board, (choose an <a href="https://www.amazon.com/dp/B0759T7N54?tag=insectnet-20&amp;linkCode=ogi&amp;th=1&amp;psc=1">adjustable spreading board</a> to perfectly match the body size of your butterfly, it helps a lot in the spreading process )</p>



<p>&#8211; entomological forceps,</p>



<p>&#8211; entomological pins,</p>



<p>&#8211; glassine pinning strips,</p>



<p>&#8211; a fresh or well-relaxed butterfly.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="720" height="323" src="https://insectnet.com/wp-content/uploads/2024/07/butterfly-mounting.png" alt="butterfly mounting" class="wp-image-95"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2024/07/butterfly-mounting.png 720w, https://insectnet.com/wp-content/uploads/2024/07/butterfly-mounting-600x269.png 600w, https://insectnet.com/wp-content/uploads/2024/07/butterfly-mounting-300x135.png 300w" sizes="auto, (max-width: 720px) 100vw, 720px" /><figcaption class="wp-element-caption"><sub>Mounting of a&nbsp;<em>Delias niepelti&nbsp;</em>butterfly</sub></figcaption></figure>


<div class='afxshop afxshop-grid ' data-col='3'>
		<ul class='afxshop-list 
		'>
							<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B0759T7N54?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B0759T7N54|Spreading board">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/31u3zu69JOL._SL500_.jpg" alt="Spreading board" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Spreading board							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B0759T7N54?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B0759T7N54|Spreading board">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 19.99																				<span class='afxshop-discount'>
											-13%										</span>
																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
								<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B07YZF6GN1?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B07YZF6GN1|Entomological pins">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/51Ufd0igiqL._SL500_.jpg" alt="Entomological pins" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Entomological pins							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B07YZF6GN1?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B07YZF6GN1|Entomological pins">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 9.99																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
								<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B07B4767WR?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B07B4767WR|Forceps">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/31eBt6MR50L._SL500_.jpg" alt="Forceps" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Forceps							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B07B4767WR?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B07B4767WR|Forceps">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 13.99																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
								<li class='afxshop-item 			' tabindex=0
			>
				<div class='afxshop-header' 
				>
					<a 
											href="https://www.amazon.com/dp/B0CX9DFVN9?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener" 				   data-amzn="B0CX9DFVN9|Glassine paper">
																								
						<div class='afxshop-image'>
							<img decoding="async" src="https://m.media-amazon.com/images/I/3122lbvdoUL._SL500_.jpg" alt="Glassine paper" aria-hidden="true"/>
													</div>
					
						<div class='afxshop-content'>
							<div class='afxshop-title'>
							
							Glassine paper							</div>
							
														
							
							<div class='afxshop-note'>
								<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
							  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
							</svg><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-half" viewBox="0 0 16 16">
							  <path d="M5.354 5.119 7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.548.548 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.52.52 0 0 1-.146.05c-.342.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.172-.403.58.58 0 0 1 .085-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027a.5.5 0 0 1 .232.056l3.686 1.894-.694-3.957a.565.565 0 0 1 .162-.505l2.907-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.001 2.223 8 2.226v9.8z"/>
							</svg>							</div>


														
														
							
														
							
							
						</div>
					</a>
				</div>
				<div class='afxshop-footer'>
										<div class='afxshop-offer
											' 
						 >
						<a 
													 href="https://www.amazon.com/dp/B0CX9DFVN9?tag=insectnet-20&linkCode=ogi&th=1&psc=1" target="_blank" rel="nofollow noopener"
																			 data-amzn="B0CX9DFVN9|Glassine paper">
							<div class="afxshop-wrap afx-gradient">
																<div class='afxshop-merchant'>
																		<span class='afxshop-logo
																			'>
										<img decoding="async" src="https://insectnet.com/wp-content/plugins/affimax/img/logo/amazon.png" alt="logo Amazon" onerror="this.src='https://insectnet.com/wp-content/plugins/affimax/img/logo/no-logo.png';">
									</span>
																		<span class='afxshop-mname'>
										Amazon									</span>
								</div>
																
																<div class='afxshop-details'>
																		<span class='afxshop-price' 
									>
										$ 15.99																																								<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='afx-chevron-right' viewBox='0 0 16 16'>
										  <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" stroke="white" stroke-width="1.5"/>
										</svg>
									</span>

																	</div>
																
																<div class='afxshop-btn'>
									<div class='afxshop-button' data-cta="View">
									</div>
								</div>
															</div>
						</a>
					</div>
																					
				</div>
								
		</li>
				</ul>
</div>
	



<h2 class="wp-block-heading">How to mount a butterfly ?</h2>



<h3 class="wp-block-heading">The various steps to spread a butterfly</h3>



<ol class="wp-block-list">
<li>check that the butterfly is fresh or well-relaxed. Fresh butterflies have been caught within the day. Well-relaxed butterflies have been placed in a rehydrating chamber for few days. To check if they are relaxed enough, try to open their wings completely with a forcep. If wings are not flexible enough, don&#8217;t try to spread that butterfly, you would ruin it !</li>



<li>take the butterfly between thumb and index and introduce&nbsp;a stainless entomological pin of appropriate size right through the center of the thorax&nbsp;perpandiculary to his body</li>



<li>place the butterfly in the center of&nbsp;the spreading board groove</li>



<li>push the wings towards the board and maintain them by pinning a glassine strip&nbsp;above and below the wings.&nbsp;</li>



<li>with a forcep&nbsp;or a very thin entomological pin, push the forewing up, in order to have a perfect 90-degree angle between the body and the inner margin of the forewing,&nbsp;</li>



<li>same method to push the hindwing up,</li>



<li>maintain the wings by pinning a glassine strip around them,&nbsp;</li>



<li>once spread, keep the spreading board in a dry room for 3 weeks,</li>



<li>remove the pins and glassine strips after 3 weeks,</li>



<li>put the butterfly 3 days into the freezer before adding it to your collection (dermestidae may have lay eggs on your specimen&nbsp;during the 3-week drying time).</li>
</ol>



<h3 class="wp-block-heading">How to spread a butterfly in video</h3>



<p>There are several videos of butterfly mounting on Youtube. Some are good, some are very bad &#8230; this one is excellent and will help you understand&nbsp;<strong>the various steps of butterfly spreading :</strong></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<div class="nv-iframe-embed"><iframe title="How to Pin and Spread a butterfly" width="1200" height="675" src="https://www.youtube.com/embed/f-QIfygvhhM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
</div></figure>



<h2 class="wp-block-heading">4 key rules to remember to perfectly spread a butterfly</h2>



<p>1/ use a well-relaxed butterfly,</p>



<p>2/ pin it perpandiculary to its body,</p>



<p>3/ the forewing inner margin must make a 90-degree angle with the body,</p>



<p>4/ never pin the wings ! It would make some awful little holes in the butterfly wings.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="650" height="704" src="https://insectnet.com/wp-content/uploads/2024/07/how-spread-butterfly.jpg" alt="How to spread butterfly" class="wp-image-96"/ loading="lazy" srcset="https://insectnet.com/wp-content/uploads/2024/07/how-spread-butterfly.jpg 650w, https://insectnet.com/wp-content/uploads/2024/07/how-spread-butterfly-600x650.jpg 600w, https://insectnet.com/wp-content/uploads/2024/07/how-spread-butterfly-277x300.jpg 277w" sizes="auto, (max-width: 650px) 100vw, 650px" /></figure>
</div>


<p><br><sub>Mounting of an&nbsp;<em>Agrias phalcidon fournierae</em>&nbsp;female</sub></p>



<p>We hope you have found this article useful ! Start practicing with common specimens. </p>
<p>The post <a href="https://insectnet.com/how-to-spread-butterfly/">How to spread a butterfly ?</a> appeared first on <a href="https://insectnet.com">InsectNet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
