|
| 1 | +--- |
| 2 | +title: Call For Proposals for Poster Presentations |
| 3 | +description: Poster Presentations at PyCon India 2025 |
| 4 | +layout: base.njk |
| 5 | +--- |
| 6 | + |
| 7 | +{% from "components/button.njk" import button %} |
| 8 | +{% from "components/card.njk" import card %} |
| 9 | +{% from "components/flat-card.njk" import flatCard %} |
| 10 | + |
| 11 | +<div class="w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row"> |
| 12 | + <div class="pt-32 pb-8 md:pb-32 w-full lg:w-[70%]"> |
| 13 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left"> |
| 14 | + Panel Discussions |
| 15 | + </div> |
| 16 | + <div class="text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-10 text-justify"> |
| 17 | + <p>PyCon India 2025 invites proposals for poster presentations that encourage creative and interactive sharing of projects and ideas within the Python community. Featuring a graphical summary on an A0-sized board, this format allows presenters to engage with attendees in an informal setting, making it ideal for showcasing early-stage concepts, niche topics, and research while fostering meaningful discussions and networking opportunities.</p> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | + <div class="lg:w-[30%] w-[80%] lg:mt-60 flex items-center justify-center mx-auto"> |
| 21 | + <img src="{{ env.baseUrl }}img/assets/laptop.svg" alt="Guide" class="w-[40%] lg:w-[60%] transition-transform duration-100" style="animation: floating 2s ease-in-out infinite;"> |
| 22 | + <img src="{{ env.baseUrl }}img/assets/filter-coffee.svg" alt="Guide" class="w-[40%] lg:w-[60%] transition-transform duration-100" style="animation: floating 2s ease-in-out infinite;"> |
| 23 | + </div> |
| 24 | +</div> |
| 25 | + |
| 26 | +<div class="absolute top-2/5 right-4 md:block"> |
| 27 | + <img src="{{ env.baseUrl }}img/assets/star-lime-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10"> |
| 28 | +</div> |
| 29 | + |
| 30 | +<div class="absolute md:top-3/4 pt-52 md:right-20 right-12 md:block"> |
| 31 | + <img src="{{ env.baseUrl }}img/assets/star-pink-vector.svg" alt="Groovy star" class="md:w-16 md:h-16 w-10 h-10"> |
| 32 | +</div> |
| 33 | + |
| 34 | +<div class="main-container pt-16 md:pt-48 bg-lavender w-full h-auto px-[6%]"> |
| 35 | + <div class="pb-40 md:pb-60 lg:pb-[20%] w-full text-justify lg:w-[70%]"> |
| 36 | + <div class="mt-24 md:-mt-32 lg:-mt-20 text-md lg:text-xl font-light"> |
| 37 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 38 | + <p>Important Dates</p> |
| 39 | + </div> |
| 40 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 41 | + <ul class="list-none space-y-4"> |
| 42 | + <li class="flex"> |
| 43 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 44 | + <span><span class="font-semibold">Submission Open:</span> 11 July 2025</span> |
| 45 | + </li> |
| 46 | + <li class="flex"> |
| 47 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 48 | + <span><span class="font-semibold">Submission Deadline:</span> 10 August 2025</span> |
| 49 | + </li> |
| 50 | + <li class="flex"> |
| 51 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 52 | + <span><span class="font-semibold">Schedule Announcement:</span> 13 August 2025</span> |
| 53 | + </li> |
| 54 | + <li class="flex"> |
| 55 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 56 | + <span><span class="font-semibold">Poster Presentations:</span> 13-14 September 2025 (afternoon session)</span> |
| 57 | + </li> |
| 58 | + </ul> |
| 59 | + </div> |
| 60 | + |
| 61 | + <div class="flex justify-center pt-8"> |
| 62 | + {{ button(text="Submit a Proposal", url="https://cfp.in.pycon.org/2025/cfp", lime_bg=true, env = env) }} |
| 63 | + </div> |
| 64 | + {# |
| 65 | + <div class="text-center mt-4 text-red-600 font-semibold"> |
| 66 | + <p>Proposals are closed. Thank you for your submissions!</p> |
| 67 | + </div> |
| 68 | + #} |
| 69 | + </div> |
| 70 | + |
| 71 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 72 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 73 | + <p>Submission Guidelines</p> |
| 74 | + </div> |
| 75 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 76 | + <ul class="list-none space-y-4"> |
| 77 | + <li class="flex"> |
| 78 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 79 | + <span>Maximum of 3 presenters per submission.</span> |
| 80 | + </li> |
| 81 | + <li class="flex"> |
| 82 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 83 | + <span>Provide links for the attendees to know more about the topic and connect.</span> |
| 84 | + </li> |
| 85 | + <li class="flex"> |
| 86 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 87 | + <span>An actual poster is <b>not</b> required during submission.</span> |
| 88 | + </li> |
| 89 | + <li class="flex"> |
| 90 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 91 | + <span>No slides or formal talks allowed, only physical posters and discussions.</span> |
| 92 | + </li> |
| 93 | + <li class="flex"> |
| 94 | + <img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 95 | + <span>All presenters should have knowledge about the poster topic.</span> |
| 96 | + </li> |
| 97 | + </ul> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + |
| 101 | + <div class="pt-12 lg:pt-32 text-md lg:text-xl font-light"> |
| 102 | + <div class="black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#000000] text-center lg:text-left"> |
| 103 | + <p>Selection Process</p> |
| 104 | + </div> |
| 105 | + <div class="pt-12 text-[#000000] lg:pr-10"> |
| 106 | + <ul class="list-none space-y-4"> |
| 107 | + <li class="flex"> |
| 108 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 109 | + <span><span class="font-semibold">Shortlisting:</span> Proposals will be reviewed by the review committee for completeness and adherence to guidelines.</span> |
| 110 | + </li> |
| 111 | + <li class="flex"> |
| 112 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 113 | + <span><span class="font-semibold">Review:</span> After getting shortlisted, you need to submit a PDF version of your poster for review.</span> |
| 114 | + </li> |
| 115 | + <li class="flex"> |
| 116 | + <img src="{{ env.baseUrl }}img/assets/circle-purple.svg" alt="Bullet Icon" class="w-4 h-4 mr-2 mt-1"> |
| 117 | + <span><span class="font-semibold">Final Selection:</span> Shortlisted presenters will get notification and further steps.</span> |
| 118 | + </li> |
| 119 | + </ul> |
| 120 | + </div> |
| 121 | + </div> |
| 122 | + </div> |
| 123 | +</div> |
0 commit comments