Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Memberships

Research Career Club

715 members • Free

34 contributions to Research Career Club
Hiya team! How you can get the most out of this community
This space works best when you run the conversation. My role is to guide, support, and unblock you – not to broadcast at you. Here’s how to make the most of it. 1. Start the conversations you wish existed - Post your questions, challenges, and wins – even if they feel “small” - If you’re stuck (paper, career, project, idea), share context + a specific question - Think: “If someone else posted this, would it help me?” – if yes, hit post 2. Use my time intentionally You can access me best by: - Posting in the feed with a clear title and tag (e.g. “Publishing help”, “Career decision") - Tagging me when you want direct feedback or a second brain on something - Bringing concrete things: draft abstracts, LinkedIn posts, reviewer responses, research ideas, career decisions The clearer your ask, the more value I can give in less time. 3. Help each other (this is huge) - Reply to at least one post per week – even with a short thought or question - Share what has worked for you, not just what you’re struggling with - Treat this as a “lab group without borders”: we all get better when we think together If you only consume, you’ll learn something; if you contribute, you’ll learn much more.That's why I do this community! 4. Share your progress publicly - Post quick updates: “Today I…”, “This week I…”, “I finally…” - Celebrate small wins (finished a draft, submitted a paper, survived a review, posted on LinkedIn) - Reflect briefly: “What I learned from this…” – this helps others and cements your own learning 5. Simple norms to keep this valuable - Be specific, be kind, be honest - No “perfect posts” needed – rough and real is fine - Assume everyone here is busy and trying – respond the way you’d want others to respond to you If you’re not sure what to post first, try this: “Here’s where I am right now + the one thing I’m stuck on + the one thing I want from this community.” What’s one post you could make today that would immediately make this community more useful for you and for someone else?
1 like • Jun 6
@Dawid Hanak - please see: https://www.skool.com/research-career-club-8446/proposal-preparation-for-a-30-minute-talk?p=6c5b7c93
1 like • 18d
Submitted - I keep you all posted!
Proposal Preparation for a 30-minute talk
Hi Community, I would like to test a talk topic with you for an upcoming event later this year. The deadline for the Call for Papers (CFP) closes tomorrow: https://compute.events/paris2026/cfp.html How does the proposal read to you? Is there an angle I missed, and would you want to spend 30 minutes listening to this topic? As with all abstract submissions, it needs to be short and to the point to get the message across to a reviewer in 30 seconds. Your feedback would be incredibly valuable in helping me tweak the text and land an invitation to speak! Thanks in advance for your thoughts and feedback! Gijs ============================================ Title: Navigating the Vanguard: A Practical Guide to Selecting Geospatial Foundation Models Brief Summary (Abstract) The recent explosion of Earth Observation Foundation Models (EO-FMs), such as AlphaEarth, TerraMind, and AnySat, has created unprecedented capabilities, but also severe "model fatigue". This talk provides a practical guide for data practitioners to make model selection easier and more transparent. We will map the current landscape of GeoAI models, demonstrate how to evaluate their predictive power using accessible open-source tools, and share a modular pipeline architecture to scale processing on standard cloud GPUs without requiring a high-performance computing (HPC) cluster (for testing the models' local accuracy). Finally, we will unpack the critical "semantic and temporal cautions" to ensure attendees understand the hidden uncertainties in their geospatial embeddings before making operational decisions, because all models are built for a specific purpose, and while they are called “Foundation Models”, there is not one model that fits all use cases - project domains are often very specific, and will need special tuned models to produce a solution. Description Objective & Central Thesis: The geospatial domain is currently experiencing a vanguard of multi-modal, general-purpose foundation models. The central thesis of this talk is that successfully navigating this landscape requires a structured approach to selecting and evaluating models, rather than treating them as magic black boxes. This practical guide aims to simplify model selection while emphasising scalable compute and rigorous uncertainty quantification.
1 like • 25d
Hi @Tom Witting, thanks for checking out the post and sharing these thoughts! You have captured the central message I would like to convey in the talk and the core issue nicely in your three questions: the representation of the target phenomenon and the potential for disagreement between models in its description. The abstract is already submitted for review, so I can't change it now, but your three questions give me a great way to frame the section on semantic and temporal uncertainty. If we treat models as interchangeable (just because the target is captured by the same input data), it could cause confusion about what the results (embeddings) actually mean, since the underlying training methods differ. I want to highlight the importance of "explicit evaluation of what the model represents" in my talk. Thank you for this direction. If the talk is accepted, I would like to involve the community (on this forum - @Dawid Hanak ) in developing the story further so we can explore this topic in more detail. Watch this space!
1 like • 25d
@Tom Witting , I think your second question is partly answered in: van der Plas, T. L., et al. (2026). Better Together: Evaluating the Complementarity of Earth Embedding Models. arXiv, arXiv:2605.18667. Your first question is the real problem. Because EO-FMs are black boxes and each is built in complete isolation from the others while trying to predict or infer the same phenomena, this introduces a major operational challenge. Which one is truly more trustworthy, which is more suitable for your specific downstream task, and — ultimately — how do you choose?
Using LinkedIn to build your expert profile
If you've followed me for some time, you've probably noted that I'm very active on LinkedIn. Here's my profile if you'd like to see what I do there. The majority of my network now is in academia & research, as well as consultants & CEOs of companies relevant to my research. The issue is that if you want to get decent visibility on LinkedIn, as any other social media platform, it pushes you to niche down and focus your profile ideally on a single area. This means that: - If I focus my content solely on academic publishing and careers, then my commercial network won't find this content helpful; - If I share my net-zero/decarbonisation research from time to time, it won't get the visibility it deserves. You can see this isn't ideal. So I decided to 'spin-off' my expertise as a research group page. You can check it out here -> Prof Hanak Net Zero Research & Consulting. This is basically a company page that I will use to share my net zero research and run events. I don't expect this to grow to 60k followers - but it doesn't need to be. Its sole role is to be a business-facing page for my research that, I expect, will result in collaborative projects and commercial opportunities. Have you considered doing this for your research expertise? If not, would you like me to run a session on how to build that research profile from scratch?
0 likes • May 27
@Allan Mayaba Mwiinde Hi Allan, That looks like a classic problem of trying to fit two incompatible systems together, but luckily, there are standard solutions! Without seeing your specific setup, have you looked into using the inla.spde.make.A() function? This projection matrix will map continuous INLA values directly to the coordinates (centroids) of your fishnet grid cells, bypassing the need to manually align the triangle edges. I am a bit confused by your comment about "no dimensions," though. Does that mean you are having trouble setting up the spatial coordinates, or that you can't get a spatial model to generate from the data at all? Happy to continue the discussion under a dedicated post or in DMs if you want to dive deeper into the setup!
2 likes • May 28
@Allan Mayaba Mwiinde - I am not an expert on INLA and the inla.spde.make.A() function was the first one that came to mind when looking at the documentation and your problem: https://rdrr.io/github/inbo/INLA/man/inla.spde.make.A.html and a little more research on documentation and explanations: https://becarioprecario.bitbucket.io/spde-gitbook/ch-intro.html
Researchers, you're using AI wrong (unintentionally).
You paste in your drafts and ask it to "make it better." That's not using AI. That's outsourcing your thinking (and slowly handing your job to a machine.) Here's how I think about it differently: AI is my writing advisor and sounding board I can talk to 24/7. Not my ghostwriter. When I use AI in my writing, I'm not asking it to replace what I do. I'm using it to: → challenge my arguments before a reviewer does → pressure-test my logic when I'm too close to the work → help me see my own weaknesses faster The goal is to come out of that process with better quality output, not to produce something I couldn't have written myself. Here's the uncomfortable truth: If AI can fully replicate your academic voice, your reasoning, your expertise... what exactly are you bringing to the table? Your unique value isn't your ability to write sentences. It's the decades of domain knowledge, the hard-won intuition, the ability to ask questions no one else is asking. AI should amplify that. Not replace it. Now, as a lifelong learner, I'm curious how you are using AI in your academic writing or research workflow?
2 likes • May 27
@Dawid Hanak - did I share this resource with you already? https://github.com/multica-ai/andrej-karpathy-skills I implemented 6 rules based on these guidelines, and they do a fantastic job keeping the AI grounded as an advisor rather than a ghostwriter. They essentially force the machine to challenge you and surface its own confusion instead of blindly drafting text. For anyone wanting to give it a try, here are the 6 principles I use; simply add them to the system prompts or custom settings on a platform of choice (originally set up for Claude). Note, they are designed for coding, but do a great job when refining texts or using the AI in a brainstorming session: 🧠 1. Don't assume. Don't hide confusion. Surface tradeoffs. 🛠️ 2. Minimum code that solves the problem. Nothing speculative. 🧼 3. Touch only what you must. Clean up only your own mess. 🎯 4. Define success criteria. Loop until verified. 🌍 5. Stay grounded. Distinguish between what's known, inferred, and speculated. 🗣️ 6. Ask about intent before optimizing. Don't infer goals from context alone.
Publishing is slow. Visibility doesn’t have to be.
You don’t need a full content strategy or perfect branding to start sharing your research. You just need one clear message, one simple post, and the courage to hit “publish” even if it feels imperfect. Today, pick ONE recent output (paper, slide, figure, or review comment) and turn it into a 3‑line post: 1. What problem you tackled 2. One practical insight 3. Who this matters for (and why) Then share it on LinkedIn, ResearchGate or here in the community. You’re not “self‑promoting” — you’re making your work easier to find for the people who need it. What’s the one insight you could turn into a 3‑line post today? Drop your answer below 👇 Talk soon, Dawid P.S. If you want, paste your 3‑line draft in the comments and I’ll give you feedback.
1 like • Apr 12
I should turn my comment under this LinkedIn post into a post: https://www.linkedin.com/posts/eliot-higgins-955822216_when-satellite-imagery-goes-dark-new-tool-activity-7447300235669852161-ZcSX Blog Post: https://www.bellingcat.com/resources/2026/04/07/tool-damage-assessment-destruction-sentinel-satellite-imagery-iran-us-gulf/ Summary: The Bellingcat article introduces the Iran Conflict Damage Proxy Map, a new open-source tool developed by Ollie Ballinger to estimate building destruction across Iran and the wider Gulf region amidst ongoing conflict and internet blackouts. As commercial satellite providers like Planet Labs and Maxar increasingly restrict or delay high-resolution imagery in the Middle East to prevent its use for "Battle Damage Assessment," this tool utilizes publicly available, medium-resolution Sentinel-1 radar data to fill the information gap. Unlike optical imagery, which can be obscured by clouds or intentional blackouts, the radar-based approach detects physical changes in structures by comparing pre- and post-event satellite passes, providing a vital resource for journalists and researchers to verify the scale of military impacts in areas where on-the-ground reporting is restricted. **My comment**: Sentinel-1 is an excellent platform for this use case; the blast impact sites are (regrettable) quite large, so even after a 5-day revisit and clean up, the scars can still be seen. Unfortunately, this also highlights the primary shortcoming: while it can make observations under almost any atmospheric condition, the weekly frequency is a real limitation for real-time monitoring and on the ground humanitarian support.
0 likes • Apr 12
Hi @Dawid Hanak, I reread your post and realised I overlooked the 'problem I tackled' part. To be honest, I haven't fully solved this yet, but I'm working on it! My comment reflects a challenge I’m currently facing with the Common Space group. We’re addressing these exact gaps, but since our solution isn't operational yet, the team isn't quite ready to share the research or methods. Do you think there’s value in sharing the 'problem' stage before the 'solution' is complete, or is it better to wait until we have concrete results?
1-10 of 34
Gijs Van den Dool
4
73points to level up
@gijs-van-den-dool-3402
Senior Geospatial Data Scientist / Independent Researcher / [Natural] Catastrophe Modelling / (GIScience) Specialist

Active 8d ago
Joined Nov 3, 2025
Paris, France