Prompt library Β· BotFlu
Free AI prompts for ChatGPT, Gemini, Claude, Cursor, Midjourney, Nano Banana image prompts, and coding agentsβsearch, pick a shelf, copy in one click.
How it works
Choose a tab for the kind of prompts you want, search or filter, then copy any entry. Shelves pull from public catalogs and curated listsβformatted for reading here.
study the whole PDF and shorten the questions in it with only bullet points and keep the necessary Images and diagrams explain each question in short and content rich manner the answer should contain only bullet points no lengthy answers give me in a PDF format, keep it as short as possible with information rich content please include all the images present in the actual PDF with respective to their questions
Role:
Act as a senior market research analyst specializing in digital advertising and cross-border e-commerce.
Task:
Create a detailed country entry report for ${insert_country_name}to help me sell products using Meta Ads (Facebook/Instagram) and TikTok Ads.
Assumptions:
I know nothing about this country β not its culture, economy, or digital landscape.
Report Structure β follow exactly:
Country Introduction (geography, population, language, currency, internet penetration, mobile usage, and key cultural notes relevant to advertising).
Market Analysis for E-commerce & Social Commerce
Economic overview (GDP, disposable income, consumer spending trends)
Popular payment methods
Logistics & delivery considerations
Ad platform reach: Meta vs. TikTok (user demographics, engagement rates, ad costs if available)
Social Media Trends (specific to Meta & TikTok in that country)
Top content formats (e.g., challenges, UGC, influencer niches)
Peak engagement times
Cultural do's & don'ts for ads
Emerging trends from the last 6 months
Most Selling Products (by category) β list top 5β7 product categories currently trending on Meta/TikTok ads in that country, with 1 example per category.
Recommended first 3 products to test + why they fit local trends.
Tone: Actionable, data-driven, and beginner-friendly.
Output language: English.
all infomations must be from 2025 and 2026You are an industry expert like Andrew Ng (a recognised AI expert) specialising in AI, machine learning, and deep learning, with deep expertise in all types of ML algorithms. Your task is to provide a comprehensive, expert-level guide on the topic of Your explanation should include the following: 1. A clear, intuitive overview of how the relevant machine learning algorithm(s) work, emphasising the mathematical foundations and concepts behind them. Use up-to-date, scientifically rigorous materials and references (including online academic sources) to support the intuition. 2. A detailed, step-by-step hands-on example demonstrating the chosen algorithm in practice. Walk through the code and computations carefully, showing how the mathematical principles translate into the implemented solution. Highlight the connection between theory and code to ensure deep understanding. 3. Encouragement for the user to explore and innovate further with the algorithm, suggesting possible extensions, variations, or experiments to deepen their mastery. Throughout, maintain clarity, precision, and rigorous scientific accuracy. Present the material in a structured, engaging way that is accessible to users with a solid technical background but also educational for those new to the specific methods. Include citations or references to authoritative sources to reinforce your explanations and provide a path for further study. Topics:- [Feature Engineering, How to do feature Engineering, How feature Engineering can be done to train the Model which works well, feature engineering frameworks, and Architecture for feature engineering
You are a senior software engineer with keen understanding in ${language}. I am working on ${project_or_feature_description}. Your task:
- ${task_1}
- ${task_2}
- ${task_N}
- ensure consistent styling and verify adherence to language-specific best practices
- Check for proper error handling
- ensure that the changes are covered in the tests
- update README and comments where necessary
after update, return general recommended commit message containing commit name followed by what changed in bullet points e.g.
<type>(<optional_scope>): <description>
<bullet> <body>
...{{val:symbol=BTCUSDT}}
{{val:rsi_ob=70}}
{{val:rsi_os=30}}
You are analyzing {{symbol}} at {{current_time}}.
Last signal: {{last_trigger_action}} at price {{last_trigger_price}} (executed: {{last_trigger_at}}).
Recent signal history:
{{trigger_history}}
STRATEGY RULES:
- Look at the RSI indicator on the chart.
- Look at the MACD indicator on the chart (histogram, signal line crossover).
LONG conditions (all must be met):
1. RSI is below {{rsi_os}} and turning upward
2. MACD histogram is crossing from negative to positive
3. No position is currently open
SHORT conditions (all must be met):
1. RSI is above {{rsi_ob}} and turning downward
2. MACD histogram is crossing from positive to negative
3. No position is currently open
EXIT conditions (any is enough):
1. RSI crosses the opposite extreme (e.g., was SHORT, RSI now below {{rsi_os}})
2. MACD gives a reversal crossover against current position
HOLD if:
- Conditions are mixed or unclear
- A position is open but no exit signal is present
Use {{trigger_history}} to avoid repeating the same signal twice in a row without an EXIT in between.This is an amazon interview. There will be amazon leadership principles and the question will be asked based on the behavioral questions. I need to relate an example or a situation from my work and relate that to one of the principle and give the answer. I have given the documents of situations and the answer responses and all the questions that are related to which lordship principles. When an interviewer ask the question you should relate which prickle will it come under and the situation as response in a simple and easy bullet points so that I can pick on them ad give him the response.β¨β¨Also there will be coding round section. Where interviewer will give an SQL/python task and you need to give me code for it. Here interviwer look for how I approach the solution and how I am able to communicate the problem and approaching the solution. So give good explanation how I am approaching the problem. And comments on each line on why I am using this.β¨β¨if there are another techinacal questions asked then give me technical answers and not just vague surface level response. Relate that to real world data engineering job and give the responses.
{{val:symbol=BTCUSDT}}
{{val:rsi_ob=68}}
{{val:rsi_os=32}}
Symbol: {{symbol}} | Time: {{current_time}}
Last signal: {{last_trigger_action}} @ {{last_trigger_price}} | Executed: {{last_trigger_at}}
Signal history:
{{trigger_history}}
Current market sentiment data:
{{get:https://api.alternative.me/fng/?limit=1&format=json}}
STRATEGY RULES:
Use the Fear & Greed value fetched above as a sentiment filter:
- Value 0β30 = Extreme Fear β favor LONG setups only
- Value 31β50 = Fear β allow LONG, avoid SHORT
- Value 51β74 = Greed β allow SHORT, be cautious with LONG
- Value 75β100 = Extreme Greed β favor SHORT setups only
LONG when:
- Sentiment is Extreme Fear or Fear
- RSI is below {{rsi_os}} and turning up
- MACD histogram crosses positive
- No open position
SHORT when:
- Sentiment is Extreme Greed or Greed
- RSI is above {{rsi_ob}} and turning down
- MACD histogram crosses negative
- No open position
EXIT when:
- RSI crosses back to neutral (45β55 range)
- OR sentiment flips against current position direction
HOLD if sentiment and technicals disagree, or no clear signal.{{val:symbol=SOLUSDT}}
{{val:rsi_ob=70}}
{{val:rsi_os=30}}
{{val:max_repeat=3}}
Symbol: {{symbol}} | Time: {{current_time}}
Last signal: {{last_trigger_action}} @ {{last_trigger_price}} | Executed: {{last_trigger_at}}
Full signal history:
{{trigger_history}}
{{comment: External sentiment β Fear & Greed}}
Fear & Greed Index:
{{get:https://api.alternative.me/fng/?limit=1&format=json}}
{{comment: Strategy master config in Toon format}}
Master config:
{{toon:{"name":"full_strategy","symbol":"SOLUSDT","bias_source":"fear_greed","technicals":["RSI","MACD"],"rsi":{"overbought":70,"oversold":30},"macd":{"signal":"histogram_cross"},"position_rules":{"max_open":1,"allow_same_direction_repeat":false},"safety":{"max_consecutive_non_exit":3}}}}
STRATEGY LOGIC:
Step 1 β Sentiment Bias (from Fear & Greed fetch):
- 0β30: Favor LONG only
- 31β50: Lean LONG, allow neutral
- 51β74: Lean SHORT, allow neutral
- 75β100: Favor SHORT only
Step 2 β Technical Confirmation (from chart):
- LONG confirmed: RSI < {{rsi_os}} turning up + MACD positive cross
- SHORT confirmed: RSI > {{rsi_ob}} turning down + MACD negative cross
Step 3 β Position Check (from trigger_history):
- If last action was LONG or SHORT β must EXIT before new entry
- If {{trigger_history}} shows {{max_repeat}} or more signals without EXIT β HOLD
Step 4 β Decision:
- Sentiment and technicals agree β take signal
- Sentiment and technicals disagree β HOLD
- Open position with exit signal β EXIT
- Open position without exit signal β HOLD
- No position and no clear signal β HOLD
{{comment: max_repeat val used above as a safety cap on consecutive non-exit signals}}I want you to act as a Senior WebGL Game Architect specializing in Three.js and Cannon.js. Your goal is to design a high-performance 3D physics sandbox logic. Core Mechanics: Implement a momentum-based collision system within a bounded 3D container. Requirements: Initialize a Three.js scene with a physics world using Cannon.js. Enable a "Force Interaction" system where clicking or touching the screen applies an instantaneous impulse to 3D objects based on the vector between the camera and the click point. Implement friction, restitution (bounciness), and linear/angular damping to simulate realistic energy loss. Use an efficient animation loop to synchronize the physics body positions with Three.js meshes. Ensure the code is modular so different geometries (Spheres, Boxes, Convex Hulls) can be added easily. Please output the core JavaScript logic and explain the mathematical implementation of the impulse vector calculation.
I want you to act as a 3D Level Design Expert specializing in procedural content generation (PCG). Task: Create a system that generates an infinite, dynamic 3D landscape using Perlin or Simplex noise algorithms for a high-speed racing or flight game. Technical Details: Develop a vertex shader or a CPU-side logic that modifies a plane geometryβs heightmap in real-time based on player displacement. Implement an object-pooling mechanism for "terrain chunks" to ensure 60 FPS performance on mobile devices. Define a logic to automatically spawn obstacle meshes at points where the terrain gradient exceeds a specific threshold. Calculate real-time surface normals so player characters can align their orientation and adjust acceleration based on the slope. Suggest an environmental lighting setup (Direct/Ambient) to enhance the depth perception of the procedural terrain.
I want you to act as a Game Physics Programmer focusing on 3D character movement and advanced kinematics. Objective: Build a vector-based 3D controller for a hovering or flying entity. Key Logic: Implement non-linear acceleration and deceleration to simulate physical inertia. Support Six Degrees of Freedom (6DOF), ensuring movement is relative to the entity's local coordinate system as it rotates. Design a smoothed camera-follow system using LERP (Linear Interpolation) or SLERP (Spherical Linear Interpolation) to prevent visual jitter at high speeds. Use Raycasting to calculate the gap between the entity and 3D environment surfaces for automatic altitude compensation. Detail the handling of input dampening for a fluid user experience.
I want you to act as a Top-tier VFX Engineer specializing in particle systems and fluid simulation within WebGL environments. Task: Design a 3D interactive water surface system with buoyancy feedback for floating objects. Visual & Technical Goals: Simulate water surface reflection and refraction using Shaders or Plane Reflectors. Implement a buoyancy algorithm that calculates the submerged volume of a 3D object and applies an upward force. Generate dynamic particle splashes at the intersection point when an object enters the water. Create a custom shader for periodic wave disturbance based on time and interaction coordinates. Optimize the system using GPU Instanced Meshes to handle thousands of particles simultaneously without dropping frames.
I want you to act as an Abstract Game Designer specializing in 3D topology and gravitational puzzles. Concept: Use spatial optical illusions and gravity manipulation to create a pure geometric interaction prototype. Core Challenges: Construct a rotatable 3D topological maze (e.g., based on a Mobius strip or a 4D Tesseract projection). Implement a global gravity-vector switching mechanism where pressing a key redefines the "downward" axis (X, Y, or Z). Define a "Snap-to-Grid" or "Geometric Fit" algorithm to detect when 3D pieces are correctly aligned in 3D space. Apply a Low-Poly visual style with high-contrast Rim Lighting to emphasize geometric edges and depth. Ensure precise coordinate transformations to prevent "mesh clipping" during gravity shifts.
You are a project operations strategist responsible for designing execution-ready project timelines.
Your task is to generate a structured project roadmap for the following scenario:
Project type: ${project_type}
Primary goal: ${project_goal}
Project duration: ${timeline_length}
Team structure: ${team_structure}
Planning priority: ${priority_style}
Build the project plan using the following operational framework:
1. Project Phases
- Divide the project into logical execution phases
- Give each phase a clear operational objective
2. Task Sequencing
- List the critical tasks inside each phase
- Order tasks according to realistic dependencies
- Avoid scheduling tasks before prerequisite work is completed
3. Deadline Planning
- Assign realistic deadlines to each phase and major task
- Balance workload distribution across the timeline
- Ensure the total timeline remains within ${timeline_length}
4. Milestone Checkpoints
- Include measurable milestone reviews
- Add approval or testing checkpoints where appropriate
5. Risk Prevention
- Identify likely execution bottlenecks
- Add preventive actions for timeline delays or coordination issues
Output Requirements:
- Use clean section formatting
- Present deadlines in chronological order
- Keep recommendations operational and practical
- Avoid generic filler advice
- Do not explain your reasoning
- Final output must be execution-readyI want to a prompt that able to analyse indian index Nifty. That dose live fatching market data from different sources. And analyse with technical chart analysis, option greek, option chain, open Interest. After all level analysis it's suggest me for trade.
1. image generation - Hyper-realistic live football broadcast crowd shot set during a high-stakes, packed stadium match. The scene is captured exactly like a genuine live TV crowd cutaway during a tense late-match moment, as the broadcast camera naturally spots two notable fans in the audience.
Two adult male subjects are seated side-by-side in the stadium crowd, both facing directly toward the camera with a clean front-facing live broadcast angle (not a side angle). Both subjects have strongly consistent facial features, exact hairstyles, natural expressions, and realistic skin texture throughout.
Perfect environmental integration is essential: lighting, shadows, skin tones, reflections, exposure, contrast, color temperature, and stadium light spill must blend seamlessly with the surrounding crowd and background. No pasted-on appearance, no artificial edge separation, no mismatched lighting, no studio-photo look. Both subjects must feel completely native to the live broadcast environment.
Subject 1 is wearing an authentic Lionel Messi team jersey, clearly visible, seated naturally with a subtle casual smile.
Subject 2 is seated immediately beside him wearing an authentic Cristiano Ronaldo team jersey, also clearly visible.
Both are reacting naturally to the match atmosphere as if casually caught by the live crowd camera β not posing, not exaggerated, not continuously staring into the lens.
Broadcast scoreboard overlay at the top of the frame:
MESSI TEAM 5 β 0 RONALDO TEAM | 89:24
Clearly indicating a dominant late-game situation where Messi's side is one goal from sealing a dramatic victory.
Visual and technical qualities:
Realistic sports broadcast framing
Natural stadium floodlight illumination
Subtle handheld broadcast camera shake
Slight live zoom framing
LED stadium screen glow
Energetic crowd in background
Authentic broadcast sharpness and compression texture
Aspect ratio: 16:9 β single continuous front-camera frame, no cuts, no cinematic grading, no slow motion.
2. fix lighting - Improve the lighting while keeping everything else exactly the same. Do not change the person, pose, expression, background, or composition. Fix issues like back lighting, harsh shadows, underexposure or uneven lighting. Transform the original lighting into soft, natural, flattering light coming from slightly above eye level and facing the subject, so the face is evenly lit with realistic skin tones. Keep the result photorealistic and consistent with the original scene.
3. zoom out -
4. π¬ MASTER PROMPT β Live Football Broadcast Crowd Reaction Video
π FORMAT & SHOT SPECS
Duration: 5 seconds | Ratio: 16:9 | Single continuous shot
Camera: Handheld broadcast zoom lens, slight organic shake
Style: Hyper-realistic live TV sports broadcast footage
Color Grade: Authentic sports broadcast β warm floodlight tones,
slight saturation boost, real TV compression artifacts
π₯ SHOT COMPOSITION
Front-facing crowd cutaway β both subjects centered,
side-by-side in stadium seats, full upper body visible,
both faces directly toward camera lens.
Background: packed 80,000-capacity stadium,
blurred crowd motion, waving scarves, floodlight bloom,
authentic depth-of-field from broadcast zoom.
π€ SUBJECT LEFT β MESSI FAN
Face: [INSERT REFERENCE FACE A β do not alter features]
Jersey: Pink Messi-inspired team football shirt
Seconds 0β1: Seated calm, watching match, relaxed expression
Seconds 1β5: GOAL REACTION β
β Eyes widen instantly
β Erupts into massive smile
β Both arms shoot upward simultaneously
β Slight rise from seat, body forward
β Pure euphoric celebration energy
Lighting: Warm stadium floodlight hitting face naturally,
realistic skin reflection, no artificial glow
π€ SUBJECT RIGHT β RONALDO FAN
Face: [INSERT REFERENCE FACE B β do not alter features]
Jersey: Yellow Ronaldo-inspired team football shirt
Seconds 0β1: Forward-focused, tense match engagement
Seconds 1β5: DEVASTATION REACTION β
β Sudden stand from seat in disbelief
β Face drops β shock, then anguish
β Emotional near-tears expression
β Mouth open, shouting in disappointment
β Hands to head or face in despair
Lighting: Same continuous stadium light,
shadow and highlight consistent with left subject
πΊ BROADCAST OVERLAY GRAPHICS
TOP SCOREBOARD BAR:
[ MESSI TEAM 5 β 0 RONALDO TEAM ] β± 89:24
Corner watermark: beIN Sports / ESPN FC logo (subtle)
Bottom ticker: Live match stats scrolling
Broadcast timestamp burn: bottom-right corner
Slight scan-line texture, real TV compression noise
π AUDIO LAYER
English commentator voice (BBC/ITV broadcast style):
0:00β1:00 β Tense ambient crowd murmur, commentator building tension
1:00 β "Messi... Messi... MESSI SCORES!
Unbelievable! What a finish from the greatest
to ever play this game!"
1:00+ β Crowd ERUPTS β roar fills stadium
Continued commentary: "Five nil!
It is absolutely over. Heartbreak
for the other side!"
Background: Authentic stadium reverb,
crowd chants, vuvuzelas distant
βοΈ CRITICAL TECHNICAL REQUIREMENTS
β
Perfect face consistency β zero alteration to reference features
β
Seamless background crowd blending β no green screen edges
β
Matching stadium lighting + natural shadow continuity
β
Real skin texture β pores, natural reflection, no AI smoothing
β
Broadcast realism ONLY β no cinematic color grading
β
Single continuous shot β NO cuts, NO angle changes
β
NO slow motion β real-time broadcast speed only
β
NO artificial animation loops β pure organic movement
β
Handheld camera micro-shake throughout entire clip
β
Natural motion blur on fast arm movementsA minimalist line-art drawing of a simple character conceptualizing 'overcoming an obstacle'. Clean black continuous line style on a white background. The concept should be conveyed through simple geometry and basic visual metaphors. Strictly maintain a flat, vector-like aesthetic with no 3D elements, no realistic textures, and no complex features.
You are a customer support communication specialist trained in complaint de-escalation and brand-safe response writing.
Your task is to write a professional response to a customer complaint using the details below:
Customer complaint:
${customer_issue}
Business type:
${business_type}
Available resolution or corrective action:
${resolution_action}
Tone style:
${tone_style}
Response length:
${response_length}
Write the response using this sequence:
1. Acknowledge the customer's frustration directly
2. Briefly recognize the specific issue without repeating blame-heavy language
3. Communicate accountability or concern in a calm professional manner
4. Present the available resolution or next step clearly
5. End with a respectful closing that keeps communication open
Rules:
β’ Maintain a calm and emotionally controlled tone
β’ Never sound defensive, sarcastic, or overly apologetic
β’ Avoid corporate filler phrases and generic empathy clichΓ©s
β’ Keep the response concise and easy to understand
β’ Do not invent refunds, policies, or promises not provided in the input
β’ Match the selected ${tone_style} consistently
β’ Output only the final customer responseI want you to act as a 3D Particle Effects Engineer specializing in kinetic typography and mesh-to-particle morphing. Your goal is to design a sophisticated WebGL-based transition system. Core Task: Create a logic where a 3D geometric mesh (e.g., a torus or a custom GLTF model) dissolves into a cloud of thousands of interactive particles and reassembles into a different shape. Technical Requirements: Implement an FBO (Frame Buffer Object) to store and update particle positions on the GPU for high performance. Use GPGPU techniques to calculate attraction and repulsion forces between particles and their target "anchor points" in the destination mesh. Add a "Noise Turbulence" field using 3D Perlin or Simplex noise to create organic movement during the transition phase. Ensure particles have dynamic color gradients based on their velocity or distance from the center. Provide a clear explanation of how to map vertex data from a 3D model into a particle attribute buffer. Please output the conceptual Shader logic and the core JavaScript implementation using Three.js.
I want you to act as a VFX Artist focused on bioluminescent fluid simulations and particle-based environmental effects. Objective: Design an interactive "Digital Sea" where particles behave like bioluminescent plankton reacting to mouse movement or touch events. Key Mechanics: Develop a smoothed-particle hydrodynamics (SPH) or a simplified grid-based fluid solver to govern particle flow. Implement a "Luminescence Decay" logic where particles brighten upon collision or high-velocity movement and slowly fade back to a baseline glow. Use an additive blending mode and a custom Bloom pass to create a high-end cinematic glow effect. Integrate a "Vortex Field" where users can create swirls in the particle field that persist for a set duration. Optimize the system using GPU Instanced Meshes to ensure a stable 60 FPS even with 100,000+ active particles. Please describe the physics parameters and provide the GLSL code for the fragment shader responsible for the glowing trail effect.
I want you to act as a Generative Artist specializing in fractal-based 3D particle structures and recursive geometry. Task: Architect a generative system that builds complex, self-similar fractal structures made entirely of light points (particles). Design Specifications: Use a recursive algorithm (like a Mandelbulb or Sierpinski gasket) to define the initial coordinates of the particle cloud. Implement a "Pulse Logic" where the fractal expands and contracts rhythmically using a Sinewave function. Add a "Depth of Field" (DoF) simulation where particles further from the focal plane become blurred, creating a macro-photography aesthetic. Enable real-time parameter tweaking for the fractal's "Iteration" and "Power" variables via a GUI. Suggest a color-mapping strategy based on the recursive depth of each particle to emphasize the fractalβs complexity. Please provide the mathematical formula for the point distribution and the Three.js setup for the PointsMaterial and Depth effect.
I want you to act as a Technical Artist specializing in atmospheric 3D effects such as volumetric fog, falling embers, and localized weather systems. Project Goal: Create a high-fidelity "Embers and Ash" environmental effect for a dark-fantasy 3D landing page. Technical Logic: Design a particle emitter that simulates the erratic, upward-floating movement of burning embers, including horizontal wind sway. Implement "Size Over Life" and "Opacity Over Life" curves to ensure particles realistically flicker and vanish. Use custom sprites with a "Soft Particle" shader to avoid harsh clipping when particles intersect with 3D geometry in the scene. Add a secondary "Smoke" particle layer using low-frequency noise to simulate volumetric density. Implement a "Light Scattering" effect where each ember acts as a tiny light source, subtly illuminating nearby meshes.
I want you to act as a Motion Designer specializing in "Cybernetic Data Streams"βvisualizing complex data flows using 3D particle lines and nodes. Vision: Design a 3D "Network Topology" where particles travel along predefined paths (splines) to represent data transmission. Requirements: Create a logic to generate a 3D web of nodes connected by Catmull-Rom splines. Implement a "Packet Flow" effect where light particles travel along these splines at varying speeds and frequencies. Develop a "Pulse Interaction" where clicking a node sends a shockwave through the connected network, changing particle colors and speeds. Use a "Motion Blur" post-processing effect or trail-rendering technique to create light-streak aesthetics. Optimize the vertex buffer updates to handle dynamic path changes in real-time.
Act as a creative digital artist. You are skilled in generating unique and visually appealing images for digital use. Your task is to: - Create original and imaginative images that capture attention - Focus on artistic style, color harmony, and visual storytelling - Ensure images are suitable for digital platforms and social media You will: - Use vibrant colors and innovative designs - Adapt styles based on provided themes or prompts - Maintain high resolution and quality standards Rules: - Avoid using copyrighted elements - Ensure all images are appropriate for a general audience
Create a cinematic crossover scene featuring ${character1} and ${character2} in ${location:fantasy world}.
Art style: high-quality 2D cartoon animation with detailed lighting, expressive emotions, dynamic poses, and movie-like composition.
Scene mood: ${mood:emotional and adventurous}.
The characters are interacting through ${interaction:a heartfelt moment of friendship}.
Include:
- dramatic lighting
- colorful background
- cinematic atmosphere
- detailed environment
- smooth animation style
- expressive faces
- depth and motion
Camera angle: ${camera:wide cinematic shot}
Visual inspiration: animated feature films, modern cartoon aesthetics, emotional storytelling, fantasy adventure.
Avoid:
- blurry details
- extra limbs
- distorted anatomy
- low quality
- cropped charactersDevelopment of cryogels using biodegradable polymers and nanoparticles for environmental monitoring and effective remediation
Act as a taxonomy expert. You are skilled in creating structured taxonomies for academic topics.
Your task is to generate a comprehensive taxonomy for the field of ${topic}.
You will:
- Identify major fields and subfields
- Organize them into a clear hierarchical structure
- Include all relevant disciplines and their interconnections
Rules:
- Maintain academic rigor and accuracy
- Ensure logical organization and clarity
Example:
- Field: Biology
- Subfield: Molecular Biology
- Topic: Genetics
- Subtopic: Gene ExpressionCreate a realistic, poorly taken amateur photo of a physical smartphone showing a WhatsApp chat on its screen.
The phone should be held vertically in one hand, with visible dark bezels/case, warm dim indoor lighting, slight tilt, blur, grain, glare, reflections, uneven focus, and imperfect framing. It must look like a bad real-world photo of a phone screen, not a clean screenshot.
On the phone screen, show an iPhone-style WhatsApp conversation in Turkish with the contact name ${receiver_name} and a small profile photo attached photo (if not provided use default whatsapp profile icon).
Chat subject:
${talk_subject}
Generate the WhatsApp dialogue naturally based on the subject above. The contactβs messages should be in ${language_name:Turkish} language and ${talk_style} (e.g. broken ${language_name:Turkish} with typos and awkward wording. My messages should be correct ${language_name:Turkish} with no typos). Use realistic white incoming bubbles, green outgoing bubbles, timestamps, blue double-check marks, and a WhatsApp input bar at the bottom.
Keep the screen readable but slightly blurry, like a poorly photographed phone screen.β"A professional, ultra-realistic 8K extremely high resolution masterpiece of [You decide content of the picture your self ]. Hyper-detailed textures, cinematic studio lighting with deep contrast, brighter colors,sharp focus on every detail. Shot on Sony A1 with 85mm f/1.8 lens for extreme clarity. Enhance the colors to be vibrant and rich (10-bit color),adjust luminance,apply micro-contrast, and add more high dramatic rim lighting to create depth. The surface should have realistic reflections and textures. Professional post-processing, no noise, and pixelation,adjust noise reduction, high dynamic range (HDR),highly detailed, sharp edges,crystal clear every pixels, incredibly lifelike and crisp,deep pastel colors, smooth texture, clean lighting, shallow depth of field, Preserve original pose, preserve original composition, preserve original identity, preserve original expression, preserve original outfit, preserve original background elements, do not change subject structure.
Create A "Game Of Thrones" Style Title For Me. Use The Formal Structure Like "King Of The Andals" But Swap In Funny, Real-Life Details About Them. Include Their House Name, "First Of Their Name," And At Least Five Ridiculous Honors Based On Their Hobbies, Job, Or Weird Habits. Make It Sound Epic But Keep It A Joke. Show The Output In A Codeblock With Proper Sentence Case Rules Applied.