Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

This one is a real game changer XSight just got a proper AI Reply generator It will automatically write a natural sounding reply, based on the post and the settings you configure in the sidebar. You can also add custom instruction, to include a specific topic in the replies...

57,701 Aufrufe • vor 4 Monaten •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

A closer look on the GSAP powered animations in Webflow. Just from my perspective. In short, it’s way more powerful than I first thought. The more I use it, the more I like it. Of course, there are some parts missing. But it's the first version. There's still a lot to come. For example, custom ease would already make a huge difference. Breakpoints. Maybe a way to add custom functions as sometimes you need to calculate stuff in JavaScript to get complex animations. The biggest part for me is that you can just build the animation inside a timeline. This makes it so much easier than writing it as code. You can fine tune it so much more. When there would be a way to export the tween as code to add some more functionality would be awesome. You can also add custom classes with the timeline, which can then be used in custom CSS to add more functionality. With a bit of custom code you can also use breakpoints for your animations. By using the custom event the animation can be used in custom code which can also be pretty powerful. Didn’t test it so much yet, but would be cool if you could just take the event and use for example the onComplete() from GSAP or other stuff. For example. let mm = gsap.matchMedia(); const module = Webflow.require("ix3"); module.ready().then(() => { mm.add( { isMobile: "(max-width: 992px)", }, (context) => { let { isMobile } = context.conditions; if (isMobile) { module.emit("Mobile Animation"); } } ); }); "Mobile Animation" is the name of your custom event. I hope that part will get more powerful. Something I miss on the timeline is that when you select more actions you can just drag all actions. It would be cool if you could move it frame by frame with the arrow keys, like in Jitter for example. Or just write a specific point like when you have one selected. For now I would further write the code myself, but I’m excited to see where it’s going. Maybe there will be a time where you could animate most parts inside Webflow 🙂 Can’t wait for the next GSAP update!

Eduard Bodak

12,590 Aufrufe • vor 10 Monaten

Systematic literature reviews take 12-18 months to complete. Looks like AI is going to fully automate systematic reviews sooner than later. SciSpace ( SciSpace) just launched an autonomous AI agent that conducts a systematic literature review with a single prompt. Go to scispace[.]com and run the following prompt: "Conduct a systematic literature review on [your topic]" SciSpace agent will generate research questions based on the PICO framework. You can review these questions and edit them according to your specific requirements. The agent will also draft screening criteria that you can edit according to your needs. Then the agent asks you to select the databases you want to use and the date range for paper. After this step, everything is fully automated. The agent will search for papers in the relevant databases, it will combine and rerank the papers. Then it will start the title and abstract screening and include the papers that meet the include criteria. In the next step, it will download the full text of included papers and screen them followed by data extraction. Based on the extracted data, it generates a complete systematic literature review and also a PRISMA diagram. It will also give you a table of papers included along with the rational for including them. The only thing that is keeping AI agents to fully automate systematic literature reviews fields is the papers behind paywalls. Check out the agent at scispace[.]com and see if you find its review useful.

Mushtaq Bilal, PhD

41,411 Aufrufe • vor 2 Monaten